[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
[Code source] [Imprimer] [Statistiques]
Base plugin class.
Poids: | 220 lignes (5 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Classe: Savant2_Plugin_image - X-Ref
Outputs an <image ... /> tag.plugin($file, $alt = null, $height = null, $width = null,$attr = null) X-Ref |
Outputs an <img ... /> tag. Microsoft IE alpha PNG support added by Edward Ritter. param: string $file The path to the image on the local file system param: string $alt Alternative descriptive text for the image; param: int $border The border width for the image; defaults to zero. param: int $width The displayed image width in pixels; defaults to param: int $height The displayed image height in pixels; defaults to |
_attr($attr = null) X-Ref |
Create additional HTML attributes. param: array|string $attr An array or string of attributes. return: string A string of attributes. |
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |