MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / hideRightMenu

Function hideRightMenu

examples/js/plottingPanel/PlotMapPanel.js:360–364  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

358 }
359
360 function hideRightMenu(){
361 currentSelectedNode = null;
362 if ($("#rMenu")) $("#rMenu").css({"visibility": "hidden"});
363 $("body").unbind("mousedown", onBodyMouseDown);
364 }
365
366 function onBodyMouseDown(event){
367 if (!(event.target.id == "rMenu" || $(event.target).parents("#rMenu").length>0)) {

Callers 3

createRightMenuFunction · 0.85
initPlotMapTreeFunction · 0.85
refreshLayersFunction · 0.85

Calls 2

unbindMethod · 0.80
$Function · 0.50

Tested by

no test coverage detected