-
Book Overview & Buying
-
Table Of Contents
Oracle Application Express 4.0 with Ext JS
By :
APEX allows you to create three styles of buttons: HTML, Template, and Image.
The HTML button creates the native browser-based button with attributes you can specify; the rendered appearance differs based on your operating system and browser. The HTML button is lightweight for HTTP requests, but limited in how you can manipulate its appearance.
The Image button allows you to control the appearance by specifying the image used and the image attributes. A significant limitation of image-based buttons is that you have to specify the image details every time you create a button a real productivity killer. For this reason alone, I would strongly encourage you not to use image-based buttons, but rather create a template-based button with the image details included.
The Template button provides you with far greater design flexibility, allowing you to duplicate the HTML generated by either the HTML or Image style buttons, or create something with greater functionality.
The additional...
Change the font size
Change margin width
Change background colour