From 4d8ed423f7b4a8eae2898cc5552829595717a581 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 2 Jan 2006 20:59:17 +0000 Subject: TCheckBoxList and TRadioButtonList completed. --- framework/Web/UI/WebControls/TListControl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Web/UI/WebControls/TListControl.php') diff --git a/framework/Web/UI/WebControls/TListControl.php b/framework/Web/UI/WebControls/TListControl.php index b32471fb..860cbc48 100644 --- a/framework/Web/UI/WebControls/TListControl.php +++ b/framework/Web/UI/WebControls/TListControl.php @@ -254,7 +254,7 @@ abstract class TListControl extends TDataBoundControl } } - protected function getSelectedIndices() + public function getSelectedIndices() { $selections=array(); if($this->_items) @@ -267,7 +267,7 @@ abstract class TListControl extends TDataBoundControl return $selections; } - protected function setSelectedIndices($indices) + public function setSelectedIndices($indices) { if($this->_items) { -- cgit v1.2.3