API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
ContentView::__construct | ( | $ | config = array() | ) |
Constructor
protected
Réimplémentée à partir de JView.
Références $config, et JHTML::addIncludePath().
ContentView::_displayArticleDetails | ( | &$ | row, |
&$ | lists | ||
) |
Références JText::_(), type, et value.
Référencé par editContent().
ContentView::_displayArticleStats | ( | &$ | row, |
&$ | lists | ||
) |
Références $db, $nullDate, JHTML::_(), JText::_(), JFactory::getDBO(), type, et value.
Référencé par editContent().
ContentView::copySection | ( | $ | option, |
$ | cid, | ||
$ | sectCatList, | ||
$ | sectionid, | ||
$ | items | ||
) |
Form to select Section/Category to copys item(s) to
Références $cid, $id, $item, $items, JHTML::_(), JText::_(), type, et value.
Référencé par ContentController::copyItem().
ContentView::editContent | ( | &$ | row, |
$ | section, | ||
&$ | lists, | ||
&$ | sectioncategories, | ||
$ | option, | ||
&$ | form | ||
) |
Writes the edit form for new and existing article
A new record is defined when $row is passed with the id property set to 0.
JTableContent | The category object |
string | The html for the groups select list |
Références $db, $editor, $i, $items, $k, $pane, $title, JText::_(), JHTML::_(), _displayArticleDetails(), _displayArticleStats(), JFactory::getDBO(), JFactory::getEditor(), JPane::getInstance(), jimport(), JFilterOutput::objectHTMLSafe(), JRequest::setVar(), type, et value.
ContentView::insertPagebreak | ( | ) |
Renders pagebreak options
Références JText::_(), JRequest::getVar(), et type.
Référencé par ContentController::insertPagebreak().
ContentView::moveSection | ( | $ | cid, |
$ | sectCatList, | ||
$ | option, | ||
$ | sectionid, | ||
$ | items | ||
) |
Form to select Section/Category to move item(s) to
array | An array of selected objects |
int | The current section we are looking at |
array | The list of sections and categories to move to |
Références $cid, $id, $item, $items, JHTML::_(), JText::_(), type, et value.
Référencé par ContentController::moveSection().
ContentView::previewContent | ( | ) |
Références $document, $editor, $mainframe, JHTML::_(), JFactory::getDocument(), JFactory::getEditor(), et JURI::root().
Référencé par ContentController::previewContent().
ContentView::showArchive | ( | &$ | rows, |
$ | section, | ||
&$ | lists, | ||
$ | pageNav, | ||
$ | option, | ||
$ | all = NULL , |
||
$ | redirect | ||
) |
Writes a list of the articles
array | An array of article objects |
Références $i, $k, $linkA, $n, $pageNav, $rows, $user, JRoute::_(), JHTML::_(), JText::_(), JFactory::getUser(), type, et value.
ContentView::showContent | ( | &$ | rows, |
&$ | lists, | ||
$ | page, | ||
$ | redirect | ||
) |
Writes a list of the articles
array | An array of article objects |
Références $access, $checked, $config, $db, $disabled, $i, $k, $link, $linkA, $mainframe, $n, $now, $nullDate, $ordering, $publish_up, $rows, $user, JRoute::_(), JText::_(), JHTML::_(), JFactory::getConfig(), JFactory::getDate(), JFactory::getDBO(), JFactory::getUser(), JTable::isCheckedOut(), type, et value.
Référencé par ContentController::viewContent().