Abstract Class JHtmlSortablelist

Description
  • abstract:

Located in /libraries/cms/html/sortablelist.php (line 19)


	
			
Variable Summary
 static array $loaded
Method Summary
 static void sortable (string $tableId, string $formId, [string $sortDir = 'asc'], string $saveOrderingUrl, [boolean $proceedSaveOrderButton = true], [boolean $nestedList = false])
Variables
static array $loaded = array() (line 25)
  • var: Array containing information for loaded files
  • since: 3.0
  • access: protected
Methods
static sortable (line 41)

Method to load the Sortable script and make table sortable

  • since: 3.0
  • access: public
static void sortable (string $tableId, string $formId, [string $sortDir = 'asc'], string $saveOrderingUrl, [boolean $proceedSaveOrderButton = true], [boolean $nestedList = false])
  • 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

Documentation generated on Tue, 19 Nov 2013 15:14:01 +0100 by phpDocumentor 1.4.3