FormUI Class This will generate the <form> structure and call subsequent controls
For a list of options to customize its output or behavior see FormUI::set_option()
Located in /system/classes/formui.php (line 369)
FormContainer | --FormUI
Inherited from FormContainer
FormContainer::$caption
FormContainer::$checksum
FormContainer::$controls
FormContainer::$name
FormContainer::$template
FormContainer::$theme_obj
FormUI's constructor, called on instantiation.
Produce a form with the contained fields.
Configure all the options necessary to make this form work inside a media bar panel
Set a function to call on form submission success
Output a form with the contained fields.
Calls $this->get() and echoes.
Return the form control HTML.
Return pre-output control configuration scripts for any controls that require them.
Generate a unique MD5 hash based on the form's name or the control's name.
Save all controls to their storage locations
Set a form option Defaults for options are stored in the $this->options array
Calls the success callback for the form, and optionally saves the form values to the options table.
Process validation on all controls of this form.
Inherited From FormContainer
FormContainer::append()
FormContainer::checksum()
FormContainer::get()
FormContainer::get_controls()
FormContainer::get_theme()
FormContainer::get_values()
FormContainer::has_user_options()
FormContainer::insert()
FormContainer::move()
FormContainer::move_after()
FormContainer::move_before()
FormContainer::pre_out()
FormContainer::remove()
FormContainer::replace()
FormContainer::save()
FormContainer::validate()
FormContainer::__get()
Documentation generated on Thu, 30 Oct 2008 20:31:16 +0100 by phpDocumentor 1.3.2