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 JHtmlSortablelist

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()
 

Description détaillée

HTML utility class for creating a sortable table list

Depuis
3.0
Obsolète:
5.0 Sortable List will be deprecated in favour of a new dragula script in 4.0

Documentation des fonctions membres

◆ _proceedSaveOrderButton()

static _proceedSaveOrderButton ( )
static

Method to inject script for enabled and disable Save order button when changing value of ordering input boxes

Renvoie
void
Depuis
3.0
Obsolète:
4.0 The logic is merged in the JLayout file

Références getDocument.

◆ sortable()

static sortable (   $tableId,
  $formId,
  $sortDir = 'asc',
  $saveOrderingUrl = null,
  $proceedSaveOrderButton = true,
  $nestedList = false 
)
static

Method to load the Sortable script and make table sortable

Paramètres
string$tableIdDOM id of the table
string$formIdDOM id of the form
string$sortDirSort direction
string$saveOrderingUrlSave ordering url, ajax-load after an item dropped
boolean$proceedSaveOrderButtonSet whether a save order button is displayed
boolean$nestedListSet whether the list is a nested list
Renvoie
void
Depuis
3.0
Exceptions
InvalidArgumentException
Obsolète:
5.0 In Joomla 4 call JHtml::_('dragablelist.dragable') and add a class of js-draggable to the tbody element of the table

Références $displayData, et null.

Documentation des champs

◆ $loaded

$loaded = array()
staticprotected

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