ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / HTML Editor functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Inserts a table at the cursor position in an HTML Editor control.
Example
// Insérer un tableau de 4 x 3
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
Component: wd300obj.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help