Changeset 64792 in spip-zone
- Timestamp:
- Aug 14, 2012, 10:11:18 AM (7 years ago)
- Location:
- _plugins_/menu_accordeon/branches/accordeon2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/menu_accordeon/branches/accordeon2/accordeon.js.html
r57127 r64792 2 2 #CACHE{0} 3 3 $(function() { 4 $( " .accordeon" ).accordion([{(#CONFIG{accordeon/options})}]);4 $( "[(#CONFIG{accordeon/identifiant}|sinon{.accordeon})]" ).accordion([{(#CONFIG{accordeon/options})}]); 5 5 }); -
_plugins_/menu_accordeon/branches/accordeon2/formulaires/configurer_accordeon.html
r57127 r64792 9 9 #ACTION_FORMULAIRE{#ENV{action}} 10 10 <ul> 11 <li> 12 <label for="identifiant"><:accordeon:label_identifiant:></label> 13 <div class="explication"><:accordeon:explication_identifiant:></div> 14 <input name="identifiant" id="identifiant" class="text" type="text" value="[(#ENV{identifiant}|sinon{.accordeon})]" /> 15 </li> 11 16 <li> 12 17 <label for="options"><:accordeon:label_options:></label> -
_plugins_/menu_accordeon/branches/accordeon2/lang/accordeon_fr.php
r60408 r64792 9 9 10 10 // E 11 'explication_identifiant'=>'.class ou #identifiant de votre menu, par défaut .accordeon', 11 12 'explication_options' => 'Vous pouvez mettre ici les options à passer au script d\'effet accordéon. <a href="http://jqueryui.com/demos/accordion/">Voir la documentation d\'accordéon</a>. Ne pas mettre les accolades. Saisir par exemple <br /><strong>collapsible: true, active: $(".accordeon > li.on > a,.accordeon > li:first-child > a").last()</strong><br /> pour ouvrir le menu de classe accordeon sur l\'élément courant ou sinon sur le premier du DOM', 12 13 13 14 // L 15 'label_identifiant'=>'Identifiant du menu', 14 16 'label_options' => 'Animation', 15 17
Note: See TracChangeset
for help on using the changeset viewer.