Show
Ignore:
Timestamp:
09/03/2007 02:02:11 PM (15 months ago)
Author:
xue
Message:

rearranged js location.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/framework/Web/UI/WebControls/TTabPanel.php

    r2167 r2197  
    399399                $page=$this->getPage(); 
    400400                $cs=$page->getClientScript(); 
    401                 $cs->registerPradoScript('prado'); 
     401                $cs->registerPradoScript('tabpanel'); 
    402402                $code="new $className($options);"; 
    403403                $cs->registerEndScript("prado:$id", $code);