Public Member Functions | |
| addTinyMCE () | |
| checkForDuplicatePath ($pagePath, $conferenceId, $staticPageId) | |
| display () | |
| initData () | |
| readInputData () | |
| save () | |
| StaticPagesEditForm (&$plugin, $conferenceId, $staticPageId=null) | |
Public Attributes | |
| $conferenceId | |
| $errors | |
| $plugin | |
| $staticPageId | |
Definition at line 18 of file StaticPagesEditForm.inc.php.
| StaticPagesEditForm.checkForDuplicatePath | ( | $ | pagePath, | |
| $ | conferenceId, | |||
| $ | staticPageId | |||
| ) |
Custom Form Validator for PATH to ensure no duplicate PATHs are created
| $pagePath | String the PATH being checked | |
| $conferenceId | int | |
| $staticPageId | int |
Definition at line 54 of file StaticPagesEditForm.inc.php.
References $conferenceId, and $staticPageId.
Referenced by StaticPagesEditForm().
| StaticPagesEditForm.initData | ( | ) |
Initialize form data from current group group.
Definition at line 63 of file StaticPagesEditForm.inc.php.
References $conferenceId, $plugin, and addTinyMCE().
| StaticPagesEditForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 128 of file StaticPagesEditForm.inc.php.
| StaticPagesEditForm.save | ( | ) |
Save page into DB
Definition at line 135 of file StaticPagesEditForm.inc.php.
References $conferenceId, and $plugin.
| StaticPagesEditForm.StaticPagesEditForm | ( | &$ | plugin, | |
| $ | conferenceId, | |||
| $ | staticPageId = null | |||
| ) |
Constructor
| $conferenceId | int |
Definition at line 35 of file StaticPagesEditForm.inc.php.
References $conferenceId, $plugin, $staticPageId, and checkForDuplicatePath().
| StaticPagesEditForm.$errors |
$var $errors string
Definition at line 29 of file StaticPagesEditForm.inc.php.
1.4.7