|
|
|
|
|
HTMLEditorInsertTable (Function) In french: EditeurHTMLInsèreTableau Inserts a table at the cursor position in an HTML Editor control.
HTMLEditorInsertTable(EDHTML_MonEditeurHTML, 4, 3, "border=2")
Syntax
HTMLEditorInsertTable(<HTML Editor control> , <Number of columns> , <Number of rows> [, <CSS style>])
<HTML Editor control>: Control name Name of the HTML Editor control used. <Number of columns>: Integer Number of columns to insert. <Number of rows>: Integer Number of rows to insert. <CSS style>: Optional character string CSS name of the style to apply to the inserted table. This parameter can also correspond to a style integrated into an <table> tag (for example: "border=1").. Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|