Sort – PHP Autocomplete https://phpautocomplete.com The Ultimate PHP Dropdown Fri, 14 Feb 2014 17:54:35 +0000 en-US hourly 1 https://wordpress.org/?v=7.0.4 set_sort_results() https://phpautocomplete.com/docs/set_sort_results/ Fri, 14 Feb 2014 17:54:15 +0000 http://phpautocomplete.com/?p=147 Sorting displayed results. Sort the results list for searching before the results are displayed. Useful for sorting matches by relevance to the user’s search term.

Enter “length” to sort by length of characters, or “alpha” to sort alphabetically.

Signature:

public function set_sort_results(mixed $sort_func)

Parameters:

  • $sort_func: custom JavaScript sort function
]]>
enable_dnd_sort() https://phpautocomplete.com/docs/enable_dnd_sort-2/ Fri, 14 Feb 2014 17:29:11 +0000 http://phpautocomplete.com/?p=125 Drag and drop sorting of multiple selected choices (using JQuery UI sort).The sorting is only available when control is attached to <input type=”hidden”>.

Signature:

public function enable_dnd_sort(bool $sort = false )

Parameters:

  • $sort: true or false
]]>