Skip to content

KVSEDX Html Editor#

Procedures#

SetText(Text) :#

Summary: Set the text in HtmlEditor. Used by EDX OnPrem

procedure SetText(HtmlTextPar: Text): 

Parameters:

  • HtmlTextPar: Text

GetText() : Text#

Summary: Get the text in HtmlEditor. Used by EDX OnPrem

procedure GetText(): Text

Returns: Text

SetMode(Text) :#

Summary: Set the mode for the HtmlEditor

procedure SetMode(modePar: Text): 

Parameters:

  • modePar: Mode

SavingChanges() : Boolean#

Summary: Save the changes

procedure SavingChanges(): Boolean

Returns: false if fails