PHP Classes

File: public/asset/vendor/select2/docs/pages/14.advanced/02.default-adapters/05.results/docs.md

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   public/asset/vendor/select2/docs/pages/14.advanced/02.default-adapters/05.results/docs.md   Download  
File: public/asset/vendor/select2/docs/pages/14.advanced/02.default-adapters/05.results/docs.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 706 bytes
 

Contents

Class file image Download

title: Results taxonomy:

category: docs

The ResultsAdapter controls the list of results that the user can select from.

The results adapter can be overridden by assigning a custom adapter to the resultsAdapter configuration option. While the results adapter does not define any additional methods that must be implemented, it makes extensive use of the Select2 event system for controlling the display of results and messages.

AMD Modules:

select2/results

Decorators

SelectOnClose

This decorator implements automatic selection of the highlighted option when the dropdown is closed.

AMD Modules:

select2/dropdown/selectOnClose