Method | Description | |
---|---|---|
addAttributesToRender ( $writer ) | Adds attributes related to CSS styles to renderer. | |
copyFrom ( $style ) | Copies the fields in a new style to this style. | |
getBackImageUrl ( ) : string | ||
getDirection ( ) : |
||
getHorizontalAlign ( ) : |
||
getScrollBars ( ) : |
||
getWrap ( ) : boolean | ||
mergeWith ( $style ) | Merges the style with a new one. | |
reset ( ) | Sets the style attributes to default values. | |
setBackImageUrl ( $value ) | Sets the URL of the background image for the panel component. | |
setDirection ( $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 | |
---|---|---|
_getZappableSleepProps ( &$exprops ) | Returns an array with the names of all variables of this object that should NOT be serialized because their value is the default one or useless to be cached for the next page loads. |
protected _getZappableSleepProps ( &$exprops ) |
public addAttributesToRender ( $writer ) |
public copyFrom ( $style ) |
public getBackImageUrl ( ) : string | ||
return | string | the URL of the background image for the panel component. |
public getDirection ( ) : |
||
return | alignment of the content in the panel. Defaults to TContentDirection::NotSet. |
public getHorizontalAlign ( ) : |
||
return | the horizontal alignment of the contents within the panel, defaults to THorizontalAlign::NotSet. |
public getScrollBars ( ) : |
||
return | the visibility and position of scroll bars in a panel control, defaults to TScrollBars::None. |
public mergeWith ( $style ) |
public reset ( ) |
public setBackImageUrl ( $value ) |
public setHorizontalAlign ( $value ) |
public setWrap ( $value ) |