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 / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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
The HTMLAfter property gets and sets the HTML code inserted after the control.
Note The HTML code generated after the field can be entered in the "Advanced" tab of the field description window.
Ejemplo
// Modify the style of a button dynamically
BTN_DynButton.HTMLBefore = "<DIV style=""..."">"
BTN_BoutonDyn.HTMLAprès = "</DIV>"
Sintaxis

Finding out the HTML content inserted after the control Ocultar los detalles

<HTML content> = <Control used>.HTMLAfter
<HTML content>: Character string
HTML content inserted after the control.
<Control used>: Control name
Name of the control to be used.

Modifying the HTML content inserted after the control Ocultar los detalles

<Control used>.HTMLAfter = <HTML content>
<Control used>: Control name
Name of the control to be used.
<HTML content>: Character string
HTML content inserted after the control.
Observaciones
This property is available on all controls after which HTML code can be inserted. This property is not available for the following controls:
  • HTML control,
  • Table control.
  • Looper control.
  • TreeView Table control.
Versión mínima requerida
  • Versión 12
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

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