Inheritance diagram for FF_Action_Form_Demo:

Public Member Functions | |
| renderAdditionalLinks () | |
| createFormElements () | |
| fillModelWithData () | |
| getSingularText () | |
| getPluralText () | |
| getTableData () | |
| getFormConstants () | |
| getFormDefaults () | |
| checkPerms () | |
Definition at line 42 of file DemoForm.php.
|
|
Check the permissions on this action. public
Reimplemented from FF_Action_Form. Definition at line 269 of file DemoForm.php. |
|
|
Creates the form elements needed for the form and any rules that apply to those elements. public
Reimplemented from FF_Action_Form. Definition at line 69 of file DemoForm.php. |
|
|
Fills the model object with data for the field being edited. If an error occurs in getting the data we bounce to the problem action id. public
Reimplemented from FF_Action_Form. Definition at line 90 of file DemoForm.php. References FF_Request::getParam(). |
|
|
Gets the form constants public
Reimplemented from FF_Action_Form. Definition at line 227 of file DemoForm.php. References getFormConstants(), and FF_Request::getParam(). |
|
|
Converts the model to the appropriate form fields. Returns an array of 'field' => 'value' public
Reimplemented from FF_Action_Form. Definition at line 250 of file DemoForm.php. |
|
|
Gets the text that describes a plural version of the items displayed. public
Reimplemented from FF_Action_Form. Definition at line 153 of file DemoForm.php. |
|
|
Gets the text that describes a singular version of the items displayed public
Reimplemented from FF_Action_Form. Definition at line 138 of file DemoForm.php. |
|
|
Gets the headers that we make a basic table out of. Has the form of 'data' => the cell data, 'title' => the cell description, 'titleStyles'/'dataStyles' => any attributes to apply to the title and data cells respectively. public
Reimplemented from FF_Action_Form. Definition at line 169 of file DemoForm.php. |
|
|
Renders additional links on the page public
Reimplemented from FF_Action_Form. Definition at line 51 of file DemoForm.php. References FastFrame::selfURL(). |
1.4.4