From 0c1b167cebac83e63c05ef780f012d7117ed8b81 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 22 Jan 2006 00:16:20 +0000 Subject: Fixed a few issues with TCheckBox, TLinkButton and TRadioButton. --- framework/Web/UI/WebControls/TRadioButton.php | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'framework/Web/UI/WebControls/TRadioButton.php') diff --git a/framework/Web/UI/WebControls/TRadioButton.php b/framework/Web/UI/WebControls/TRadioButton.php index ee53107a..e756cba6 100644 --- a/framework/Web/UI/WebControls/TRadioButton.php +++ b/framework/Web/UI/WebControls/TRadioButton.php @@ -127,20 +127,6 @@ class TRadioButton extends TCheckBox return $this->_uniqueGroupName; } - /** - * @return string the value attribute to be rendered - */ - private function getValueAttribute() - { - if(($value=$this->getAttribute('value'))===null) - { - $value=$this->getID(); - return $value===''?$this->getUniqueID():$value; - } - else - return $value; - } - /** * Renders a radiobutton input element. * @param THtmlWriter the writer for the rendering purpose -- cgit v1.2.3