Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe JHtmlActionsDropdown

Fonctions membres publiques statiques

static render ($item='')
 
static publish ($id, $prefix='')
 
static unpublish ($id, $prefix='')
 
static feature ($id, $prefix='')
 
static unfeature ($id, $prefix='')
 
static archive ($id, $prefix='')
 
static unarchive ($id, $prefix='')
 
static duplicate ($id, $prefix='')
 
static trash ($id, $prefix='')
 
static untrash ($id, $prefix='')
 
static divider ()
 
static addCustomItem ($label, $icon='', $id='', $task='')
 

Attributs protégés statiques

static $dropDownList = array()
 

Description détaillée

HTML utility class for building a dropdown menu

Depuis
3.2

Documentation des fonctions membres

◆ addCustomItem()

static addCustomItem (   $label,
  $icon = '',
  $id = '',
  $task = '' 
)
static

Append a custom item to current dropdown menu.

Paramètres
string$labelThe label of the item.
string$iconThe icon classname.
string$idThe item id.
string$taskThe task.
Renvoie
void
Depuis
3.2

Références $id, et $task.

◆ archive()

static archive (   $id,
  $prefix = '' 
)
static

Append an archive item to the current dropdown menu

Paramètres
string$idID of corresponding checkbox of the record
string$prefixThe task prefix
Renvoie
void
Depuis
3.2

Références $id, $prefix, et $task.

◆ divider()

static divider ( )
static

Writes a divider between dropdown items

Renvoie
void
Depuis
3.0

◆ duplicate()

static duplicate (   $id,
  $prefix = '' 
)
static

Append a duplicate item to the current dropdown menu

Paramètres
string$idID of corresponding checkbox of the record
string$prefixThe task prefix
Renvoie
void
Depuis
3.2

Références $id, $prefix, et $task.

◆ feature()

static feature (   $id,
  $prefix = '' 
)
static

Append a feature item to the current dropdown menu

Paramètres
string$idID of corresponding checkbox of the record
string$prefixThe task prefix
Renvoie
void
Depuis
3.2

Références $id, $prefix, et $task.

◆ publish()

static publish (   $id,
  $prefix = '' 
)
static

Append a publish item to the current dropdown menu

Paramètres
string$idID of corresponding checkbox of the record
string$prefixThe task prefix
Renvoie
void
Depuis
3.2

Références $id, $prefix, et $task.

◆ render()

static render (   $item = '')
static

Method to render current dropdown menu

Paramètres
string$itemAn item to render.
Renvoie
string HTML markup for the dropdown list
Depuis
3.2

Références $html, $item, et null.

◆ trash()

static trash (   $id,
  $prefix = '' 
)
static

Append a trash item to the current dropdown menu

Paramètres
string$idID of corresponding checkbox of the record
string$prefixThe task prefix
Renvoie
void
Depuis
3.2

Références $id, $prefix, et $task.

◆ unarchive()

static unarchive (   $id,
  $prefix = '' 
)
static

Append an unarchive item to the current dropdown menu

Paramètres
string$idID of corresponding checkbox of the record
string$prefixThe task prefix
Renvoie
void
Depuis
3.2

Références $id, $prefix, et $task.

◆ unfeature()

static unfeature (   $id,
  $prefix = '' 
)
static

Append an unfeature item to the current dropdown menu

Paramètres
string$idID of corresponding checkbox of the record
string$prefixThe task prefix
Renvoie
void
Depuis
3.2

Références $id, $prefix, et $task.

◆ unpublish()

static unpublish (   $id,
  $prefix = '' 
)
static

Append an unpublish item to the current dropdown menu

Paramètres
string$idID of corresponding checkbox of the record
string$prefixThe task prefix
Renvoie
void
Depuis
3.2

Références $id, $prefix, et $task.

◆ untrash()

static untrash (   $id,
  $prefix = '' 
)
static

Append an untrash item to the current dropdown menu

Paramètres
string$idID of corresponding checkbox of the record
string$prefixThe task prefix
Renvoie
void
Depuis
3.2

Références $id, et $prefix.

Documentation des champs

◆ $dropDownList

$dropDownList = array()
staticprotected

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