This URL works for me: https://docs.sencha.com/extjs/5.1.1/api/Ext.html
Type: Posts; User: NoahK17
This URL works for me: https://docs.sencha.com/extjs/5.1.1/api/Ext.html
Why? Simple. Bootstrap offers much greater flexibility when it comes to responsive design that ExtJS can ever offer.
I have also been wondering this for years. I don't think it's possible, even with the latest 6.6.x release.
In Ext6.x you can simply do...
myPanel.removeAll();
In Ext 6.x (Classic Framework), the answer changes to something like...
this.lookup('combo_reference').setSelection(store.getAt(0));
Confirmed. For ExtJS 6.6.x, using itemsFocusable: false will stop Dataview items off-screen from scrolling into view on tap events.
This bug still happens on ExtJS 6.6.0
It's been 3 years. Any update, Joel?
If you're looking to loop through a store in ExtJS 6.x, you can use something like this:
const store = this.getViewModel().getStore('myStore');
const data = store.data.items;...
For ExtJS 6.x, the solution is as follows:
.x-tool-type-disclosure:before {
content: 'help_outline';
}
Where you can change the content value to anything listed here:...
This is still not fixed as of ExtJS 6.5.1 (May 2018)
Well, getSelection() is part of the selection model, so it wouldn't be listed in the Dataview.List API which was linked originally.
...
Of note, Condor's solution above {variableName:functionName} still works in Ext 6.5.x
Just to confirm, this still works in ExtJS 6.5.3
myDataView.select(index)
Actually, all major browsers support overflow-x: auto with overflow-y: hidden.
Read this article for examples: https://codeburst.io/how-to-create-horizontal-scrolling-containers-d8069651e9c6
He wants event1Name and event2Name to be the same. He wants to execute two DIFFERENT functions with one 'tap'.
It looks like there's a bug in applying an UI to a Toast, but there's an override solution you can use: https://fiddle.sencha.com/#fiddle/1q8m
You'll want to override the show() method in...
Same issue. I'll post here if this ever gets solved.
What's the Ext v6.x version of this?
Of note, the property validationMessage: "blah" doesn't do anything either.
Same question regarding differences between... "ext-all.js <==> ext-core.js <==> ext-foundation.js"
I also would like my Charts to work on Android. iOS loads them perfectly, but Android default browser does not. :/
I am also looking for an answer to this problem.
I am also looking for an answer to this question.
I'll donate $20 to his salary.