diff options
| author | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-20 22:34:11 +0100 |
|---|---|---|
| committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-01-20 22:34:11 +0100 |
| commit | 7369988330bf8796d9cf2564756baf4eb46871ba (patch) | |
| tree | 60a0bac5467b76ab6ed45328ed8c4e65703400b7 /framework/Web/UI/ActiveControls/TActiveCheckBoxList.php | |
| parent | ef4d964de440970b76ab48fcbd6748f43675efa3 (diff) | |
one class per file: framework/Web/UI/ActiveControls
Diffstat (limited to 'framework/Web/UI/ActiveControls/TActiveCheckBoxList.php')
| -rw-r--r-- | framework/Web/UI/ActiveControls/TActiveCheckBoxList.php | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php b/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php index ea174c94..2ee7ce5f 100644 --- a/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php +++ b/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php @@ -124,20 +124,4 @@ class TActiveCheckBoxList extends TCheckBoxList implements IActiveControl, ICall { return 'Prado.WebUI.TActiveCheckBoxList'; } -} - -class TActiveCheckBoxListItem extends TActiveCheckBox -{ - /** - * Override client implementation to avoid emitting the javascript - * - * @param THtmlWriter the writer for the rendering purpose - * @param string checkbox id - * @param string onclick js - */ - protected function renderInputTag($writer,$clientID,$onclick) - { - TCheckBox::renderInputTag($writer,$clientID,$onclick); - } -} - +}
\ No newline at end of file |
