From da9075fb882be335d425a4bc94bd59c1a9876056 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 25 Jul 2007 14:55:21 +0000 Subject: Added TTabPanel. --- framework/Web/UI/TClientScriptManager.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'framework/Web/UI/TClientScriptManager.php') diff --git a/framework/Web/UI/TClientScriptManager.php b/framework/Web/UI/TClientScriptManager.php index 5f924397..cd8826dc 100644 --- a/framework/Web/UI/TClientScriptManager.php +++ b/framework/Web/UI/TClientScriptManager.php @@ -605,14 +605,15 @@ class TClientScriptManager extends TApplicationComponent $str=''; foreach($this->_hiddenFields as $name=>$value) { + $id=strtr($name,':','_'); if(is_array($value)) { foreach($value as $v) - $str.='\n"; + $str.='\n"; } else { - $str.='\n"; + $str.='\n"; } } if($str!=='') -- cgit v1.2.3