Fork me on GitHub
Select2 APEX Plugin
version 3.0.3
updated on 24/01/2017

Looking for version 2.6.4 of the Select2 APEX plugin? Click here.

Compatibility
Oracle APEX
  • Version 4.2+
Browsers
  • IE 8+
  • Chrome 8+
  • Firefox 10+
  • Safari 3+
  • Opera 10.6+

Meet the Select2 APEX Plugin
We all know these four item types in Oracle Application Express. The Select2 APEX plugin offers a more user-friendly alternative with enhanced functionality. Give it a try!

Features
7839
  • 7782
  • 7900
  • 7839

Cascading LOV Support

The Select2 APEX plugin fully supports the cascading LOV feature, including the 'Page Items to Submit' and 'Optimize Refresh' settings.


Lazy Loading

Dynamic Actions

The majority of the standard dynamic actions in APEX integrate well with the Select2 plugin.

The Select2 APEX plugin includes custom events that are available for use in dynamic actions. The this.data.select2 JavaScript object includes all kind of information on the triggered event.


Event Description
Change Triggered whenever an option is selected or removed.
Close Triggered whenever the dropdown is closed.
Closing Triggered before the dropdown is closed. This event can be prevented.
Open Triggered whenever the dropdown is opened.
Opening Triggered before the dropdown is opened. This event can be prevented.
Select Triggered whenever a result is selected.
Selecting Triggered before a result is selected. This event can be prevented.
Unselect Triggered whenever a selection is removed.
Unselecting Triggered before a selection is removed. This event can be prevented.