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

Remove PL/SQL code to separate package #43

Closed glebovpavel closed 9 years ago

glebovpavel commented 9 years ago

Hallo Nick, thanks to create and support this plugin.

U try to use this plugin in in tabular forms, but for this i need PL/SQL code in separate package. This can greatly improve productivity too.

Regards, Pavel, author of "Interactive Report to MSExcel" (http://www.apex-plugin.com/oracle-apex-plugins/process-type-plugin/interactive-report-to-msexcel_397.html)

nbuytaert1 commented 9 years ago

Hey Pavel,

Thanks for the pull request. One question. How can you use the Select2 APEX plugin in a tabular form? I always assumed that it was not possible to reference an item type plugin in a tabular form.

Nick

glebovpavel commented 9 years ago

Hallo, in new version i made new select2.display function to add ability using Select2 in Tabular Forms (this is an answer to your question).

Application Sample: https://apex.oracle.com/pls/apex/f?p=94846:3::::::

Regards, Pavel

nbuytaert1 commented 9 years ago

Although it would be a great addition to the plugin, I think your solution is a little too non-standard. Compiling a PL/SQL package as part of an APEX plugin is undesirable I'm afraid. Nevertheless, I will keep your solution in mind as it can come in handy sometimes.

Thanks, Nick