Saturday, 20 September 2014

Oracle APEX : Display appropriate keypads for Field Items.

Hi All,

In many mobile applications you may notice that different keypads are shown at different fields.

For Example when you are typing mobile number means numeric keypad is shown,
When you are inserting e-Mail address means email keypad is shown,
and for Address,URL etc., you may see various keypads.

This can be achieved in Oracle Application Express  also.

Oracle Apex - In the end devices(mobiles) Respective keypads will be shown based on the input element's type attribute.
At present this can be achieved by using item-plugin

Extract and import the plugin to your application.
Change the  Display as property and input type property to respective plugin and field attributes.

Now you can see your application firing different keypads for different data type fields.

No comments:

Post a Comment