You might be interested in this plugin:
https://learnfromsaki.com/product/extjs-grid-multisearch-plugin/
Type: Posts; User: scottmartin
You might be interested in this plugin:
https://learnfromsaki.com/product/extjs-grid-multisearch-plugin/
Have a look at:
http://docs.sencha.com/extjs/6.5.0/guides/tutorials/login_app.html
We need to see some code, this seems to work as expected:
http://examples.sencha.com/extjs/6.5.1/examples/kitchensink/?classic#checkbox-selection
See fiddle:...
It would be helpful to see some code or narrow this down a bit.
There are diff guides for past versions you can review:...
It seems GA of Android 8 decided to add Opera to the user agent, this was not the case in all developer preview releases.
The most current emulator image does not have this issue, it needed to be...
We had another report of this. Seems this corrected the issue for the user:
>> I have added the following line to both sencha.cfg file in /cmd/.. and in .sencha/app directories
...
I understand your frustration, and yes there is a bit of a curve with ExtJS, but we are not dismissing anything.
For any tool that generates code, it would be very difficult to have it read in...
Are you upgrading to Ext6 just to be compatible with the new browsers, or are you going to take advantage of Sencha Cmd and use MVVM pattern for your code? There is a big jump from 3->6 and I would...
It would be looking for the file based on the namespace of the class as show in the path in your error.
You would just need to make sure you have the file in that path, or restructure the...
You could use a variation of the follow and update the tip or return false based on the cell info:
https://fiddle.sencha.com/#fiddle/si7&view/editor
Remove the bind object in your record create
var rec = Ext.create('MyModel', {
hero: '{hero}'
});
store.add(rec);
>>> But when i close the window and get it a second time
When you are closing the window, are you destroying the window so the child items are also destroyed?
When if you hide the window
If...
Sounds like you are creating the instance then adding that instance each page.
Define the class, the load the xtype for each tab.
Might be required to create a fiddle of all you have in place.
You can use any of the API grid examples and then add your reconfigure code to keep it as simple as possible
...
There are several examples that you can use as a reference:
http://docs.sencha.com/extjs/4.2.6/#!/example/build/KitchenSink/ext-theme-neptune/#dd-field-to-grid...
Sounds like you are most likely missing a requires in your code.
Do you see any console warnings in dev/testing code about missing any?
It should copy the records as new entries.
You can copy all the records with something like this. ( will be the same using add/insert )
// main app store
var mainStore = new...
Sometimes the changes are just too much for upgrade to work. It seems like you have a mix of version issues.
I would suggest generated a new app with the same namespace, and then move over your...
Few things ...
Ajax request in your renderer? Ouch. I would find another solution to whatever you are trying to do.
The var is not set as your code has continued and you ajax request has not...
You might get the result you are looking for if you apply validation to your fields so the bind knows the state,
Then you can remove the manual disable() as well
fieldDefaults :{
...
You know better than that.
Bug free software does not exist and we provide continued updates for paying customers.
Companies have employees, and we need to get paid for our efforts just like you.
Since your resolved this yourself, you have been refunded for 32511 and I suspect 32523 will follow as well.
You have a nice day.
This will be available in 6.2 release:
http://examples.sencha.com/extjs/6.2.0-ea/examples/kitchensink/#row-widget-grid
In looking at your fiddle, it seems you fat fingered 'llisteners' so that would be a problem.
In correcting that, it seems to work fine with pie, but still not gauge. I will check with dev to see...
Did you ever get this running?
You should be able to perform the following to a working app:
# Laravel 5.2
# if composer is not installed, or not executing properly ; re-install/update
#...