Public Member Functions | |
| __construct () | |
| Constructor. | |
| execute ($query, $redirectOnError=true) | |
Static Public Member Functions | |
| static | printAltFormsList ($alt_forms, $target_name) |
| static | makeRandomNumber ($numDigits, $hasPadding) |
| static | printForm (&$form_name, &$target_name, $alt_forms=array(), $redirectOnError=false) |
Public Attributes | |
| $mTarget | |
| $mForm | |
| $mError | |
Definition at line 14 of file SF_FormEdit.php.
| SFFormEdit::__construct | ( | ) |
| SFFormEdit::execute | ( | $ | query, | |
| $ | redirectOnError = true | |||
| ) |
Definition at line 27 of file SF_FormEdit.php.
| static SFFormEdit::printAltFormsList | ( | $ | alt_forms, | |
| $ | target_name | |||
| ) | [static] |
| static SFFormEdit::makeRandomNumber | ( | $ | numDigits, | |
| $ | hasPadding | |||
| ) | [static] |
Definition at line 84 of file SF_FormEdit.php.
| static SFFormEdit::printForm | ( | &$ | form_name, | |
| &$ | target_name, | |||
| $ | alt_forms = array(), |
|||
| $ | redirectOnError = false | |||
| ) | [static] |
Definition at line 94 of file SF_FormEdit.php.
References SFUtils::addJavascriptAndCSS(), SFUtils::getFormTagComponents(), SFFormUtils::getPreloadedText(), SFUtils::linkText(), SFUtils::printRedirectForm(), and SFUtils::processEditErrors().
Referenced by SFFormEditAction::displayForm().
| SFFormEdit::$mTarget |
Definition at line 16 of file SF_FormEdit.php.
| SFFormEdit::$mForm |
Definition at line 17 of file SF_FormEdit.php.
| SFFormEdit::$mError |
Definition at line 18 of file SF_FormEdit.php.
1.5.6