Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques statiques | |
static | draggable (string $tableId='', string $formId='', string $sortDir='asc', string $saveOrderingUrl='', $redundant=null, bool $nestedList=false) |
Attributs protégés statiques | |
static | $loaded = array() |
HTML utility class for creating a sortable table list
|
static |
Method to load the Dragula script and make table sortable
string | $tableId | DOM id of the table |
string | $formId | DOM id of the form |
string | $sortDir | Sort direction |
string | $saveOrderingUrl | Save ordering url, ajax-load after an item dropped |
string | $redundant | Not used |
boolean | $nestedList | Set whether the list is a nested list |
Références $doc, $formId, $saveOrderingUrl, Factory\getDocument(), et Session\getFormToken().
|
staticprotected |