MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / createGalleryItemTitle

Function createGalleryItemTitle

examples/js/example.js:87–90  ·  view source on GitHub ↗
(id, title)

Source from the content-addressed store, hash-verified

85}
86
87function createGalleryItemTitle(id, title) {
88 var menuItemIcon = sideBarIconConfig[id];
89 return $("<h3 class='category-title' id='title_" + id + "'>" + "<i class='fa iconfont " + menuItemIcon + "'></i>" + "&nbsp;&nbsp;" + title + "</h3>");
90}
91
92function createSubGalleryItemTitle(id, title) {
93 return $("<div class='box-header'>" + "<h3 class='box-title' id='category-type-" + id + "'>" + "&nbsp;&nbsp;&nbsp;&nbsp;" + title + "</h4>" + "</h3>" + "</div>");

Callers 1

createGalleryItemFunction · 0.85

Calls 1

$Function · 0.50

Tested by

no test coverage detected