AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Editor HTML
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Inserts a table at the cursor position in an HTML Editor control.
Ejemplo
// Insérer un tableau de 4 x 3
HTMLEditorInsertTable(EDHTML_MonEditeurHTML, 4, 3, "border=2")
Sintaxis
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")..
Clasificación Lógica de negocio / UI: Código UI
Componente: wd310obj.dll
Versión mínima requerida
  • Versión 26
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 25/03/2025

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