Changeset 84925 in spip-zone
- Timestamp:
- Sep 30, 2014, 3:04:30 PM (5 years ago)
- Location:
- _plugins_/boutonstexte/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/boutonstexte/trunk/boutonstexte_pipelines.php
r54267 r84925 49 49 <script src="{$jsFile}" type="text/javascript"></script> 50 50 <script type="text/javascript"><!-- 51 var boutonstexte = new boutonsTexte({51 var boutonstexte_options = { 52 52 'selector':'{$selector}', 53 53 'imgPath':'{$imgPath}', … … 56 56 'txtSizeUp':'{$txtSizeUp}', 57 57 'txtSizeDown':'{$txtSizeDown}' 58 } );58 }; 59 59 //--> 60 60 </script> -
_plugins_/boutonstexte/trunk/javascript/boutonstexte.js
r84699 r84925 7 7 (function($){ 8 8 $(function(){ 9 var boutonstexte = new boutonsTexte(boutonstexte_options); 9 10 10 11 var boutons = $('<span class="boutonstexte"></span>'); … … 129 130 function dump(elt) 130 131 {var txt=''; for (var prop in elt) {txt += prop+'='+elt[prop]+'/';} alert(txt);} 131 -
_plugins_/boutonstexte/trunk/paquet.xml
r84699 r84925 2 2 prefix="boutonstexte" 3 3 categorie="edition" 4 version="2.0. 1"4 version="2.0.2" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.0.*]"
Note: See TracChangeset
for help on using the changeset viewer.