API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
sections_html::copySectionSelect | ( | $ | option, |
$ | cid, | ||
$ | categories, | ||
$ | contents, | ||
$ | section | ||
) |
Form to select Section to copy Category to
Références $cid, $content, $id, JHTML::_(), JText::_(), type, et value.
Référencé par copySectionSelect().
sections_html::edit | ( | &$ | row, |
$ | option, | ||
&$ | lists | ||
) |
Writes the edit form for new and existing categories
A new record is defined when $row is passed with the id property set to 0. Note that the section property must be defined even for a new record.
JTableCategory | The category object |
string | The html for the image list select list |
string | The html for the image position select list |
string | The html for the ordering list |
string | The html for the groups select list |
Références $editor, $mainframe, $name, $path, JHTML::_(), JText::_(), JFactory::getEditor(), JFilterOutput::objectHTMLSafe(), JURI::root(), JRequest::setVar(), type, et value.
Référencé par editSection().
sections_html::show | ( | &$ | rows, |
$ | scope, | ||
$ | myid, | ||
&$ | page, | ||
$ | option, | ||
&$ | lists | ||
) |
Writes a list of the categories for a section
array | An array of category objects |
string | The name of the category section |
Références $access, $checked, $disabled, $i, $k, $limitstart, $link, $n, $ordering, $published, $rows, $user, JText::_(), JHTML::_(), JFactory::getUser(), JRequest::getVar(), JTable::isCheckedOut(), type, et value.
Référencé par showSections().