<select name="REPLACE_ME" id="REPLACE_ME" initMethod="getAllGroups"></select>
<select name="REPLACE_ME" id="REPLACE_ME" initMethod="getAllGroups" class="(exclude),Gruppe_eins,Gruppe_zwei,Gruppe_drei"></select>
The groups which should be excluded are to be given in the class name seperated with commas. In front of the groups we need the keyword (exclude)!
<select name="REPLACE_ME" id="REPLACE_ME" initMethod="getAllGroups" class="(include),Gruppe_eins,Gruppe_zwei,Gruppe_drei"></select>
The groups which should be excluded are to be given in the class name seperated with commas. In front of the groups we need the keyword (include)!