API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
HTML_modules::add | ( | &$ | modules, |
$ | client | ||
) |
/** Displays a selection list for module types
HTML_modules::edit | ( | &$ | model, |
&$ | row, | ||
&$ | orders2, | ||
&$ | lists, | ||
&$ | params, | ||
$ | client | ||
) |
Writes the edit form for new and existing module
A new record is defined when $row is passed with the id property set to 0.
JTableCategory | The category object |
array |
The modules of the left side. The array elements are in the form $leftorder[order] = label where order is the module order from the db table and label is a text label associciated with the order.
array | See notes for leftorder |
array | An array of select lists |
object | Parameters |
Références $document, $editor, $i, $items, $k, $pane, $params, JText::_(), JHTML::_(), elseif, endif, JFactory::getDocument(), JFactory::getEditor(), JPane::getInstance(), jimport(), JFilterOutput::objectHTMLSafe(), JRequest::setVar(), type, et value.
HTML_modules::preview | ( | ) |
HTML_modules::view | ( | &$ | rows, |
&$ | client, | ||
&$ | page, | ||
&$ | lists | ||
) |
Writes a list of the defined modules
array | An array of category objects |
Références $access, $checked, $client, $disabled, $i, $k, $link, $n, $ordering, $published, $rows, $user, JRoute::_(), JText::_(), JHTML::_(), JFactory::getUser(), JTable::isCheckedOut(), type, et value.