|
| | Simple_Form_Edit_Fns () |
| |
| | paintQuestions (&$asset, &$o, $prefix) |
| |
| | processQuestions (&$asset, &$o, $prefix) |
| |
| | paintAddQuestions (&$asset, &$o, $prefix) |
| |
| | processAddQuestions (&$asset, &$o, $prefix) |
| |
| | paintUseBodycopy (&$asset, &$o, $prefix) |
| |
| | processUseBodycopy (&$asset, &$o, $prefix) |
| |
| | Asset_Edit_Fns () |
| |
| | paintPaths (&$asset, &$o, $prefix) |
| |
| | paintEditRemapURLs (&$asset, &$o, $prefix) |
| |
| | processPaths (&$asset, &$o, $prefix) |
| |
| | processEditRemapURLs (&$asset, &$o, $prefix) |
| |
| | paintURLs (&$asset, &$o, $prefix) |
| |
| | paintAddRemapURLs (&$asset, &$o, $prefix) |
| |
| | processAddRemapURLs (&$asset, &$o, $prefix) |
| |
| | isWorkflowComplete (&$asset) |
| |
| | paintNoticeLinkedAsset (&$asset, $link_value, $type_codes=Array(), $field_name='', $multiple=FALSE) |
| |
| | processNoticeLinkedAsset (&$asset, $link_value, $field_name='', $multiple=FALSE) |
| |
| | isSearchInstalled (&$asset, $prefix) |
| |
| | isBeingCreated (&$asset) |
| |
| | isNotBeingCreated (&$asset) |
| |
| | paintAutomaticRemapSetting (&$asset, &$o, $prefix) |
| |
| | paintCreateLink (&$asset, &$o, $prefix) |
| |
| | MySource_Object () |
| |
| | __sleep () |
| |
| | __wakeup () |
| |
Definition at line 32 of file simple_form_edit_fns.inc.
| paintAddQuestions |
( |
& |
$asset, |
|
|
& |
$o, |
|
|
|
$prefix |
|
) |
| |
Paint the dropdowns to add questions to this section
- Parameters
-
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
- Returns
- boolean public
Definition at line 205 of file simple_form_edit_fns.inc.
| paintQuestions |
( |
& |
$asset, |
|
|
& |
$o, |
|
|
|
$prefix |
|
) |
| |
Paint the questions
- Parameters
-
| object | &$asset | the asset to which we belong |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form element |
- Returns
- boolean public
Definition at line 63 of file simple_form_edit_fns.inc.
| paintUseBodycopy |
( |
& |
$asset, |
|
|
& |
$o, |
|
|
|
$prefix |
|
) |
| |
Process use format bodycopy dropdown
- Parameters
-
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
- Returns
- boolean public
Definition at line 315 of file simple_form_edit_fns.inc.
| processAddQuestions |
( |
& |
$asset, |
|
|
& |
$o, |
|
|
|
$prefix |
|
) |
| |
Process the newly added questions
- Parameters
-
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
- Returns
- boolean public
Definition at line 271 of file simple_form_edit_fns.inc.
| processQuestions |
( |
& |
$asset, |
|
|
& |
$o, |
|
|
|
$prefix |
|
) |
| |
Process the questions
- Parameters
-
| object | &$asset | the asset to which we belong |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form element |
- Returns
- boolean public
Definition at line 168 of file simple_form_edit_fns.inc.
| processUseBodycopy |
( |
& |
$asset, |
|
|
& |
$o, |
|
|
|
$prefix |
|
) |
| |
Process use format bodycopy
- Parameters
-
| object | &$asset | the asset whose interface we are painting |
| object | &$o | the outputter class |
| string | $prefix | prefix for the form elements |
- Returns
- boolean public
Definition at line 348 of file simple_form_edit_fns.inc.
The documentation for this class was generated from the following file: