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 | sortable ($tableId, $formId, $sortDir='asc', $saveOrderingUrl=null, $proceedSaveOrderButton=true, $nestedList=false) |
static | _proceedSaveOrderButton () |
Attributs protégés statiques | |
static | $loaded = array() |
HTML utility class for creating a sortable table list
|
static |
Method to inject script for enabled and disable Save order button when changing value of ordering input boxes
Références getDocument.
|
static |
Method to load the Sortable 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 |
boolean | $proceedSaveOrderButton | Set whether a save order button is displayed |
boolean | $nestedList | Set whether the list is a nested list |
InvalidArgumentException |
Références $displayData, et null.
|
staticprotected |