Loads text in a certain format. The complete contents of the web editor are replaced.

Introduced: X18.

<void> TXTextControl.load(<StreamType> streamType, <string> base64Data, <LoadDocumentCallback> callback, [<LoadSettings> loadSettings], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
streamType Specifies one of the numerical StreamType values.
base64Data Base64 encoded document data. For encoding strings containing characters outside of the Latin1 range use TXTextControl.btoaUTF8.
callback Receives information about the loaded data when the loading is finished.
loadSettings Optional. Additional settings for loading the data.
errorCallback Optional. Is called when the operation failed with an error.