API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JHTMLList::accesslevel | ( | &$ | row | ) |
Build the select list for access level
Références $access, $db, $query, JHTML::_(), et JFactory::getDBO().
JHTMLList::category | ( | $ | name, |
$ | section, | ||
$ | active = NULL , |
||
$ | javascript = NULL , |
||
$ | order = 'ordering' , |
||
$ | size = 1 , |
||
$ | sel_cat = 1 |
||
) |
Select list of active categories for components
Références $db, $name, $query, $section, JText::_(), JHTML::_(), et JFactory::getDBO().
JHTMLList::genericordering | ( | $ | sql, |
$ | chop = '30' |
||
) |
Description
string | SQL with ordering As value and 'name field' AS text |
integer | The length of the truncated headline |
Références $db, $i, $n, $text, JText::_(), JHTML::_(), JFactory::getDBO(), JString::strlen(), JString::substr(), et value.
JHTMLList::images | ( | $ | name, |
$ | active = NULL , |
||
$ | javascript = NULL , |
||
$ | directory = NULL , |
||
$ | extensions = "bmp|gif|jpg|png" |
||
) |
Build the select list to choose an image
Références $file, $images, $name, JText::_(), JHTML::_(), JFolder::files(), et jimport().
JHTMLList::positions | ( | $ | name, |
$ | active = NULL , |
||
$ | javascript = NULL , |
||
$ | none = 1 , |
||
$ | center = 1 , |
||
$ | left = 1 , |
||
$ | right = 1 , |
||
$ | id = false |
||
) |
Select list of positions - generally used for location of images
Références $id, $name, JText::_(), et JHTML::_().
JHTMLList::section | ( | $ | name, |
$ | active = NULL , |
||
$ | javascript = NULL , |
||
$ | order = 'ordering' , |
||
$ | uncategorized = true , |
||
$ | scope = 'content' |
||
) |
Select list of active sections
Références $db, $name, $query, $scope, JText::_(), JHTML::_(), et JFactory::getDBO().
JHTMLList::specificordering | ( | &$ | row, |
$ | id, | ||
$ | query, | ||
$ | neworder = 0 |
||
) |
Build the select list for Ordering of a specified Table
Références $db, $id, $ordering, $query, $text, JText::_(), JHTML::_(), et JFactory::getDBO().
JHTMLList::users | ( | $ | name, |
$ | active, | ||
$ | nouser = 0 , |
||
$ | javascript = NULL , |
||
$ | order = 'name' , |
||
$ | reg = 1 |
||
) |
Select list of active users
Références $and, $db, $name, $query, JText::_(), JHTML::_(), et JFactory::getDBO().