Version is: 5.1.3
Hello, i'm sorry but i can not reproduce it in fiddler, since the combobox is created dynamically. i looked over other stores in the same function, and it looks like they all...
Type: Posts; User: 30081996
Version is: 5.1.3
Hello, i'm sorry but i can not reproduce it in fiddler, since the combobox is created dynamically. i looked over other stores in the same function, and it looks like they all...
Hello! I've got an error , after calling
field.setValue(field.getStore().getAt(_idx).get(field.valueField));
i get an undefined error in ext debug all
thank you Gary! But i am not able to reproduce that in extjs 5.1
i used:
Ext.define('Mvp.ux.MultiRowTabPanel', {
extend: 'Ext.TabPanel',
onResize : function(){...
Hello ! I kindly ask you for some little help if you know. I have a tabpanel with many tabs, and many tabs have long text, so the tabs are longer than the screen and in order to navigate through...
@Gary I investigated more, it looks like the bug is not solved , since we use version 5.1.1.451 of extjs.
Probably, we didn't have and still don't have time to search for some other solutions in this moment. But it looks like this hotfix worked for us. So changing the msgTarget to top or qtip or removing...
Apparently what fixed our problem was to delete or set to something else the msgTarget: 'side'
Hello, i have a bug everywhere i use forms and validation. Let's say we have a form and all fields are required. If i validate the form, obviously all fields will be red (invalid), but if i start to...
Hello! You can make two stores , and put an listener on city combobox, and on change, apply filters on countries store. Tell me if you need more details?
Found a solution:
Ext.util.Observable.observe(Ext.data.Connection, {
requestexception: function(conn, response, options) {
if((response) && (response.status === 401 &&...
Hello, i would kindly ask you for a help. Right now we use oauth and we store the token on front end. We also run a task which gets a new access token using the refresh token every 5 minutes. We...
So, i have a file in which i have a config object, and in this config i have a property called build. Each time a new deployment has been made on the server i need to know that, so that i can ask the...
Hello, sorry for putting this question but i'm a little newbie in extjs. Do you know if is possible to reload an external script file, and if it is, how to do it? (with ext.loader maybe?) Thank you!
Launch method of what? app.js ? Application.js ? Main.js ?