KVSKBAHtmlEditor
Procedures
SetText(Text) :
Summary: Sets the HTML text for the editor.
procedure SetText(NewHtmlText: Text):
Parameters:
NewHtmlText: The new HTML text to set.
Remarks: This procedure is used to initialize the editor with the provided HTML content.
GetText() : Text
Summary: Gets the HTML text from the editor.
procedure GetText(): Text
Returns: The current HTML text.
Remarks: This procedure retrieves the HTML content from the editor, converting RGBA colors to HEX format if the rich editor experience is used.
SetMode(Text) :
Summary: Sets the mode for the HTML editor.
procedure SetMode(NewMode: Text):
Parameters:
NewMode: The mode to set for the editor.
Remarks: This procedure allows the caller to specify the mode in which the HTML editor should operate.
SavingChanges() : Boolean
Summary: Checks if there are unsaved changes in the editor.
procedure SavingChanges(): Boolean
Returns: True if there are unsaved changes, otherwise false.
Remarks: This procedure can be used to determine if the user has made changes that need to be saved before closing the editor.
SetHelpText() :
Summary: Sets the help text visibility for the editor.
procedure SetHelpText():
Remarks: This procedure allows the caller to control whether the help text is displayed in the editor.
Protected Variables
UseRichEditorExperience
Type: Boolean