Databases Reference
In-Depth Information
Figure 3-6. jQuery Date Picker in a Tabular Form
Unfortunately, you cannot extend that calendar feature the way you can in simple forms and specify
number of months or add a year range to it. Hopefully that functionality will be included in one of the
next releases.
Radio Group
The Radio Group is the next Tabular Form item type which came with release 4 of APEX. In earlier
versions you were able to manually create that item type by using the apex item.radiogroup packaged
function. The disadvantage of doing so was that APEX would create one array per entry in the Radio
Group and you needed to write your own code in order to handle that problem while inserting or
updating the record.
To show how this feature works, you will now change the item type for the column VALID to Radio
Group (Static LOV) , as shown in Figure 3-7. Change the “List of values definition” to
STATIC:Yes;Y,No;N
Search WWH ::




Custom Search