Umfragen
iWidget Interface Reference
Inheritance diagram for iWidget:
checkBox checkBoxList checkBoxSingle label labelTiny line longtext matrix matrixOption radioButton radioButtonList schedule scheduleName scheduleOption text textExt

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

Detailed Description

Definition at line 28 of file widget.class.php.

Member Function Documentation

check_max ( )
See Also
widget::check_max()

Implemented in checkBoxSingle.

check_required ( )
check_vital_vars ( )
display_chartType_edit_generic (   $allowed,
  $allowed_names 
)
display_dispName_edit ( )
See Also
widget::display_dispName_edit()

Implemented in textExt, and matrix.

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)
handle_chartType_edit_generic (   $allowed)
handle_dispName_edit ( )
See Also
widget::handle_dispName_edit()

Implemented in textExt, and matrix.

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 
)
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 ( )

The documentation for this interface was generated from the following file: