-
8 Nov 2011 9:53 AM #1
Ext.form.field.ComboChain extension
Ext.form.field.ComboChain extension
Ext.form.field.ComboChain extension
I have found no extension of chained or linked combos, so I decided to create one.
An extension of the combo class which provides to chain and link combos in a form
Code and example how to use the extension are at the link below:
https://github.com/carlosgoias/Ext.f...eld.ComboChain
I attached an example, which is not the last version of the combochain code, since I did some modifications to work on local store for you to check it how it works. For the last code of the comboChain check github link.
comboChain.zip
Hope It helps.
I'm opened to hear improvements
Regards
CarlosLast edited by carlosgoias; 30 Nov 2011 at 8:58 AM. Reason: Adding some especifications
-
18 Nov 2011 9:14 AM #2
I may be crazy, but i dont see any examples on the github page
-
18 Nov 2011 9:17 AM #3
You are right, I will add an example tonight!
-
18 Nov 2011 5:43 PM #4
I attached an example, didn't update the github, since I did some modifications to work on local store for you to check it how it works.
comboChain.zip
Hope It helps.
-
27 May 2012 11:07 PM #5
Bad principle
Bad principle
Do not use this plug-in large projects.
Currently, the plugin uses a proxy extraParams models.
To store using the same model - proxy one!
The plugin should convert to the use of filters.
Maybe later I'll change the principle of the plugin.



Reply With Quote