| [ Index ] |
|
Code source de PRADO 3.0.6 |
[Code source] [Imprimer] [Statistiques]
TStyleSheet class file.
| Author: | Wei Zhuo |
| Copyright: | Copyright © 2005 PradoSoft |
| License: | http://www.pradosoft.com/license/ |
| Version: | $Id: TStyleSheet.php 1397 2006-09-07 07:55:53Z wei $ |
| Poids: | 91 lignes (3 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
TStyleSheet:: (6 méthodes):
setStyleSheetUrl()
getStyleSheetUrl()
getMediaType()
setMediaType()
onPreRender()
render()
Classe: TStyleSheet - X-Ref
TStyleSheet class.| setStyleSheetUrl($value) X-Ref |
param: string URL to the stylesheet file |
| getStyleSheetUrl() X-Ref |
return: string URL to the stylesheet file |
| getMediaType() X-Ref |
return: string media type of the CSS (such as 'print', 'screen', etc.). Defaults to empty, meaning the CSS applies to all media types. |
| setMediaType($value) X-Ref |
param: string media type of the CSS (such as 'print', 'screen', etc.). If empty, it means the CSS applies to all media types. |
| onPreRender($param) X-Ref |
| Registers the stylesheet file and content to be rendered. This method overrides the parent implementation and is invoked right before rendering. param: mixed event parameter |
| render($writer) X-Ref |
| Renders the control. This method overrides the parent implementation and renders nothing. param: ITextWriter writer |
| Généré le : Sun Feb 25 21:07:04 2007 | par Balluche grâce à PHPXref 0.7 |