Iframe is a component that allows to place iframe element into a page. It inherites from view.
To init the component you need to perform a simple procedure - call initialization code.
Initialization code or an object constructor, lets you create object by using common declaration.
dhx.ui ({view:"iframe", ...})
In constructor you can specify the following parameters:
Please note, iframe is a derived class, i.e. it inherits all the features of the base classes (iframe → view).
dhx.ui({ rows:[ {view:"iframe", id:"bottom", src:"http://google.com" }] })
To use ui functionality, touchui.css and touchui.js files must be included.