|
|
|
|
|
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.
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|