Changeset 2197 for trunk/framework/Web/UI/WebControls/TKeyboard.php
- Timestamp:
- 09/03/2007 02:02:11 PM (15 months ago)
- Files:
-
- 1 modified
-
trunk/framework/Web/UI/WebControls/TKeyboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/framework/Web/UI/WebControls/TKeyboard.php
r2167 r2197 156 156 $className=$this->getClientClassName(); 157 157 $cs=$this->getPage()->getClientScript(); 158 $cs->registerPradoScript(' prado');158 $cs->registerPradoScript('keyboard'); 159 159 $cs->registerEndScript('prado:'.$this->getClientID(), "new $className($options);"); 160 160 }
