Class \Prado\Web\UI\WebControls\TPanelStyle
TPanelStyle class.
TPanelStyle represents the CSS style specific for panel HTML tag.
Class hierarchy
Author: Qiang Xue <qiang.xue@gmail.com>Since: 3.0
public
|
addAttributesToRender(THtmlWriter $writer) : mixed
Adds attributes related to CSS styles to renderer.
This method overrides the parent implementation. |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
reset() : mixed
Sets the style attributes to default values.
This method overrides the parent implementation by resetting additional TPanelStyle specific attributes. |
public
|
setBackImageUrl(string $value) : mixed
Sets the URL of the background image for the panel component.
|
public
|
|
public
|
|
public
|
setHorizontalAlign(THorizontalAlign $value) : mixed
Sets the horizontal alignment of the contents within the panel.
|
public
|
|
public
|
|
protected
|
_getZappableSleepProps(array<string|int, mixed> &$exprops) : mixed
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.
Reimplement in derived classes to add new variables, but remember to also to call the parent implementation first. |
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |