JHtmlList
class JHtmlList
Utility class for creating different select lists
Methods
Build the select list to choose an image
Returns an array of options
Build a select list with a specific ordering
Build the select list for Ordering derived from a query
Select list of active users
Select list of positions - generally used for location of images
Crates a select list of categories
Details
at line 33
static string
accesslevel($row)
deprecated
deprecated
Get a grouped list of pre-Joomla 1.6 access levels
at line 51
static
images(string $name, string $active = NULL, string $javascript = NULL, string $directory = NULL, string $extensions = 'bmp|gif|jpg|png')
Build the select list to choose an image
at line 90
static array
genericordering(string $sql, integer $chop = '30')
Returns an array of options
at line 141
static string
specificordering(integer $value, integer $id, string $query, $neworder)
deprecated
deprecated
Build a select list with a specific ordering
at line 171
static string
ordering($name, $query, $attribs = null, $selected = null, $neworder = null, $chop = null)
Build the select list for Ordering derived from a query
at line 214
static string
users(string $name, string $active, integer $nouser, string $javascript = NULL, string $order = 'name', string $reg = 1)
Select list of active users
at line 263
static array
positions(string $name, string $active = null, string $javascript = null, boolean $none = 1, boolean $center = 1, boolean $left = 1, boolean $right = 1, boolean $id = false)
Select list of positions - generally used for location of images
at line 318
static
category($name, $extension, $selected = NULL, $javascript = NULL, $order = null, $size = 1, $sel_cat = 1)
deprecated
deprecated
Crates a select list of categories