summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TTabPanel.php
diff options
context:
space:
mode:
authorxue <>2007-09-03 19:02:11 +0000
committerxue <>2007-09-03 19:02:11 +0000
commit7d27d36860395c140557f415bcde52679fab9e2a (patch)
tree7a269533270c12db57ea499f2f5bd0c3874775a2 /framework/Web/UI/WebControls/TTabPanel.php
parentba369d63c700927efbb02f38e113987a7420625f (diff)
rearranged js location.
Diffstat (limited to 'framework/Web/UI/WebControls/TTabPanel.php')
-rw-r--r--framework/Web/UI/WebControls/TTabPanel.php2
1 files changed, 1 insertions, 1 deletions
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());