nbuytaert1 / apex-select2

Select lists in Oracle APEX as they should be
https://apex.oracle.com/pls/apex/f?p=64237:20
GNU General Public License v2.0
56 stars 18 forks source link

Loading Multiple Values into Select2 #39

Closed JoeStratton closed 9 years ago

JoeStratton commented 9 years ago

The multi value select2 option works great for saving and even loading a form again when a single value is selected.

When I save multiple values into the field its store in the fomat val1:val2:val3

My question is how do you manually load those values back into the item on page load?

Thanks!

nbuytaert1 commented 9 years ago

Sorry for the late reply.

Loading multiple values into a Select2 page item should automatically be taken care of. Simply assign the colon separated value to the page item (e.g. 7839:7521).

JoeStratton commented 9 years ago

Yes I solved that :) but the max amount of select2 items on the page still seems to be limited

Sent from my iPhone

On Mar 7, 2015, at 5:07 AM, Nick Buytaert notifications@github.com wrote:

Sorry for the late reply.

Loading multiple values into a Select2 page item should automatically be taken care of. Simply assign the colon separated value to the page item (e.g. 7839:7521).

— Reply to this email directly or view it on GitHub.

nbuytaert1 commented 9 years ago

I have answered that question on apex-plugin.com: http://www.apex-plugin.com/oracle-apex-plugins/item-plugin/select2_344.html