Changeset 47906 in spip-zone
- Timestamp:
- May 18, 2011, 6:21:52 PM (10 years ago)
- Location:
- _plugins_/spip_geoportail
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/spip_geoportail/css/geoportail_carte.css
r47779 r47906 99 99 { overflow:hidden; 100 100 } 101 #popup.Anchored_hover .document 102 { text-align:left; 103 } 101 104 102 105 #popup .olPopupCloseBox, .gpPopupCloseBox -
_plugins_/spip_geoportail/js/geoportail.js
r47779 r47906 1175 1175 layers = this.selectControl.layers; 1176 1176 if (!layers) layers = [ this.selectControl.layer ]; 1177 this.getMap().removeControl(this.selectControl); 1177 1178 } 1178 1179 else layers = new Array(); -
_plugins_/spip_geoportail/js/jquery.dialog.js
r47031 r47906 86 86 87 87 // Fermer si clickout 88 if (param.clickout) back.click(jQuery.jqDialog. action);89 if (param.clickin) d.click(jQuery.jqDialog. action);88 if (param.clickout) back.click(jQuery.jqDialog.cout); 89 if (param.clickin) d.click(jQuery.jqDialog.cin); 90 90 91 91 // Verifier la coherence … … 134 134 $.jqDialog.close = function() 135 135 { $.jqDialog.action("undo"); 136 } 137 // Clic dans le dialogue 138 $.jqDialog.cin = function() 139 { $.jqDialog.action("in"); 140 } 141 // Clic hors du dialogue 142 $.jqDialog.cout = function() 143 { $.jqDialog.action("out"); 136 144 } 137 145
Note: See TracChangeset
for help on using the changeset viewer.