Hello guys!<br><br>My Legend :<br><br> var _legendPanel = new GeoExt.LegendPanel({<br>        defaults: {<br>            style: &#39;padding:5px&#39;,<br>            imageFormat: &quot;image/png&quot;<br>        },        <br>
        title: &#39;Legenda&#39;,<br>        bodyStyle: &#39;padding:5px&#39;,<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:&quot;divDialog&quot;<br><br>But It does not work... Any idea?<br><br>Thanks<br>