Changeset 95837 in spip-zone
- Timestamp:
- Mar 8, 2016, 12:25:48 AM (5 years ago)
- Location:
- _plugins_/selections_editoriales/trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/selections_editoriales/trunk/paquet.xml
r95836 r95837 2 2 prefix="selections_editoriales" 3 3 categorie="navigation" 4 version="1.4. 1"4 version="1.4.2" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.1.*]" -
_plugins_/selections_editoriales/trunk/prive/squelettes/inclure/editer_selections_contenus.html
r95835 r95837 30 30 ajax link 31 31 })] 32 [(#CHEMIN_IMAGE{rang_deplacer-16.png}|balise_img{<:selections_contenu:deplacer:>, deplacer})] 32 33 ] 33 34 </div> … … 66 67 $(function(){ 67 68 $('#editer_selections_contenus-#ID_SELECTION').sortable({ 68 items:".item", 69 cursor:"move", 70 axis:'y' 69 items : '.item', 70 handle : '.deplacer', 71 cursor : 'move', 72 axis : 'y' 71 73 }); 72 $('#editer_selections_contenus-#ID_SELECTION').disableSelection();73 74 74 75 $('#editer_selections_contenus-#ID_SELECTION').on('sortupdate', function(event, ui) {
Note: See TracChangeset
for help on using the changeset viewer.