Combobox With Custom Display Tweet |
|
|
Categories:
Item Plugin
Add HTML tags and Images to the dropdownCombobox (searchable select list) is a great replacement to the standard select list and autocomplete. It removes the limitation of APEX autocomplete item which can have only one column for display and return. This is easy to configure and easy to use that enables you to add a new value to the drop down list on the fly. A case in-sensitive search is performed with the entered value for both Lazy Loading and Non Lazy Load. Plugin options: Lazy Loading: If set to yes, the matching values will be read from the database each time the user types a character. If set to no, all values will be read only once when the page is rendered.. Allow Add New: Chose yes if you want to allow the user to add new values to the list using below PL/SQL Block (Only Available if Lazy Loading is set to Yes) PL/SQL Code for Add New: Enter the PL/SQL Function Body to populate the new value into database table returning its ID (Only Available if Allow Add New is set to Yes) Set Value of Combobox Using below syntax: $('#PX_ITEM_NAME').vcCombobox2('SetValue',<<VALUE>>); For Example: $('#P4_TEST').vcCombobox2('SetValue',9999); Keywords
Combobox,plugin,custom display |
Company:
Date added: 22.5.2012
Views:
4982
Votes:
8
Reviews:
12
Min. APEX Version:
4.0
Link to:
If something is not correct please report it here:
Report Listing
|
|
Do you have a question about this Plugin? Want to write a Review or Comment?
Login first. Reviews / Questions / Comments are e-mailed to the author of the Plug-in. |
2. if display data contains double quote, they replaced with & quot ; and after selection remains in combo box field
thx
Baki
Your plugin is great and I wish to use it in my applications. I've noticed couple issues about double quotes .
1. If search term contains double quote, in chrome developer tools reports error: Uncaught SyntaxError: Unexpected string
2. if display data contains double quote, they replaced with " and after selection remains in combo box field
Thanks
Baki
I have noticed that scrolling inside 'ul' isn't working. Neither on a test/demo page provided, or in my application. The issue seems to be within apex.vcplugin2-ac.min. Widget "ui.menu" is missing "scrollTop" and "scrollHeight" attributes.And manualy adding them into ui.menu _create method doesn't fix the issue.
If you could review the issue, it would be much appreciated.
tnx,
Hrvoje!
my combo box item P9_DEPT
Region:
select DMS_DT_ID from DMS_DEPT_TYPE
where MAS_REF_ID=:P9_DEPT;
Thanx,
RAM
Yes you have to use following syntax given in the plugin documentation above.
$('#PX_ITEM_NAME').vcCombobox2('SetValue',<
Set the dynamic action to Execute JavaScript code and enter
$('#P18_COMBO_BOX').vcCombobox2('SetValue',9999);
Thanks,
Vikram
I've also added dynamic action: Set Value.
But still ...
I've created a Dynamic Action (action = Refresh) on an item e.g. P18_EMP. When this item change, the combobox P18_COMBO_BOX should immediately refresh. But this doesn't happen.
I think I'll have to use something with javascript code again? Can you please help me out again please.
Thank you very much,
Enny
It works fine now.
I know I haven't added added that functionality to this plugin. But you can use the below jquery code to hide and show.
Set the dynamic action to Execute JavaScript code and use the below lines of code for show and hide respectively:
$('#P18_COMBO_BOX').parent('td').parent('tr').show();
$('#P18_COMBO_BOX').parent('td').parent('tr').hide();
Thanks
I've a created a Dynamic Action on an item e.g. P18_IND to show/hide the Combox item (e.g. P18_COMBO_BOX). When True then Show combobox item, and when False then Hide combobox item.
But ... it looks like the DA only hide/show the "text item". The combobox itself always shows up at both True and False. This shouldn't happen, can you help me out please. What should I do?
Thx in advance,
Enny
| Powered by Sigsiu.NET | ![]() |

Combobox With Custom Display
Save This Page
