Class \Prado\Web\UI\WebControls\TInlineFrame
TInlineFrame displays an inline frame (iframe) on a Web page. The location of the frame content is specified by \Prado\Web\UI\WebControls\setFrameUrl. The frame's alignment is specified by \Prado\Web\UI\WebControls\setAlign. The \Prado\Web\UI\WebControls\setMarginWidth and \Prado\Web\UI\WebControls\setMarginHeight properties define the number of pixels to use as the left/right margins and top/bottom margins, respectively, within the inline frame. The \Prado\Web\UI\WebControls\setScrollBars property specifies whether scrollbars are provided for the inline frame. And \Prado\Web\UI\WebControls\setDescriptionUrl gives the URI of a long description of the frame's contents.
Original Prado v2 IFrame Author Information
Class hierarchy
- \Prado\Web\UI\WebControls\TInlineFrame implements IDataRenderer
- \Prado\Web\UI\WebControls\TWebControl implements IStyleable
- \Prado\Web\UI\TControl implements IRenderable, IBindable
- \Prado\TApplicationComponent
- \Prado\TComponent
Author: Harry Pottash <hpottash@gmail.com>
Since: 3.0
public
deprecated
|
|
public
|
getData() : string
Returns the URL that this iframe will load content from
This method is required by {@see \Prado\IDataRenderer}.
It is the same as getFrameUrl(). |
public
deprecated
|
|
public
|
|
public
|
|
public
deprecated
|
|
public
deprecated
|
|
public
deprecated
|
|
public
deprecated
|
|
public
|
|
public
deprecated
|
|
public
|
setData(string $value) : mixed
Sets the URL that this iframe will load content from.
This method is required by IDataRenderer. It is the same as setFrameUrl(). |
public
deprecated
|
|
public
|
|
public
|
|
public
deprecated
|
|
public
deprecated
|
|
public
deprecated
|
|
public
deprecated
|
|
public
|
|
protected
|
addAttributesToRender(THtmlWriter $writer) : mixed
Adds attribute name-value pairs to renderer.
This overrides the parent implementation with additional button specific attributes. |
protected
|