Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
1 answer
71 views

I want to know why building 2 sets of applications with different themes failed. I followed the official tutorial : https://docs.sencha.com/cmd/7.8.0/guides/microloader.html#microloader_-...
DanielPan's user avatar
1 vote
2 answers
120 views

I'm trying to use multiple Applications inside one parent Application. Here is example fiddle like this: Ext.application({ name : 'Parent app', launch : function() { Ext.application({ ...
Sergey Bogdanov's user avatar
2 votes
1 answer
353 views

I am working on an ExtJS 6.6 application using the Classic toolkit and currently have the Triton theme set as the default. I'd like to add functionality that allows users to switch between light/dark ...
tamtejszystan's user avatar
0 votes
1 answer
114 views

I'm totally new to ExtJS and have found an issue in an existing application. I have two models: A and B. Defined like this Ext.define('A', { extend: 'Ext.data.Store', fields: [ { name: 'id', ...
Przemek Lewandowski's user avatar
0 votes
1 answer
44 views

I hava the follow situation in software the characteristcs of a store combobox are defined by client as String, but the sort of combobox is: A 1 A 11 A 2 A 21 A 3 ... but my client needs a sort like ...
Rodollfo Matos's user avatar
0 votes
1 answer
66 views

I have a window with a tabpanel in it. It's really annoying how the window has its 5px padding. I try to override all the paddings of the window, but has no effect on it. And it's same with a grid in ...
Eleanor's user avatar
  • 355
0 votes
0 answers
57 views

In the grid and combo box, if there is more data by default scroll bar not showing in a few of the systems. How can we resolve it? EXT JS version - 6.0.0.640 Both the system with the working scroll ...
Shrikanth M's user avatar
0 votes
1 answer
42 views

I want to do something similar to this fiddle :https://fiddle.sencha.com/#view/editor&fiddle/20rt but the difference is that he has done it for checkbox xtype but I want it for checkcolumn .Please ...
Honey Singh's user avatar
0 votes
1 answer
181 views

In an ExtJS 6 classic mode application I am trying to configure a menu having both regular items and items with input fields. The idea is to let the user click normal item and then display an item ...
Mooh's user avatar
  • 784
0 votes
1 answer
449 views

I have an extjs 6.0.1.250 grid, with a remote json store, it is loading every 2 seconds, to refresh its data. It shows a device list with the device statuses, about 200 lines. (name, uptime, etc...) ...
HyGy's user avatar
  • 31
0 votes
1 answer
134 views

I have a bit of ext.js code that looks like: items: [ { xtype: 'textfield', hidden: false, fieldLabel: 'MyType', inputId: 'MyType', bind: { ...
Eric's user avatar
  • 3,289
0 votes
1 answer
441 views

how to get file details of uploaded file in extJS I am using file upload and I need to first conveert into Grid and then sumbit. for grid conversion I have to take all files details like this : File { ...
David's user avatar
  • 4,285
1 vote
2 answers
362 views

How to change the data in extJS combo dropdown ? I have Combo box and I am trying to load the data. I want to sanatiize my data for some Reg expression. Here is my Stroe code. Ext.define("MyApp....
David's user avatar
  • 4,285
0 votes
2 answers
285 views

I need to have Ext.panel.Grids (v6.2.0) that are both resizable and allow users to select the cell values. I have a bunch grids that I've set to be resizable with: resizable: { pinned: true, ...
harryBundles's user avatar
0 votes
1 answer
368 views

I have the combobox minLength set to 5. I want the combobox to require the length to be 5. If it is longer than 5, I want the minLength to be set to 10. So the outcome should be: the min length can be ...
Gray's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
65