reset() public method

Resets the style to the original empty state.
public reset ( )
Exemplo n.º 1
0
 /**
  * Sets the style attributes to default values.
  * This method overrides the parent implementation by
  * resetting additional TTableItemStyle specific attributes.
  */
 public function reset()
 {
     parent::reset();
     $this->_verticalAlign = null;
     $this->_horizontalAlign = null;
     $this->_wrap = null;
 }
 /**
  * Sets the style attributes to default values.
  * This method overrides the parent implementation by
  * resetting additional TWizardNavigationButtonStyle specific attributes.
  */
 public function reset()
 {
     parent::reset();
     $this->_imageUrl = null;
     $this->_buttonText = null;
     $this->_buttonType = null;
 }
Exemplo n.º 3
0
 /**
  * Sets the style attributes to default values.
  * This method overrides the parent implementation by
  * resetting additional TPanelStyle specific attributes.
  */
 public function reset()
 {
     parent::reset();
     $this->_backImageUrl = null;
     $this->_direction = null;
     $this->_horizontalAlign = null;
     $this->_scrollBars = null;
     $this->_wrap = null;
 }