|
|
|
|
|
HTMLEditorInsert (Function) In french: EditeurHTMLInsère Inserts text or HTML code at the cursor position in an HTML Editor control.
HTMLEditorInsert(HTMEDT_MyHTMLEditor, "'''" + DateToString(DateSys()) + "'''")
HTMLEditorInsert(HTMEDT_MyHTMLEditor, "<p style=""font-size:64px"">😀</p>")
Syntax
HTMLEditorInsert(<HTML Editor control> , <HTML to insert>)
<HTML Editor control>: Control name Name of the HTML Editor control used. <HTML to insert>: Character string HTML text or code to insert at the cursor position. Remarks - If any elements are selected in the HTML Editor control, this selection is deleted.
- The user can undo the insert via the Undo option or by pressing Ctrl + Z.
- The current insert position is returned by the Selection or Cursor properties.
Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|