API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
mosToolBar::addNew | ( | $ | task = 'new' , |
$ | alt = 'New' |
||
) |
Writes the common 'new' icon for the button bar
string | An override for the task |
string | An override for the alt text |
Références $task, JText::_(), et custom().
mosToolBar::apply | ( | $ | task = 'apply' , |
$ | alt = 'Apply' |
||
) |
Writes a save button for a given option
string | An override for the task |
string | An override for the alt text |
Références $task, JText::_(), et custom().
mosToolBar::archiveList | ( | $ | task = 'archive' , |
$ | alt = 'Archived' |
||
) |
Writes a common 'archive' button for a list of records
string | An override for the task |
string | An override for the alt text |
Références $task, JText::_(), et custom().
mosToolBar::back | ( | ) |
Writes a cancel button that will go back to the previous page without doing any other operation
Références $image, JHTML::_(), et JText::_().
mosToolBar::cancel | ( | $ | task = 'cancel' , |
$ | alt = 'Cancel' |
||
) |
Writes a cancel button and invokes a cancel operation (eg a checkin)
string | An override for the task |
string | An override for the alt text |
Références $task, JText::_(), et custom().
mosToolBar::custom | ( | $ | task = '' , |
$ | icon = NULL , |
||
$ | iconOver = '' , |
||
$ | alt = '' , |
||
$ | listSelect = true |
||
) |
Writes a custom option and task button for the button bar
string | The task to perform (picked up by the switch($task) blocks |
string | The image to display |
string | The image to display when moused over |
string | The alt text for the icon image |
boolean | True if required to check that a standard list item is checked |
Références $image, JText::_(), JHTML::_(), et JText::sprintf().
Référencé par addNew(), apply(), archiveList(), cancel(), deleteList(), editCss(), editHtml(), editList(), publish(), publishList(), save(), unarchiveList(), unpublish(), et unpublishList().
mosToolBar::deleteList | ( | $ | msg = '' , |
$ | task = 'remove' , |
||
$ | alt = 'Delete' |
||
) |
Writes a common 'delete' button for a list of records
string | Postscript for the 'are you sure' message |
string | An override for the task |
string | An override for the alt text |
Références $task, JText::_(), et custom().
mosToolBar::divider | ( | ) |
Write a divider between menu buttons
Références $image, et JHTML::_().
mosToolBar::editCss | ( | $ | task = 'edit_css' , |
$ | alt = 'Edit CSS' |
||
) |
Writes a common 'edit' button for a template css
string | An override for the task |
string | An override for the alt text |
Références $task, JText::_(), et custom().
mosToolBar::editHtml | ( | $ | task = 'edit_source' , |
$ | alt = 'Edit HTML' |
||
) |
Writes a common 'edit' button for a template html
string | An override for the task |
string | An override for the alt text |
Références $task, JText::_(), et custom().
mosToolBar::editList | ( | $ | task = 'edit' , |
$ | alt = 'Edit' |
||
) |
Writes a common 'edit' button for a list of records
string | An override for the task |
string | An override for the alt text |
Références $task, JText::_(), et custom().
mosToolBar::endTable | ( | ) |
Writes the end of the menu bar table
mosToolBar::media_manager | ( | $ | directory = '' | ) |
Writes a media_manager button
string | The sub-drectory to upload the media to |
Références $image, JHTML::_(), et JText::_().
mosToolBar::preview | ( | $ | popup = '' | ) |
Writes a preview button for a given option (opens a popup window)
string | The name of the popup file (excluding the file extension) |
Références $db, $image, JHTML::_(), JText::_(), et JFactory::getDBO().
mosToolBar::publish | ( | $ | task = 'publish' , |
$ | alt = 'Published' |
||
) |
Writes a common 'publish' button
string | An override for the task |
string | An override for the alt text |
Références $task, JText::_(), et custom().
mosToolBar::publishList | ( | $ | task = 'publish' , |
$ | alt = 'Published' |
||
) |
Writes a common 'publish' button for a list of records
string | An override for the task |
string | An override for the alt text |
Références $task, JText::_(), et custom().
mosToolBar::save | ( | $ | task = 'save' , |
$ | alt = 'Save' |
||
) |
Writes a save button for a given option
string | An override for the task |
string | An override for the alt text |
Références $task, JText::_(), et custom().
mosToolBar::spacer | ( | $ | width = '' | ) |
mosToolBar::startTable | ( | ) |
Writes the start of the button bar table
Références $document, $mainframe, et JFactory::getDocument().
mosToolBar::unarchiveList | ( | $ | task = 'unarchive' , |
$ | alt = 'Unarchive' |
||
) |
Writes an unarchive button for a list of records
string | An override for the task |
string | An override for the alt text |
Références $task, JText::_(), et custom().
mosToolBar::unpublish | ( | $ | task = 'unpublish' , |
$ | alt = 'Unpublished' |
||
) |
Writes a common 'unpublish' button
string | An override for the task |
string | An override for the alt text |
Références $task, JText::_(), et custom().
mosToolBar::unpublishList | ( | $ | task = 'unpublish' , |
$ | alt = 'Unpublished' |
||
) |
Writes a common 'unpublish' button for a list of records
string | An override for the task |
string | An override for the alt text |
Références $task, JText::_(), et custom().