AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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
The CodeHTML property is used to read and change the HTML code associated with a Web Component control.
Example
Trace(CMP_MyWebComponent.CodeHTML)
Syntax

Getting the HTML code associated with the Web Component control Hide the details

<Result> = <Web Component control>.CodeHTML
<Result>: Character string
HTML code associated with the Web Component control. This HTML code will be written into the page.
<Web Component control>: Control name
Name of the Web Component control to be used.

Modifying the HTML code associated with the Web Component control Hide the details

<Web Component control>.CodeHTML = <HTML Code>
<Web Component control>: Control name
Name of the Web Component control to be used.
<HTML Code>: Character string
New HTML code associated with the control.
Versión mínima requerida
  • Versión 22
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 03/10/2023

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