{ 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(); }
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.