Lines Matching refs:panel
94 this.panel = document.createElement('div');
95 this.panel.className = 'panel';
96 element.appendChild(this.panel);
97 LayerSwitcher.enableTouchScroll_(this.panel);
123 this.panel.onmouseout = (evt) => { function
124 if (!this.panel.contains(evt.relatedTarget)) {
217 LayerSwitcher.renderPanel(this.getMap(), this.panel, {
229 static renderPanel(map, panel, options) { argument
233 panel.dispatchEvent(render_event);
237 while (panel.firstChild) {
238 panel.removeChild(panel.firstChild);
256 panel.appendChild(ul);
259 LayerSwitcher.renderPanel(map, panel, options);
264 panel.dispatchEvent(rendercomplete_event);