|
|
|
|
|
HTMLClassToggle (Function) In french: HTMLClasseBascule Toggles a class in the HTML classes of a control: the class is added if it does not exist, the class is deleted if it already exists. Note: It's also possible to find out and modify the value of a field's HTML "class" attribute via the HTMLClass property. HTMLClassToggle(SAI_Saisie1, "SaisieEnErreur")
Syntax
HTMLClassToggle(<Control> , <Class to toggle>)
<Control>: Control name Name of the control to be used. <Class to toggle>: Character string Name of the class to toggle. If a class is found n times in the string, this class is toggled n times.If several classes must be toggled, this parameter must contain the name of the different classes separated by space characters. Each class will be toggled independently. Please note: Class names are case sensitive.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|