PHP 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 {@link setFrameUrl FrameUrl}.
The frame's alignment is specified by {@link setAlign Align}.
The {@link setMarginWidth MarginWidth} and {@link setMarginHeight MarginHeight}
properties define the number of pixels to use as the left/right margins and
top/bottom margins, respectively, within the inline frame.
The {@link setScrollBars ScrollBars} property specifies whether scrollbars are
provided for the inline frame. And {@link setDescriptionUrl DescriptionUrl}
gives the URI of a long description of the frame's contents.
Original Prado v2 IFrame Author Information
Afficher le fichier
Open project: pradosoft/prado
Méthodes publiques
Méthodes protégées
Method Details
addAttributesToRender()
protected méthode
This overrides the parent implementation with additional button specific attributes.
getAlign()
public méthode
public getAlign ( ) : TInlineFrameAlign |
Résultat |
TInlineFrameAlign |
alignment of the iframe. Defaults to TInlineFrameAlign::NotSet. |
It is the same as {@link getFrameUrl()}.
getDescriptionUrl()
public méthode
getFrameUrl()
public méthode
getHeight()
public méthode
getMarginHeight()
public méthode
public getMarginHeight ( ) : integer |
Résultat |
integer |
the amount of space, in pixels, that should be left between
the frame's contents and the top and bottom margins. Defaults to -1, meaning not set. |
getMarginWidth()
public méthode
public getMarginWidth ( ) : integer |
Résultat |
integer |
the amount of space, in pixels, that should be left between
the frame's contents and the left and right margins. Defaults to -1, meaning not set. |
getShowBorder()
public méthode
getTagName()
protected méthode
getWidth()
public méthode
setAlign()
public méthode
This method is required by {@link \Prado\IDataRenderer}.
It is the same as {@link setFrameUrl()}.
setDescriptionUrl()
public méthode
setFrameUrl()
public méthode
setHeight()
public méthode
setMarginHeight()
public méthode
setMarginWidth()
public méthode
setShowBorder()
public méthode
setWidth()
public méthode