WTUI Docs

WTUI  1.0.0

WTUI Docs > WTUI > WTUI.IFrame
Search:
 
Filters

Class WTUI.IFrame

Display an IFrame within a page

Tag

<wtui:iframe/>

The tag for WTUI.IFrame

Example:

<wtui:iframe src="http://yahoo.com" id="exampleid" />
Parameters:
id <String> (optional) The id of the component
src <String> (optional) The src for the iframe
style <String} (optional> Override the styles for the iframe

Methods

getSrc

String getSrc ( )

Get the src for the IFrame

Returns: String
the source of the iframe

setSrc

void setSrc ( src )

Set the src for the IFrame

Parameters:
src <object> (String) a url for the source of the iframe
Returns: void

WTUI