Hello guys!<br><br>My Legend :<br><br> var _legendPanel = new GeoExt.LegendPanel({<br> defaults: {<br> style: 'padding:5px',<br> imageFormat: "image/png"<br> }, <br>
title: 'Legenda',<br> bodyStyle: 'padding:5px',<br> width: 350,<br> autoScroll: true <br> });<br><br>I´m able to add that to my Viewport... But I want to add to a separated Div... <br>
I tried to add :<br> contentEl:"divDialog"<br><br>But It does not work... Any idea?<br><br>Thanks<br>