-
Book Overview & Buying
-
Table Of Contents
Oracle Application Express 4.0 with Ext JS
By :
The Popup List of Values template controls how the popup list of values items are displayed in the APEX application for all items of type POPUP. Unlike other template types, only one popup template is allowed per theme.
![]() |
The popup template is more restricted than other templates in how you can modify the layout, but it is still possible to change its appearance to give it an Ext look, and make some minor functional improvements. The previous screenshot shows the popup page in use. The header and footer regions use Ext styling, and use fixed CSS positioning to ensure that both regions are always visible when scrolling large lists.
The template responsible to make this happen is:
Before field text:
<div class="ux-top-toolbar">
Filter text attributes:
For pre APEX 4.0, versions only, add the following line:
id="search-item"
In APEX 4.0 this value is automatically included.
After field text:
</div>
This wraps a DIV tag around the search field...
Change the font size
Change margin width
Change background colour
