Method | Description | |
---|---|---|
getBackImageUrl ( ) : string | ||
getDefaultButton ( ) : string | ||
getDirection ( ) : string | ||
getGroupingText ( ) : string | ||
getHorizontalAlign ( ) : string | ||
getScrollBars ( ) : string | ||
getWrap ( ) : boolean | ||
render ( $writer ) | ||
renderBeginTag ( $writer ) | Renders the openning tag for the control (including attributes) | |
renderEndTag ( $writer ) | Renders the closing tag for the control | |
setBackImageUrl ( $value ) | Sets the URL of the background image for the panel component. | |
setDefaultButton ( $value ) | Specifies the default button for the panel. | |
setDirection ( $value ) | ||
setGroupingText ( $value ) | ||
setHorizontalAlign ( $value ) | Sets the horizontal alignment of the contents within the panel. | |
setScrollBars ( $value ) | ||
setWrap ( $value ) | Sets the value indicating whether the content wraps within the panel. |
Method | Description | |
---|---|---|
addAttributesToRender ( $writer ) | Adds attributes to renderer. | |
createStyle ( ) : |
Creates a style object to be used by the control. | |
getTagName ( ) : string |
protected addAttributesToRender ( $writer ) |
protected createStyle ( ) : |
||
return | the style used by TPanel. |
public getBackImageUrl ( ) : string | ||
return | string | the URL of the background image for the panel component. |
public getDefaultButton ( ) : string | ||
return | string | the ID path to the default button. Defaults to empty. |
public getDirection ( ) : string | ||
return | string | alignment of the content in the panel. Defaults to 'NotSet'. |
public getGroupingText ( ) : string | ||
return | string | the legend text when the panel is used as a fieldset. Defaults to empty. |
public getHorizontalAlign ( ) : string | ||
return | string | the horizontal alignment of the contents within the panel, defaults to 'NotSet'. |
public getScrollBars ( ) : string | ||
return | string | the visibility and position of scroll bars in a panel control, defaults to None. |
public renderBeginTag ( $writer ) |
public renderEndTag ( $writer ) |
public setBackImageUrl ( $value ) |
public setDefaultButton ( $value ) |
public setHorizontalAlign ( $value ) |
public setWrap ( $value ) |