summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TCheckBoxItem.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/UI/WebControls/TCheckBoxItem.php')
-rw-r--r--framework/Web/UI/WebControls/TCheckBoxItem.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/framework/Web/UI/WebControls/TCheckBoxItem.php b/framework/Web/UI/WebControls/TCheckBoxItem.php
new file mode 100644
index 00000000..040c84a5
--- /dev/null
+++ b/framework/Web/UI/WebControls/TCheckBoxItem.php
@@ -0,0 +1,19 @@
+<?php
+/**
+ * TCheckBoxList 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 TCheckBoxItem extends TCheckBox {
+ /**
+ * Override client implementation to avoid emitting the javascript
+ */
+ protected function renderClientControlScript($writer)
+ {
+ }
+} \ No newline at end of file