Try to delete a fieldset by clicking on the minus icon, receive recusive 'this.dom is undefined' message. Tried 'Ext.layout.FormLayout.prototype.trackLabels = true;', same error. Did anyone try with Ext 3.2?
No validation apply yet.
After further research and test, I was able to make the dynamic fieldset with Ext 3.2 only if the fieldset was added to a Ext.form.FormPanel as first level child.
I also got the same problem: "parentNode is undefine". Could anyone provide a solution to use the plugin without error if a fieldset is not a first level child of the FormPanel?
Originally Posted by rsgjenny09
Try to delete a fieldset by clicking on the minus icon, receive recusive 'this.dom is undefined' message. Tried 'Ext.layout.FormLayout.prototype.trackLabels = true;', same error. Did anyone try with Ext 3.2?
No validation apply yet.
Thanks for this plugin... its a very usefull one..
but i am not getting how to write backend page(php) for this..
Here we are getting dynamic fields .. so how to get all those fields in backend to insert in table...
I also getting the the same error while removing the : "parentNode is undefine". Could anyone provide a solution to use the plugin without error if a fieldset is not a first level child of the FormPanel?
Thanks for this plugin. It is properly working in Ext2.2.Now I updated to 3.2 ,but i am getting an error "(d = c(d)).parentNode is undefined" when i click on Minus button. Do you have any solution?