diff options
author | xue <> | 2007-09-03 19:02:11 +0000 |
---|---|---|
committer | xue <> | 2007-09-03 19:02:11 +0000 |
commit | 7d27d36860395c140557f415bcde52679fab9e2a (patch) | |
tree | 7a269533270c12db57ea499f2f5bd0c3874775a2 /framework/Web/UI/WebControls/TTabPanel.php | |
parent | ba369d63c700927efbb02f38e113987a7420625f (diff) |
rearranged js location.
Diffstat (limited to 'framework/Web/UI/WebControls/TTabPanel.php')
-rw-r--r-- | framework/Web/UI/WebControls/TTabPanel.php | 2 |
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());
|