It may be possible (on further thought) to keep the Query from causing issues with the plugin by assigning id's to it. I'd have to check on that...
Type: Posts; User: dongryphon
It may be possible (on further thought) to keep the Query from causing issues with the plugin by assigning id's to it. I'd have to check on that...
The new Ext.data.Query fellow is only supported in the modern grid filter plugin (to my knowledge). The classic plugin has likely not been updated to support it.
It would also be a good idea to post bugs in the correct forum where users with knowledge of that product will see it.
On the /mouth/153375/teeth approach you should check out the Rest proxy.
As for sending a header in the request (at least I think that is what you are asking in #2), I would definitely avoid that...
Great work! This thing looks awesome!
Your question is not absurd just not a well documented area. As of v6.5.2 (though probably still true), manyToMany data is stored in the Ext.data.Session and is can be retrieved in the getChanges()...
Just joined myself... Thanks for setting this up Stuart!
Seems like an obvious solution...
Presently to hide a column's menu you would want to set menu: null on it or set menuDisabled:true if you want to toggle this state.
FYI - setting columnMenu:null would simply (once fixed) prevent...
Ext.emptyString was added specifically to be "truthy" and yet empty.
The use of == in Ext.isEmpty would create issues as Evan mentioned.
I think, given the goal of Ext.emptyString (to be...
Hi Alexander,
Thanks for the details and explanation on the difference of this mode vs the old (unsupported) Compatibility Modes of IE.
To confirm, the logic below (from your override)...
Hi Josef,
Selecting the framework(s) to use in your application is perhaps the most critical, technical decision you will make and so it is important to weigh all the relevant factors.
From a...
Hi Yuri,
Thanks for the feedback.
We are currently evaluating this and a few other key components that didn't make the GA cut-off for 6.5 so your input is helpful for us to prioritize among the...
Hi furtahs,
I moved this to the Visual Studio IDE Plugin forum to get the right eyes on it.
Hi geniny -
I moved your post to the ExtReact Q&A to get the right eyes on it.
Hi fairport,
The grid filters are definitely high on the list of pieces provide... just couldn't fit them in 6.5 for time reasons.
Also thanks for the feedback on the grideditable plugin. It...
Hi evandropoa,
The package loader is part of Sencha Cmd 6.5 and is implemented in the package-loader package.
A demo can be found here and the package loader is a separate GitHub repo.
This...
That method is new to Cmd 6.5 so it sounds like you have Cmd < 6.5?
Hi @vizay141 -
In order for widgets to link to their record properly, you'll need to assign a dataIndex as Evan suggested. Or use a binding. I've updated the fiddle to use a bind but there seems...
The 6.2 release added considerably to the Modern Toolkit. We are pushing hard now on another large feature update to Modern for the second half of next year (as we announced at SenchaCon).
As with...
Do you see a CSS selector for ":root" that is applied to the HTML element? Select that element in the Elements tree of the debugger and you should see things like "--base-color: #2196f3;" and many...
Thanks for the report! I have opened a bug in our bug tracker.
I'd recommend just putting all the classes in order in the main js file when using fiddle... much easier to play with that way
@Shayne - If you want to sketch out a fiddle that would help anyone that has some cycles to fork it and play with it...
Have you tried just setting the entityName (http://docs.sencha.com/extjs/6.2.0/classic/Ext.data.Model.html#property-entityName) property on the model class?
The Namer is useful for generating...