summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TRadioButtonItem.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/WebControls/TRadioButtonItem.php')
-rw-r--r--framework/Web/UI/WebControls/TRadioButtonItem.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/framework/Web/UI/WebControls/TRadioButtonItem.php b/framework/Web/UI/WebControls/TRadioButtonItem.php
new file mode 100644
index 00000000..14ad7ec6
--- /dev/null
+++ b/framework/Web/UI/WebControls/TRadioButtonItem.php
@@ -0,0 +1,19 @@
+<?php
+/**
+ * TRadioButtonList class file
+ *
+ * @author Qiang Xue <qiang.xue@gmail.com>
+ * @link http://www.pradosoft.com/
+ * @copyright Copyright &copy; 2005-2014 PradoSoft
+ * @license http://www.pradosoft.com/license/
+ * @package System.Web.UI.WebControls
+ */
+
+class TRadioButtonItem extends TRadioButton {
+ /**
+ * Override client implementation to avoid emitting the javascript
+ */
+ protected function renderClientControlScript($writer)
+ {
+ }
+} \ No newline at end of file