This is a child of the FormContent class to provide a 'standard' look and feel for forms.
It also enables a confirmation 'page' by default.
Located in Program_Root/examples/_steps.inc (line 106)
FormContent | --StandardFormContent | --Step2
Inherited from StandardFormContent
StandardFormContent::$_form_title
StandardFormContent::$_infotable
Inherited from FormContent
FormContent::$_action_counter
FormContent::$_action_message
FormContent::$_cancel_action
FormContent::$_default_label_css
FormContent::$_elements
FormContent::$_error_label_css
FormContent::$_form_errors_title
FormContent::$_form_errors_width
FormContent::$_form_name
FormContent::$_has_confirm
FormContent::$_hidden_elements
FormContent::$_required_field_marker
FormContent::$_required_field_text
FormContent::$_stripslashes
FormContent::$_width
This method will get called after all validation has passed, and the confirmation has been accepted.
This is where u save the info to the DB.
This method is called by the StandardFormContent object to allow you to build the 'blocks' of fields you want to display. Each form block will live inside a fieldset tag with the a title.
In this example we have 2 form 'blocks'.
This method is called only the first time the form page is hit.
This method gets called EVERY time the object is
created
This private method builds the table that holds
the 'optional' form fields'
Inherited From StandardFormContent
StandardFormContent::StandardFormContent()
StandardFormContent::add_form_block()
StandardFormContent::build_form_block()
StandardFormContent::confirm_action()
StandardFormContent::form()
StandardFormContent::form_action()
StandardFormContent::form_confirm()
StandardFormContent::form_content()
StandardFormContent::form_content_buttons()
StandardFormContent::set_form_title()
StandardFormContent::_div_wrapper()
StandardFormContent::_form_content_table()
Inherited From FormContent
FormContent::FormContent()
FormContent::add_action()
FormContent::add_cancel()
FormContent::add_element()
FormContent::add_error()
FormContent::add_hidden_action()
FormContent::add_hidden_element()
FormContent::add_image_action()
FormContent::build_confirm_table()
FormContent::element_form()
FormContent::element_label()
FormContent::form()
FormContent::form_action()
FormContent::form_backend_validation()
FormContent::form_confirm()
FormContent::form_errors()
FormContent::form_init_data()
FormContent::form_init_elements()
FormContent::form_success()
FormContent::get_action()
FormContent::get_default_css()
FormContent::get_element()
FormContent::get_element_value()
FormContent::get_error_array()
FormContent::get_form_errors_width()
FormContent::get_hidden_element_value()
FormContent::get_required_fields_text()
FormContent::has_confirm()
FormContent::hidden_element_label()
FormContent::javascript()
FormContent::pre_confirm()
FormContent::set_action()
FormContent::set_action_message()
FormContent::set_cancel_action()
FormContent::set_confirm()
FormContent::set_default_css()
FormContent::set_element_value()
FormContent::set_error_css()
FormContent::set_form_errors_title()
FormContent::set_form_errors_width()
FormContent::set_form_name()
FormContent::set_form_width()
FormContent::set_hidden_element_value()
FormContent::set_required_marker()
FormContent::set_required_text()
FormContent::set_stripslashes()
FormContent::_test_element()
Documention generated on Thu, 31 Jul 2003 18:34:11 -0700 by phpDocumentor 1.2.0