From 6f88bcae87f8ff5cd188690f17656736d279d580 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 19 Jun 2006 03:29:40 +0000 Subject: Fixed #241. --- framework/Web/UI/WebControls/TListControl.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'framework/Web') diff --git a/framework/Web/UI/WebControls/TListControl.php b/framework/Web/UI/WebControls/TListControl.php index f85cc741..eba45232 100644 --- a/framework/Web/UI/WebControls/TListControl.php +++ b/framework/Web/UI/WebControls/TListControl.php @@ -124,10 +124,13 @@ abstract class TListControl extends TDataBoundControl /** * Gets the name of the javascript class responsible for performing postback for this control. - * This method overrides the parent implementation. + * Derived classes may override this method and return customized js class names. * @return string the javascript class name */ - abstract protected function getClientClassName(); + protected function getClientClassName() + { + return 'Prado.WebUI.TListControl'; + } /** * @return array postback options for JS postback code -- cgit v1.2.3