|
|
|
|
|
HTMLEditorSelect (Function) In french: EditeurHTMLSélectionne Selects a text fragment in an HTML Editor control.
HTMLEditorSelect(EDHTML_MonEditeurHTML, 1, 5)
HTMLEditorFormatSelection(EDHTML_MonEditeurHTML, htmlBold)
Syntax
HTMLEditorSelect(<HTML Editor control> , <Beginning of selection> , <End of selection>)
<HTML Editor control>: Control name Name of the HTML Editor control used. <Beginning of selection>: Integer First character to select in the HTML Editor control. <End of selection>: Integer Last selected character. Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|