|
|
|
|
|
HTMLClassAdd (Function) In french: HTMLClasseAjoute Adds a class into the HTML classes of a control. Note: It's also possible to find out and modify the value of a field's HTML "class" attribute via the HTMLClass property. HTMLClassAdd(SAI_Saisie1, "SaisieEnErreur")
Syntax
HTMLClassAdd(<Control> , <Class to add>)
<Control>: Character string Name of the control to be used. <Class to add>: Character string Name of the class to add. The class is not added twice if it already exists.If several classes must be added, this parameter must contain the name of different classes separated by space characters. Each class is added independently. Please note: Class names are case sensitive.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|