Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe ActionsDropdown

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 $icon, $id, $label, $task, HTMLHelper\link(), et LayoutHelper\render().

◆ 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, $task, et Text\_().

◆ 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, $task, et Text\_().

◆ 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, $task, et Text\_().

◆ 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, $task, et Text\_().

◆ 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, null, et Text\sprintf().

◆ 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, $task, et Text\_().

◆ 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, $task, et Text\_().

◆ 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, $task, et Text\_().

◆ 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, $task, et Text\_().

◆ 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 :