-
Sencha User
Deep Copy of Ext GWT components
I have found one solution for client-side deep copy from this answer.Which is mainly a Java wrapped, Javascript code.However, the code in the accepted answer can't accept Ext GWT components as object to be copied, only those that are derived from JavascriptObject.How can I adopt the code so that it can accommodate this type of object:com.extjs.gxt.ui.client.widget.Component so that I can clone just about any components in my GXT application.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules