Shuttle item filtering JavaScript code updated to APEX 19.2 and new features.
How to create filter / search field for APEX shuttle item values using jQuery.
Here is how to highlight form text items, witch Value Required attribute is set to "Yes" and do not have any value.
APEX text item have option "Submit when Enter pressed" to submit page with item name as request. This attribute seems not working when you have only one text item on page.
Here is how you can add item help using title attribute to APEX form items.
Here is how you can return multiple values when using jQuery UI autocomplete.
Change APEX text item size and maxlength dynamically according e.g. select list value.
How to show APEX item help text in modal dialog using SimpleModal jQuery plugin.
How to sort APEX shuttle item left and right side values using jQuery.
APEX Popup Key LOV is useful if you have big list of values. But by default text field not look so nice as field background is gray.