Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JHtmlList

Liste de tous les membres

Fonctions membres publiques statiques

static accesslevel (&$row)
static images ($name, $active=null, $javascript=null, $directory=null, $extensions="bmp|gif|jpg|png")
static genericordering ($sql, $chop= '30')
static specificordering ($value, $id, $query, $neworder=0)
static ordering ($name, $query, $attribs=null, $selected=null, $neworder=null, $chop=null)
static users ($name, $active, $nouser=0, $javascript=null, $order= 'name', $reg=1)
static positions ($name, $active=null, $javascript=null, $none=1, $center=1, $left=1, $right=1, $id=false)
static category ($name, $extension, $selected=null, $javascript=null, $order=null, $size=1, $sel_cat=1)

Documentation des fonctions membres

static JHtmlList::accesslevel ( $row)
static

Get a grouped list of pre-Joomla 1.6 access levels

Paramètres:
object&$rowThe object (must have an access property).
Renvoie:
string
Depuis:
11.1
Obsolète:
12.1 Use JHtml::_('access.assetgrouplist', 'access', $selected) instead
Voir également:
JHtmlAccess::assetgrouplist

Références $row, JHtml\_(), JLog\add(), et JLog\WARNING.

+ Voici le graphe d'appel pour cette fonction :

static JHtmlList::category (   $name,
  $extension,
  $selected = null,
  $javascript = null,
  $order = null,
  $size = 1,
  $sel_cat = 1 
)
static

Crates a select list of categories

Paramètres:
string$nameName of the field
string$extensionExtension for which the categories will be listed
string$selectedSelected value
string$javascriptCustom javascript
integer$orderNot used.
integer$sizeSize of the field
boolean$sel_catIf null do not include a Select Categories row
Renvoie:
string
Obsolète:
12.1 Use JHtmlCategory instead
Depuis:
11.1
Voir également:
JHtmlCategory

Références $category, $extension, $name, JHtml\_(), JText\_(), JLog\add(), et JLog\WARNING.

+ Voici le graphe d'appel pour cette fonction :

static JHtmlList::genericordering (   $sql,
  $chop = '30' 
)
static

Returns an array of options

Paramètres:
string$sqlSQL with 'ordering' AS value and 'name field' AS text
integer$chopThe length of the truncated headline
Renvoie:
array An array of objects formatted for JHtml list processing
Depuis:
11.1

Références $db, $i, $n, $options, $text, JHtml\_(), JText\_(), JFactory\getDbo(), JError\raiseNotice(), JString\strlen(), JString\substr(), text, et value.

+ Voici le graphe d'appel pour cette fonction :

static JHtmlList::images (   $name,
  $active = null,
  $javascript = null,
  $directory = null,
  $extensions = "bmp|gif|jpg|png" 
)
static

Build the select list to choose an image

Paramètres:
string$nameThe name of the field
string$activeThe selected item
string$javascriptAlternative javascript
string$directoryDirectory the images are stored in
string$extensionsAllowed extensions
Renvoie:
array Image names
Depuis:
11.1

Références $active, $file, $images, $name, JHtml\_(), JText\_(), JFolder\files(), jimport(), et JPATH_SITE.

+ Voici le graphe d'appel pour cette fonction :

static JHtmlList::ordering (   $name,
  $query,
  $attribs = null,
  $selected = null,
  $neworder = null,
  $chop = null 
)
static

Build the select list for Ordering derived from a query

Paramètres:
integer$nameThe scalar value
string$queryThe query
string$attribsHTML tag attributes
string$selectedThe selected item
integer$neworder1 if new and first, -1 if new and last, 0 or null if existing item
string$chopThe length of the truncated headline
Renvoie:
string Html for the select list
Depuis:
11.1

Références $attribs, $html, $name, $query, $text, JHtml\_(), JText\_(), et elseif.

Référencé par specificordering().

+ Voici le graphe d'appel pour cette fonction :

+ Voici le graphe des appelants de cette fonction :

static JHtmlList::positions (   $name,
  $active = null,
  $javascript = null,
  $none = 1,
  $center = 1,
  $left = 1,
  $right = 1,
  $id = false 
)
static

Select list of positions - generally used for location of images

Paramètres:
string$nameName of the field
string$activeThe active value
string$javascriptAlternative javascript
boolean$noneNull if not assigned
boolean$centerNull if not assigned
boolean$leftNull if not assigned
boolean$rightNull if not assigned
boolean$idNull if not assigned
Renvoie:
array The positions
Depuis:
11.1

Références $active, $id, $name, JHtml\_(), JText\_(), et null.

+ Voici le graphe d'appel pour cette fonction :

static JHtmlList::specificordering (   $value,
  $id,
  $query,
  $neworder = 0 
)
static

Build a select list with a specific ordering

Paramètres:
integer$valueThe scalar value
integer$idThe id for an existing item in the list
string$queryThe query
integer$neworder1 if new and first, -1 if new and last, 0 or null if existing item
Renvoie:
string Html for the ordered list
Depuis:
11.1
Voir également:
JHtmlList::ordering
Obsolète:
12.1 Use JHtml::_('list.ordering') instead

Références $id, $query, et ordering().

+ Voici le graphe d'appel pour cette fonction :

static JHtmlList::users (   $name,
  $active,
  $nouser = 0,
  $javascript = null,
  $order = 'name',
  $reg = 1 
)
static

Select list of active users

Paramètres:
string$nameThe name of the field
string$activeThe active user
integer$nouserIf set include an option to select no user
string$javascriptCustom javascript
string$orderSpecify a field to order by
string$regDeprecated Excludes users who are explicitly in group 2.
Renvoie:
string The HTML for a list of users list of users
Depuis:
11.1

Références $active, $db, $name, $query, $users, JHtml\_(), JText\_(), et JFactory\getDbo().

+ Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir du fichier suivant :