|
Umfragen
|
Public Member Functions | |
| serialize_config () | |
| unserialize_config () | |
| set_config ($name, $val) | |
| get_config ($name) | |
| check_vital_vars () | |
| check_required () | |
| check_max () | |
| set_dispName ($dispName) | |
| set_name ($name) | |
| display_edit_begin () | |
| display_name_edit () | |
| handle_name_edit () | |
| display_dispName_edit () | |
| handle_dispName_edit () | |
| display_required_edit () | |
| handle_required_edit () | |
| display_chartType_edit_generic ($allowed, $allowed_names) | |
| handle_chartType_edit_generic ($allowed) | |
| save_config ($db) | |
| save_dispName ($db) | |
| save_required ($db) | |
| save_name ($db, $new_name) | |
| display_edit () | |
| prints a widget on screen with edit buttons for the edit page | |
| set_default_values ($db) | |
| sets default values and childs. Used when creating a new widget | |
Definition at line 28 of file widget.class.php.
| check_max | ( | ) |
Implemented in checkBoxSingle.
| check_required | ( | ) |
Implemented in radioButtonList, and checkBoxList.
| check_vital_vars | ( | ) |
| display_chartType_edit_generic | ( | $allowed, | |
| $allowed_names | |||
| ) |
| display_dispName_edit | ( | ) |
| display_edit | ( | ) |
prints a widget on screen with edit buttons for the edit page
Implemented in schedule, textExt, matrix, radioButton, checkBox, line, checkBoxSingle, label, text, radioButtonList, matrixOption, scheduleOption, checkBoxList, labelTiny, scheduleName, and longtext.
| display_edit_begin | ( | ) |
| display_name_edit | ( | ) |
| display_required_edit | ( | ) |
| get_config | ( | $name | ) |
Implemented in text, schedule, checkBox, radioButtonList, checkBoxList, and radioButton.
| handle_chartType_edit_generic | ( | $allowed | ) |
| handle_dispName_edit | ( | ) |
| handle_name_edit | ( | ) |
| handle_required_edit | ( | ) |
| save_config | ( | $db | ) |
| save_dispName | ( | $db | ) |
| save_name | ( | $db, | |
| $new_name | |||
| ) |
| save_required | ( | $db | ) |
| serialize_config | ( | ) |
| set_config | ( | $name, | |
| $val | |||
| ) |
Implemented in schedule, text, checkBox, radioButtonList, radioButton, and checkBoxList.
| set_default_values | ( | $db | ) |
sets default values and childs. Used when creating a new widget
Implemented in label, text, checkBoxList, labelTiny, checkBoxSingle, checkBox, matrixOption, scheduleName, scheduleOption, line, radioButtonList, matrix, longtext, radioButton, textExt, and schedule.
| set_dispName | ( | $dispName | ) |
| set_name | ( | $name | ) |
| unserialize_config | ( | ) |