|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--CheckboxController
Defined in form.js
| Field Summary | |
Object |
all
ID or reference to the "Check All" element |
Function |
enabler
Enabler function. |
GroupField |
group
Group of checkboxes |
Object |
invert
ID or reference to the "Invert Selection" element |
Object |
none
ID or reference to the "Uncheck All" element |
Object |
toggle
ID or reference to the "Toggle All" element This element, in particular, must be a checkbox input |
| Constructor Summary | |
CheckboxController
(<String> frm, <String> name, <Object> opts)
Hooks events to a group of checkboxes and controls that perform actions on these checkboxes |
|
| Method Summary | |
void
|
setupEvents()
Setup all necessary event handlers |
| Field Detail |
Object all
Function enabler
GroupField group
Object invert
Object none
Object toggle
| Constructor Detail |
CheckboxController(<String> frm, <String> name, <Object> opts)
frm - Form name
name - Group name (including [] chars)
opts - Options
| Method Detail |
void setupEvents()
|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||