API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
HTML_trash::showDelete | ( | $ | option, |
$ | cid, | ||
$ | items, | ||
$ | type, | ||
$ | return | ||
) |
A delete confirmation page Writes list of the items that have been selected for deletion
Références $cid, $id, $item, $items, JHTML::_(), JText::_(), nbsp, type, et value.
Référencé par viewdeleteTrash().
HTML_trash::showListContent | ( | $ | option, |
&$ | contents, | ||
&$ | pageNav, | ||
&$ | lists | ||
) |
Writes a list of the Trash items
Références $i, $k, $n, $pageNav, JHTML::_(), JText::_(), type, et value.
Référencé par viewTrashContent().
HTML_trash::showListMenu | ( | $ | option, |
&$ | menus, | ||
&$ | pageNav, | ||
&$ | lists | ||
) |
Writes a list of the Trash items
Toggles the check state of a group of boxes
Checkboxes must have an id attribute in the form cb0, cb1...
The | number of box to 'check' |
Références $i, $k, $n, $pageNav, JHTML::_(), JText::_(), type, et value.
Référencé par viewTrashMenu().
HTML_trash::showRestore | ( | $ | option, |
$ | cid, | ||
$ | items, | ||
$ | type, | ||
$ | return | ||
) |
A restore confirmation page Writes list of the items that have been selected for restore
Références $cid, $id, $item, $items, JHTML::_(), JText::_(), nbsp, type, et value.
Référencé par viewrestoreTrash().