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/TKeyboard.php

    r2167 r2197  
    156156                $className=$this->getClientClassName(); 
    157157                $cs=$this->getPage()->getClientScript(); 
    158                 $cs->registerPradoScript('prado'); 
     158                $cs->registerPradoScript('keyboard'); 
    159159                $cs->registerEndScript('prado:'.$this->getClientID(), "new $className($options);"); 
    160160        }