I have update phpstom to version 2019.3.1. sencha plugin was updated too. I dont know why but there was installed sencha jetbrains plugin version 6.0.13.614 which at sencha support portal is marked...
Type: Posts; User: merabi@lider-bet.com
I have update phpstom to version 2019.3.1. sencha plugin was updated too. I dont know why but there was installed sencha jetbrains plugin version 6.0.13.614 which at sencha support portal is marked...
as I have said in first post, in my provided example "if you change store type on line 25 from Ext.data.BufferedStore to Ext.data.Store it works". have you even tried it?
you are Ext support team...
Ext version tested:
Ext 6.6.0
Browser versions tested against:
Problem was solved bu support team
hello. I cannot Activate my subscription. support portal shows "0 Subscriptions Expired".
57443
I'd like to submit a support ticke. There are three options in the subscription combobox: my subscription, Sencha ExtJS, and Subscription Expired. The last two are disabled and not selectable. The...
Ext version tested:
Ext 6.5.0.775
Browser versions tested against:
Here is my Problem in Version 6.0.1.250
53432
bug still remains in 6.0.1.250 version
Same problem here.
cmd: 6.0.1.76
framework: "6.0.1.250"
I sometimes compare the differences between various slot games manufacturers. This site - https://slots-online-canada.com/ gave me...
plugins: [{
ptype: 'preview'
bodyField: 'text',
pluginId: 'preview'
}],
I have added that plugin to my grid, but I', getting error:
thank you for help
gridpanel.
in extjs 4 I had row indexes for each selected record. I could find in in
grid.getSelectionModel().seleceted.items[0].index
but now. I cannot find row index of selected record.
from app.json you must to remove
"modern": {
"toolkit": "modern",
"theme": "theme-triton",
"sass": {
is grid's preview plugin removed in extjs6?
Extjs.version - 6.0.1.250
cmd.version - 6.0.1.76
workspace:
|_ local
|_ pkg
|_ src
|_view
is there any solution? I have same problem
I have 2 grids with preserveScrollOnRefresh:true on both viewconfigs.scroll is working well while grid is focused, as soon as I select record in second grid first grid is reseting scroll on store...
I have exactly same problem
if I call reconfigure with empty store error appears
while we are waiting for support you can simple add data to avoid this error
var store =...
first check if record exists
var record = store.getById(1);
if(record){
store.remove(record);
}else{
store.add()
}
if only url is dynamically changing you can protocolComboStore.load({url:protocolUrl})
how are you doing edit?
if you are using row editor or cell editor plugins there is validateedit event and you can validate values before applying it.
listeners: {
validateedit: {
...
it seams your response is incorrect, it must be
StatusArray: [
["Active"],
["Inactive"],
["Closed"]
]
http://docs.sencha.com/extjs/5.0/apidocs/#!/api/Ext.Ajax-method-request
Ext.Ajax.request({
url: '/user/get',
method: 'GET',
success: function(response) {
I have the same layout problemafter reconfigure, row editing plugin at editing phase shows hidden column and layout is broken