Changeset 2167 for trunk/framework/Web/UI/WebControls/TKeyboard.php
- Timestamp:
- 08/28/2007 02:33:29 PM (17 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
r2162 r2167 144 144 { 145 145 if(($url=$this->getCssUrl())==='') 146 $url=$this-> publishAsset('keyboard.css',__CLASS__);146 $url=$this->getApplication()->getAssetManager()->publishFilePath(dirname(__FILE__).DIRECTORY_SEPARATOR.'assets'.DIRECTORY_SEPARATOR.'keyboard.css'); 147 147 $this->getPage()->getClientScript()->registerStyleSheetFile($url,$url); 148 148 }
