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

Function initSideBar

examples/js/sidebar.js:32–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32function initSideBar() {
33 var sideBar = $("ul#sidebar-menu");
34 for (var key in conf) {
35 sideBar.append(createSideBarMenuItem(key, conf[key], false));
36 }
37}
38
39
40//侧边栏滚动支持

Callers

nothing calls this directly

Calls 2

createSideBarMenuItemFunction · 0.85
$Function · 0.50

Tested by

no test coverage detected