Extending Ext JS
The technique used in the fix I referenced in one of my previous posts is very useful. I used the same override function to change the Ext JS library without editing the actual library itself. For example, I used this technique to override Ext.form.ComboBox.getParams() function to use a different parameter name for limit.
Read more "Extending Ext JS"
You must be logged in to post a comment.