{ region: "west", title: "Map Content" width: 200, split: true, collapsible: true, contentEl: "west" listeners: { collapse: function(){if (map) {map.resize();}} } }
{ region: "west", title: "left panel", width: 150, split: true, collapsible: true, html: "left panel content. this panel is collapsible and can be resized using the splitter", listeners: { collapse: resizeMap, expand: resizeMap } }
function resizeMap() { map.resize(); }
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.