Static Public Member Functions | |
| static | displayTab ($obj, &$content_actions) |
| Adds an "action" (i.e., a tab) to edit the current article with a form. | |
| static | displayTab2 ($obj, &$links) |
| Like displayTab(), but called with a different hook - this one is called for the 'Vector' skin, and others. | |
| static | displayForm ($action, $article) |
| The function called if we're in index.php (as opposed to one of the special pages). | |
Definition at line 9 of file SF_FormEditTab.php.
| static SFFormEditTab::displayTab | ( | $ | obj, | |
| &$ | content_actions | |||
| ) | [static] |
Adds an "action" (i.e., a tab) to edit the current article with a form.
Definition at line 15 of file SF_FormEditTab.php.
References $sfgRenameEditTabs, $sfgRenameMainEditTab, and SFFormLinker::getDefaultFormsForPage().
| static SFFormEditTab::displayTab2 | ( | $ | obj, | |
| &$ | links | |||
| ) | [static] |
Like displayTab(), but called with a different hook - this one is called for the 'Vector' skin, and others.
Definition at line 113 of file SF_FormEditTab.php.
| static SFFormEditTab::displayForm | ( | $ | action, | |
| $ | article | |||
| ) | [static] |
The function called if we're in index.php (as opposed to one of the special pages).
Definition at line 126 of file SF_FormEditTab.php.
References $sfgUseFormEditPage, SFFormLinker::getDefaultFormsForPage(), SFFormEdit::printForm(), and SFUtils::titleString().
1.5.6