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é
|
Fonctions membres publiques statiques | |
static | init () |
static | start () |
static | render () |
static | edit ($id, $prefix='', $customLink='') |
static | publish ($checkboxId, $prefix='') |
static | unpublish ($checkboxId, $prefix='') |
static | featured ($checkboxId, $prefix='') |
static | unfeatured ($checkboxId, $prefix='') |
static | archive ($checkboxId, $prefix='') |
static | unarchive ($checkboxId, $prefix='') |
static | trash ($checkboxId, $prefix='') |
static | untrash ($checkboxId, $prefix='') |
static | checkin ($checkboxId, $prefix='') |
static | divider () |
static | addCustomItem ($label, $link='javascript:void(0)', $linkAttributes='', $className='', $ajaxLoad=false, $jsCallBackFunc=null) |
Attributs protégés statiques | |
static | $loaded = array() |
static | $dropDownList = null |
HTML utility class for building a dropdown menu
|
static |
Append a custom item to current dropdown menu
string | $label | The label of item |
string | $link | The link of item |
string | $linkAttributes | Custom link attributes |
string | $className | Class name of item |
boolean | $ajaxLoad | True if using ajax load when item clicked |
string | $jsCallBackFunc | Javascript function name, called when ajax load successfully |
|
static |
Append an archive item to the current dropdown menu
string | $checkboxId | ID of corresponding checkbox of the record |
string | $prefix | The task prefix |
|
static |
Append a checkin item to the current dropdown menu
string | $checkboxId | ID of corresponding checkbox of the record |
string | $prefix | The task prefix |
|
static |
Writes a divider between dropdown items
|
static |
|
static |
Append a featured item to the current dropdown menu
string | $checkboxId | ID of corresponding checkbox of the record |
string | $prefix | The task prefix |
|
static |
|
static |
|
static |
Method to render current dropdown menu
Références null.
|
static |
Method to start a new dropdown menu
|
static |
Append a trash item to the current dropdown menu
string | $checkboxId | ID of corresponding checkbox of the record |
string | $prefix | The task prefix |
|
static |
Append an unarchive item to the current dropdown menu
string | $checkboxId | ID of corresponding checkbox of the record |
string | $prefix | The task prefix |
|
static |
Append an unfeatured item to the current dropdown menu
string | $checkboxId | ID of corresponding checkbox of the record |
string | $prefix | The task prefix |
|
static |
Append an unpublish item to the current dropdown menu
string | $checkboxId | ID of corresponding checkbox of the record |
string | $prefix | The task prefix |
|
static |
Append an untrash item to the current dropdown menu
string | $checkboxId | ID of corresponding checkbox of the record |
string | $prefix | The task prefix |
|
staticprotected |
|
staticprotected |