How to re-render the panel to different div when panel already render to some other div

Posted by venkat on Stack Overflow See other posts from Stack Overflow or by venkat
Published on 2009-03-10T09:53:24Z Indexed on 2010/05/23 16:21 UTC
Read the original article Hit count: 318

Filed under:
|
|

I have created a Ext.Panel object, it rendered properly to specified div element on my page.

I want to replace the panel object underlying element(previously rendered div element) to another div which will be identified dynamically.

Here I don't want to create the Panel object once again by specifying identified div element, I need to make use of existing panel object and need to show the panel in the place where the identified div exists.

Can any one helps me regarding this.

Thanks Venkat

© Stack Overflow or respective owner

How to re-render the panel to different div when panel already render to some other div

Posted by venkat on Stack Overflow See other posts from Stack Overflow or by venkat
Published on 2009-03-10T10:12:08Z Indexed on 2010/05/23 16:21 UTC
Read the original article Hit count: 318

I have created a Ext.Panel object, it rendered properly to specified div element on my page.

I want to replace the panel object underlying element(previously rendered div element) to another div which will be identified dynamically.

Here I don't want to create the Panel object once again by specifying identified div element, I need to make use of existing panel object and need to show the panel in the place where the identified div exists.

Can any one helps me regarding this.

Thanks Venkat

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about extjs