From 5af330b442f15be0f0535a9e3c053b8e6eb5a202 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 15 Jan 2006 06:14:10 +0000 Subject: Added TDataGridColumn. --- framework/Web/UI/WebControls/TStyle.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework/Web/UI/WebControls/TStyle.php') diff --git a/framework/Web/UI/WebControls/TStyle.php b/framework/Web/UI/WebControls/TStyle.php index 1996ca47..3198f770 100644 --- a/framework/Web/UI/WebControls/TStyle.php +++ b/framework/Web/UI/WebControls/TStyle.php @@ -260,6 +260,7 @@ class TStyle extends TComponent */ public function reset() { + parent::reset(); $this->_fields=array(); $this->_font=null; $this->_class=null; @@ -578,6 +579,7 @@ class TTableItemStyle extends TStyle */ public function reset() { + parent::reset(); $this->_verticalAlign=null; $this->_horizontalAlign=null; $this->_wrap=null; -- cgit v1.2.3