summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TRadioButton.php
diff options
context:
space:
mode:
authorxue <>2006-01-22 04:23:57 +0000
committerxue <>2006-01-22 04:23:57 +0000
commit5c9064d7d387c6f1e91fb11f47e14fb0d45cca3d (patch)
tree68e07768a25788c88b8803b5d4c677ca3b918a5a /framework/Web/UI/WebControls/TRadioButton.php
parent5ac8a92a03d90d2b5c70daaaecef305aa6155dc2 (diff)
Fixed renderInputTag issue with TRadioButton.
Diffstat (limited to 'framework/Web/UI/WebControls/TRadioButton.php')
-rw-r--r--framework/Web/UI/WebControls/TRadioButton.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/Web/UI/WebControls/TRadioButton.php b/framework/Web/UI/WebControls/TRadioButton.php
index e756cba6..a345f060 100644
--- a/framework/Web/UI/WebControls/TRadioButton.php
+++ b/framework/Web/UI/WebControls/TRadioButton.php
@@ -131,9 +131,8 @@ class TRadioButton extends TCheckBox
* Renders a radiobutton input element.
* @param THtmlWriter the writer for the rendering purpose
* @param string checkbox id
- * @param string onclick attribute value for the checkbox
*/
- protected function renderInputTag($writer,$clientID,$onclick)
+ protected function renderInputTag($writer,$clientID)
{
if($clientID!=='')
$writer->addAttribute('id',$clientID);