Iframe

Overview

IFRAME is a component that allows to place iframe element on a page. It inherits from view.


Related sample: 11_others/05_iframe.html

Initialization

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.

API Reference

Related Articles

A full list of articles.

To use ui functionality, touchui.css and touchui.js files must be included.