reset() public méthode

Resets the style to the original empty state.
public reset ( )
Exemple #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;
 }
Exemple #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;
 }