-
Book Overview & Buying
-
Table Of Contents
Oracle Application Express 4.0 with Ext JS
By :
Data Stores provide the Ext JS framework with the ability to store data on the browser client acting much like an in-memory database. This provides enormous flexibility for data-aware components, such as the ComboBox, GridPanel, and TreePanel, as it logically separates the component from the data.
This makes the process of integrating AJAX functionality into plug-ins far simpler, because the AJAX processes will be focused on just passing data between the browser client and the database. The Ext components already contain the client-side functionality to update the display.
On the database side, APEX provides rich PL/SQL APIs to speed up the development of plug-ins. We will be making good use of the APEX-provided PL/SQL APIs to simplify component development.
In this chapter we will cover:
Storing data on the browser client using Ext.data.Store
Creating a complex ComboBox Plug-in, dealing with more advanced plugin concepts including...
Change the font size
Change margin width
Change background colour