developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Changes between Version 6 and Version 7 of fr/drafts/jimage2
- Timestamp:
- Jul 25, 2008, 2:01:23 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
fr/drafts/jimage2
v6 v7 39 39 background : #f00 url(border.png) ; 40 40 41 defaut : url(border.png) ;41 defaut : url(border.png) || hide ; // [hide|hidden|url(x)] 42 42 43 43 width : 90px || 20% ; // % et px requis ; % de la taille d'origine … … 60 60 ap : {image 'toupie.png', 'width: 100; zoom: 140; align: -20 right;' } 61 61 62 av : {image 'data/fichiers/toupie.png', array('width'=>100, 'shadow'=>true, 'soffset'=>20, 'sangle'=>0, 'sblur'=>0, 'sopacity'=>100, 'scolor'=>'#ffff00') }[[BR]] 63 av : {image 'data/fichiers/toupie.png', 'width: 100; shadow: 20px 0° 0 1@ #ff0;' }[[BR]] 62 av : {image 'toupie.png', array('width'=>100, 'shadow'=>true, 'soffset'=>20, 'sangle'=>0, 'sblur'=>0, 'sopacity'=>100, 'scolor'=>'#ffff00') }[[BR]] 63 ap : {image 'toupie.png', 'width: 100; shadow: 20px 0° 0 1@ #ff0;' } 64 65 av : {image 'toupie2.png', array('width'=>100, 'notexists'=>'pastoupie.png') }[[BR]] 66 ap : {image 'toupie2.png', 'width: 100; defaut: url(pastoupie.png);' }