mdgio / iMap

Maryland iMAP applications
10 stars 24 forks source link

AGO template - title #10

Closed jsomerville closed 11 years ago

jsomerville commented 11 years ago

If no title is specified and show title is checked, then configure the application to use the web map's title.

Available in layout.js FinalizeLayout function as: this._WebMap.item.title

Could move InitialLayout function's following snippet to the FinalizeLayout function. Would likely need the embed and displaytitle checks as well.

var logoImgHtml = ''; dojo.create("div", { id: 'webmapTitle', innerHTML: logoImgHtml + "

" + this._AppConfig.title + "
" }, "header");