PHP 클래스 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
파일 보기
프로젝트 열기: pradosoft/prado
공개 메소드들
보호된 메소드들
메소드 상세
addAttributesToRender()
보호된 메소드
This overrides the parent implementation with additional button specific attributes.
public getAlign ( ) : TInlineFrameAlign |
리턴 |
TInlineFrameAlign |
alignment of the iframe. Defaults to TInlineFrameAlign::NotSet. |
It is the same as {@link getFrameUrl()}.
getDescriptionUrl()
공개 메소드
public getMarginHeight ( ) : integer |
리턴 |
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. |
public getMarginWidth ( ) : integer |
리턴 |
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. |
This method is required by {@link \Prado\IDataRenderer}.
It is the same as {@link setFrameUrl()}.
setDescriptionUrl()
공개 메소드