source: trunk/spip/esqueleto-redcta/plugins/crayons/crayons.js.html @ 357

Last change on this file since 357 was 69, checked in by guille, 16 years ago

Se agrego Plugin Crayon y se actualizaron los esqueletos para que funcione

File size: 614 bytes
Line 
1[(#REM)
2
3        Charger la librairie crayons et ses addenda
4
5]
6#HTTP_HEADER{'Content-Type: text/javascript'}
7
8[(#ENV**{debug_crayons}|?{
9        #CACHE{0}
10,
11        #CACHE{7*24*3600,cache-client}
12})]
13
14/* cQuery est jQuery, renommee pour eviter tout conflit */
15
16[(#CHEMIN{js/jquery.js}|pack_cQuery)]
17
18[(#CHEMIN{js/jquery.dimensions.js}|pack_cQuery)]
19
20[(#CHEMIN{js/jquery.form.js}|pack_cQuery)]
21
22[(#CHEMIN{js/jquery.px.js}|pack_cQuery)]
23
24[(#CHEMIN{js/crayons.js}|pack_cQuery)]
25
26[(#CHEMIN{js/resizehandle.js}|pack_cQuery)]
27
28[(#CONFIG{crayons}|match{s:11:"yellow_fade";s:2:"on";}|?{' ',''})
29        [(#CHEMIN{js/crayons-fade.js}|pack_cQuery)]
30]
Note: See TracBrowser for help on using the repository browser.