-
Book Overview & Buying
-
Table Of Contents
Oracle Application Express 4.0 with Ext JS
By :
Embedding iFrames into another page is as simple as including an iFrame HTML markup element in the region source of a page region.
<iframe width="600" height="400" frameborder="0" src="f?p=&APP_ID.:200:&APP_SESSION.:"></iframe>
In this example, we have specified the width, height, and the src attribute of iFrame using APEX built-in substitution strings for the application ID and session, to reference page 200 in the current application.
That didn't feel very satisfying to me, how about you? It does show that iFrames are easy to implement, but let's see if we can add some more functionality.
This time we will embed an iFrame element in a collapsible Ext.Panel, including extra functionality to make it resizable like the one shown in the following screenshot and included in chapter10/ex-10-resizable-iframe-panel.html.
![]() |
Starting off, we create a simple reusable iFrame component.
Creating a simple iFrame component allows...
Change the font size
Change margin width
Change background colour
