{ 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(); }
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.