it should be something like this: op.getStore().load().
getView() references the view the VC is attached to
Type: Posts; User: alex.volfson
it should be something like this: op.getStore().load().
getView() references the view the VC is attached to
Just to be clear, the issue originally mentioned here in 6.5.0 was fixed. The issue of polyfills in 6.5.1 is a seperate issue. Add this to app.json to remove polyfills in 6.5.1:
"language":{
...
https://fiddle.sencha.com/#fiddle/1s1s&view/editor
Yes this looks to be a documentation issue. You could initially destroy the viewport and add a new one with the layout you want. See below:
https://fiddle.sencha.com/#view/editor&fiddle/1nhl
I saw that, but I believe the docs are incorrect. I am waiting on a verification of this.
I think you will need to use a combination of all 3. All 3 solve different problems. With the media queries you would have to do a lot of hacking to change the layouts in Ext, but you could use it...
Modern doesn't handle validation text automatically, yet.
Performance reasons is the only thing that comes to mind.
In your app.json are you including ext-all.js or are you individually loading class files from the framework?
This is the approach I would take.
You need to create a mainView for modern that does not call any classic components. If you only have a classic app, it will try to pull in those classic components into modern. Take a look at how the...
You should set the mainView with the layout you want and leave the viewport as is. Also, I think you are confusing a component with a layout.
Have you tried getChanges on each record instance? https://docs.sencha.com/extjs/4.2.6/#!/api/Ext.data.Model-method-getChanges
Event delegation won't work when you have another target inside your delegated target. Are you trying to call both on click of the span?
It does not look like you are using correct syntax on your query. If you are querying name it would be grid[name="car"]. Hard to tell without seeing how you defined the grid.
Have you attempted setting the encoding directive on the files you need?...
You can create all those images for your theme or you can safely ignore.
"web start" only launches a simple web server. It does not start the fashion service.
This is working as intended. A workspace can have multiple apps and this is why you see the initial folder listing as you demonstrated. Click mytestapp and that will be where your app resides.
The...
Not sure what you mean by support. Can you create a layout subclass? Of course. Will we support or debug your custom layout class? Not unless you can point out an issue in the framework.
I have done this before and the solution I used was to scroll down to the bottom of the list each time a new conversation was posted. I think you made this too complex.
Thanks for the report! I have opened a bug in our bug tracker.
It is fixed in the nightly and 6.2
I think the easiest way is to destroy the chart and re-create it.
1 & 2. You can modify the menu in the menucreate event of the column:
https://docs.sencha.com/extjs/4.2.5/#!/api/Ext.grid.column.Column-event-menucreate
Not sure exactly what you are asking on 1.
...