AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Editor HTML
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Inserts a table at the cursor position in an HTML Editor control.
Example
// Insert a 4 x 3 table
HTMEDT_MyHTMLEditor.InsertTable(4, 3, "border=2")
Syntax
<HTML Editor control>.InsertTable(<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 embedded in a <table> tag (e.g.: "border=1").
Business / UI classification: UI Code
Component: wd290obj.dll
Versión mínima requerida
  • Versión 26
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 19/06/2023

Señalar un error o enviar una sugerencia | Ayuda local