API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe mosToolBar

Liste de tous les membres

Fonctions membres publiques


Documentation des fonctions membres

mosToolBar::addNew ( task = 'new',
alt = 'New' 
)

Writes the common 'new' icon for the button bar

Paramètres:
stringAn override for the task
stringAn override for the alt text

Références $task, JText::_(), et custom().

Voici le graphe d'appel pour cette fonction :

mosToolBar::apply ( task = 'apply',
alt = 'Apply' 
)

Writes a save button for a given option

Paramètres:
stringAn override for the task
stringAn override for the alt text

Références $task, JText::_(), et custom().

Voici le graphe d'appel pour cette fonction :

mosToolBar::archiveList ( task = 'archive',
alt = 'Archived' 
)

Writes a common 'archive' button for a list of records

Paramètres:
stringAn override for the task
stringAn override for the alt text

Références $task, JText::_(), et custom().

Voici le graphe d'appel pour cette fonction :

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::_().

Voici le graphe d'appel pour cette fonction :

mosToolBar::cancel ( task = 'cancel',
alt = 'Cancel' 
)

Writes a cancel button and invokes a cancel operation (eg a checkin)

Paramètres:
stringAn override for the task
stringAn override for the alt text

Références $task, JText::_(), et custom().

Voici le graphe d'appel pour cette fonction :

mosToolBar::custom ( task = '',
icon = NULL,
iconOver = '',
alt = '',
listSelect = true 
)

Writes a custom option and task button for the button bar

Paramètres:
stringThe task to perform (picked up by the switch($task) blocks
stringThe image to display
stringThe image to display when moused over
stringThe alt text for the icon image
booleanTrue 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().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

mosToolBar::deleteList ( msg = '',
task = 'remove',
alt = 'Delete' 
)

Writes a common 'delete' button for a list of records

Paramètres:
stringPostscript for the 'are you sure' message
stringAn override for the task
stringAn override for the alt text

Références $task, JText::_(), et custom().

Voici le graphe d'appel pour cette fonction :

mosToolBar::divider ( )

Write a divider between menu buttons

Références $image, et JHTML::_().

Voici le graphe d'appel pour cette fonction :

mosToolBar::editCss ( task = 'edit_css',
alt = 'Edit CSS' 
)

Writes a common 'edit' button for a template css

Paramètres:
stringAn override for the task
stringAn override for the alt text

Références $task, JText::_(), et custom().

Voici le graphe d'appel pour cette fonction :

mosToolBar::editHtml ( task = 'edit_source',
alt = 'Edit HTML' 
)

Writes a common 'edit' button for a template html

Paramètres:
stringAn override for the task
stringAn override for the alt text

Références $task, JText::_(), et custom().

Voici le graphe d'appel pour cette fonction :

mosToolBar::editList ( task = 'edit',
alt = 'Edit' 
)

Writes a common 'edit' button for a list of records

Paramètres:
stringAn override for the task
stringAn override for the alt text

Références $task, JText::_(), et custom().

Voici le graphe d'appel pour cette fonction :

mosToolBar::endTable ( )

Writes the end of the menu bar table

mosToolBar::media_manager ( directory = '')

Writes a media_manager button

Paramètres:
stringThe sub-drectory to upload the media to

Références $image, JHTML::_(), et JText::_().

Voici le graphe d'appel pour cette fonction :

mosToolBar::preview ( popup = '')

Writes a preview button for a given option (opens a popup window)

Paramètres:
stringThe name of the popup file (excluding the file extension)

Références $db, $image, JHTML::_(), JText::_(), et JFactory::getDBO().

Voici le graphe d'appel pour cette fonction :

mosToolBar::publish ( task = 'publish',
alt = 'Published' 
)

Writes a common 'publish' button

Paramètres:
stringAn override for the task
stringAn override for the alt text

Références $task, JText::_(), et custom().

Voici le graphe d'appel pour cette fonction :

mosToolBar::publishList ( task = 'publish',
alt = 'Published' 
)

Writes a common 'publish' button for a list of records

Paramètres:
stringAn override for the task
stringAn override for the alt text

Références $task, JText::_(), et custom().

Voici le graphe d'appel pour cette fonction :

mosToolBar::save ( task = 'save',
alt = 'Save' 
)

Writes a save button for a given option

Paramètres:
stringAn override for the task
stringAn override for the alt text

Références $task, JText::_(), et custom().

Voici le graphe d'appel pour cette fonction :

mosToolBar::spacer ( width = '')

Writes a spacer cell

Paramètres:
stringThe width for the cell

Références $width, et nbsp.

mosToolBar::startTable ( )

Writes the start of the button bar table

Références $document, $mainframe, et JFactory::getDocument().

Voici le graphe d'appel pour cette fonction :

mosToolBar::unarchiveList ( task = 'unarchive',
alt = 'Unarchive' 
)

Writes an unarchive button for a list of records

Paramètres:
stringAn override for the task
stringAn override for the alt text

Références $task, JText::_(), et custom().

Voici le graphe d'appel pour cette fonction :

mosToolBar::unpublish ( task = 'unpublish',
alt = 'Unpublished' 
)

Writes a common 'unpublish' button

Paramètres:
stringAn override for the task
stringAn override for the alt text

Références $task, JText::_(), et custom().

Voici le graphe d'appel pour cette fonction :

mosToolBar::unpublishList ( task = 'unpublish',
alt = 'Unpublished' 
)

Writes a common 'unpublish' button for a list of records

Paramètres:
stringAn override for the task
stringAn override for the alt text

Références $task, JText::_(), et custom().

Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir du fichier suivant :