From 7d27d36860395c140557f415bcde52679fab9e2a Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 3 Sep 2007 19:02:11 +0000 Subject: rearranged js location. --- framework/Web/UI/WebControls/TTabPanel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/UI/WebControls/TTabPanel.php') diff --git a/framework/Web/UI/WebControls/TTabPanel.php b/framework/Web/UI/WebControls/TTabPanel.php index d4524534..c6beae3c 100644 --- a/framework/Web/UI/WebControls/TTabPanel.php +++ b/framework/Web/UI/WebControls/TTabPanel.php @@ -398,7 +398,7 @@ class TTabPanel extends TWebControl implements IPostBackDataHandler $className=$this->getClientClassName(); $page=$this->getPage(); $cs=$page->getClientScript(); - $cs->registerPradoScript('prado'); + $cs->registerPradoScript('tabpanel'); $code="new $className($options);"; $cs->registerEndScript("prado:$id", $code); $cs->registerHiddenField($id.'_1',$this->getActiveViewIndex()); -- cgit v1.2.3