summaryrefslogtreecommitdiff
path: root/framework/Web/UI/JuiControls/TJuiSelectable.php
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-01-20 22:43:27 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-01-20 22:43:27 +0100
commit464a235c8c7dc070fb10ac47f2186f24a077ae0d (patch)
tree373c609aaa4ef489db51f6a0a089451fc80af472 /framework/Web/UI/JuiControls/TJuiSelectable.php
parent7369988330bf8796d9cf2564756baf4eb46871ba (diff)
One class per file: framework/Web/UI/JuiControls
Diffstat (limited to 'framework/Web/UI/JuiControls/TJuiSelectable.php')
-rw-r--r--framework/Web/UI/JuiControls/TJuiSelectable.php31
1 files changed, 1 insertions, 30 deletions
diff --git a/framework/Web/UI/JuiControls/TJuiSelectable.php b/framework/Web/UI/JuiControls/TJuiSelectable.php
index b370d14a..c4eec235 100644
--- a/framework/Web/UI/JuiControls/TJuiSelectable.php
+++ b/framework/Web/UI/JuiControls/TJuiSelectable.php
@@ -229,33 +229,4 @@ class TJuiSelectable extends TActivePanel implements IJuiOptions, ICallbackEvent
$this->getControls()->add($repeater);
return $repeater;
}
-}
-
-/**
- * TJuiSelectableTemplate class.
- *
- * TJuiSelectableTemplate is the default template for TJuiSelectableTemplate
- * item template.
- *
- * @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @package System.Web.UI.ActiveControls
- * @since 3.1
- */
-class TJuiSelectableTemplate extends TComponent implements ITemplate
-{
- private $_template;
-
- public function __construct($template)
- {
- $this->_template = $template;
- }
- /**
- * Instantiates the template.
- * It creates a {@link TDataList} control.
- * @param TControl parent to hold the content within the template
- */
- public function instantiateIn($parent)
- {
- $parent->getControls()->add($this->_template);
- }
-}
+} \ No newline at end of file