<div dir="ltr">Hi list,<div>i want to display a lot of control panels outside the map, when i am using the porpertie "div" by each control-panel, i´m getting only the latest element, it seems that the last element overwrites the existing element.</div>
<div>So that is my code:</div><div><div> {</div><div>var printMapPanel = new OpenLayers.Control.Panel(</div><div>{</div><div>displayClass:'printmap-panel',</div><div>defaultControl:button,</div><div>div: document.getElementById(form) ,</div>
<div>);</div><div> }</div><div> button.activate();</div><div> printMapPanel.addControls(button);</div><div> data.openlayers.addControl(printMapPanel);</div><div>Maybe some of you can explain why it does not work?</div>
<div>thanks a lot and best regards</div><div>tim</div>
</div></div>