diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/Web/UI/WebControls/TCheckBox.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/Web/UI/WebControls/TCheckBox.php b/framework/Web/UI/WebControls/TCheckBox.php index bc90a93b..4022d1c6 100644 --- a/framework/Web/UI/WebControls/TCheckBox.php +++ b/framework/Web/UI/WebControls/TCheckBox.php @@ -232,11 +232,6 @@ class TCheckBox extends TWebControl implements IPostBackDataHandler, IValidatabl $this->getStyle()->addAttributesToRender($writer);
$needSpan=true;
}
- if(!$this->getEnabled(true))
- {
- $writer->addAttribute('disabled','disabled');
- $needSpan=true;
- }
if(($tooltip=$this->getToolTip())!=='')
{
$writer->addAttribute('title',$tooltip);
|