|
|
|
|
|
The HTMLBefore property gets and changes the HTML code added before the control. Note The HTML code generated before 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 before the control Ocultar los detalles
<HTML content> = <Control used>.HTMLBefore
<HTML content>: Character string Content inserted before the control. <Control used>: Control name Name of the control to be used.
Modifying the HTML content inserted before the control Ocultar los detalles
<Control used>.HTMLBefore = <HTML content>
<Control used>: Control name Name of the control to be used. <HTML content>: Character string Content inserted before the control. Observaciones This option is available for all the controls that include an HTML code that can be inserted before. This property is not available for the following controls: - HTML control,
- Table control.
- Looper control.
- TreeView Table control.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|