diff options
author | xue <> | 2005-11-25 03:18:09 +0000 |
---|---|---|
committer | xue <> | 2005-11-25 03:18:09 +0000 |
commit | 635ae748a34dadc241bd264e11d3251ffffe3aac (patch) | |
tree | 206ce58ecc3348fb43a945d7e927dfadcef35653 /framework/Web/UI/WebControls/TCheckBox.php | |
parent | 81b7d150b1c815cdd032c2b5795b6c4244e56ace (diff) |
Diffstat (limited to 'framework/Web/UI/WebControls/TCheckBox.php')
-rw-r--r-- | framework/Web/UI/WebControls/TCheckBox.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/WebControls/TCheckBox.php b/framework/Web/UI/WebControls/TCheckBox.php index 02167544..756fb2ea 100644 --- a/framework/Web/UI/WebControls/TCheckBox.php +++ b/framework/Web/UI/WebControls/TCheckBox.php @@ -295,7 +295,7 @@ class TCheckBox extends TWebControl implements IPostBackDataHandler, IValidatabl $page=$this->getPage();
$page->ensureRenderInForm($this);
$needSpan=true;
- if($this->getStyleCreated())
+ if($this->getHasStyle())
{
$this->getStyle()->addAttributesToRender($writer);
$needSpan=true;
|