From 6535233f952be866d624ad1a573562c6706138de Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 2 Jul 2006 03:17:18 +0000 Subject: Fixed #262. --- framework/Web/UI/WebControls/TRadioButton.php | 3 +++ 1 file changed, 3 insertions(+) (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 2ccda96b..9198be1b 100644 --- a/framework/Web/UI/WebControls/TRadioButton.php +++ b/framework/Web/UI/WebControls/TRadioButton.php @@ -101,6 +101,9 @@ class TRadioButton extends TCheckBox $this->setViewState('GroupName',$value,''); } + /** + * @return string the value attribute to be rendered + */ protected function getValueAttribute() { if(($value=parent::getValueAttribute())==='') -- cgit v1.2.3