Again, just pass true to get the pre Ext JS 6.6.0 behaviour back.
I agree there is a documentation error. The red part below is what is wrong, and I added the correction in green.
Type: Posts; User: richardvd
Again, just pass true to get the pre Ext JS 6.6.0 behaviour back.
I agree there is a documentation error. The red part below is what is wrong, and I added the correction in green.
This is bug EXTJS-24622 (Drag indicator not aligned after view scrolled) which has been fixed in Ext JS 6.6.0.
If you can't upgrade, use the override in this posting.
I don't see that behaviour in the Coworkee app or in the Kitchen Sink (modern) grid examples on iOS. It just stops the scroll without selecting, as you would expect.
Can you be more specific?
Yes 0.8 seconds is cached. Uncached is 1.5 seconds. That's using Chrome on a MacBook Pro 2015 (i5).
Using Safari it's even faster at 0.6 seconds once cached.
Regarding the performance and size of Ext JS, in my experience it is a non issue. If I look at my latest Ext JS 6.6.0 app in production (similar complexity, not so big), hosted on a LAMP web server...
Still easy to do without Sencha Cmd. Here is an example for Ext JS 6.2.0 Classic with Triton theme and Charts package:
No debug = 1.0 MB:
https://fiddle.sencha.com/fiddle/2jds/preview
...
I can only answer the question about what happens after renewing:
Yes if you renew support then the option to manage users will come back and the existing users will still be there.
See this SO answer: https://stackoverflow.com/questions/21591754/correct-way-to-add-js-in-sencha-architect-extjs
Thanks for your honest reply! No problem!
I can't tell you why the voting plugin would refuse you to undo your vote. Maybe @mitchellsimoens still knows a thing or two about this and can weigh in?
In Ext JS 5 some things have changed concerning IDs. To add new records to the store, for each new record you have to set the phantom property to true. Like this:
example.selectDevices.addToSelect...
The right side grid seems to populate just fine after checking one or more items on the left side and then pressing the Select button.
I wonder why my post #9 and jmkellyvw's post #10 both got a downvote. Was it offensive? I don't think so. Did we give incorrect information? If so, explain so we can learn.
I appreciate...
Why do you have model and store classes under the app/controller directory?
Can you move the files in app/controller/model and app/controller/store to app/model and app/store respectively?
No 404s here, but I do frequently hit timeouts. When it happens, both the forum and Fiddle are down at the same time, and Fiddle then reports this error:
{
"success": false,
"msg":...
Custom column sorters are not implemented for BufferedStore.
With BufferedStores, you can sort remotely using the column's dataIndex as the sort property, and you can replace the property name...
Use content-type text/html for the response from the server, and wrap your JSON response in HTML tags:
<html><body>
{
"success":true,
"message":"Upload complete!",
...
Not seen so far. Any more information about what led to this situation?
I created an override for Ext.route.Mixin.redirectTo(). When passing in an object to clear a token like I did in post #5, it cleared the lastToken for that route, but in Ext JS 6.6.0...
Nice!
Getting closer! But in my project it still fails in this case:
There are three tokens (#foo/1|bar/2|baz/3). Remove the baz token by name. Result: nothing happens (expected result: baz exit handler...
I also get a lot of spurious calls to my exit handler with the original 6.6.0 code.
The override doesn't work well for the token at the end, it seems to happen if there are more than two tokens. ...
Set the timeout property in the API declaration:
...
You can find the Ext JS GPL releases on my Google Drive folder linked below. For the older releases such as 2.x, the docs are contained in the zipfiles.
...
Not an answer to your question, but I think you can achieve your goal in a different way. I find using Sencha Cmd's built-in reverse proxy server a convenient and easy solution for this. I explained...
Some more examples of now broken links that used to work:
https://docs.sencha.com/extjs/6.0/6.0.1-classic/#!/api/Ext.form.field.Text-cfg-selectOnFocus
...