We are using fieldset in our application using extjs3.Now we are moving forward to extjs4.So beforeexpand and beforecollapse are not working in extjs4.Is there any chance to use these or else any replacement to these events.Please help me.I am searching a lot for these.
We are using fieldset in our application using extjs3.Now we are moving forward to
Share
Yes, there are no such events but it’s easy to create them by yourself. Here’s my fieldset which extends original one and has requested events:
And here is working example.