IFRAME is a component that allows to place iframe element on a page. It inherits from view.
Related sample: 11_others/05_iframe.html
The following is an example of initialization with the commonly used parameters (to see a full list of IFRAME's parameters, please refer to the corresponding chapter of the manual):
dhx.ui({ view:"iframe", id:"bottom", src:"http://google.com" })
Specify id if you're going to refer to IFRAME later.
To use ui functionality, touchui.css and touchui.js files must be included.