5,555 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
100
views
Upgrade ExtJS from 4.0.1 to 7.9
I’m working on upgrading an application that uses ExtJS 4.0.1 to 7.9.
The application doesn’t follow the standard Sencha application structure. Instead, we directly include ExtJS (JavaScript, SCSS, ...
0
votes
1
answer
47
views
ExtJS 4.2 legend colors don't match the pie slices
I am trying to create a pie graph in ExtJS 4.2.2.1144 (3rd party product that I have no control over). I need to set custom colors to my pie slices, which works as needed. However, the legend does not ...
0
votes
1
answer
65
views
Extjs treelist doesn't show to expand icon
I have upgraded my app from version 4 to 7 but when I use the xtype: 'treelist' the expanded icon doesn't show. I want to show that icon or change to other icon
{
xtype: "container",
layout:...
0
votes
1
answer
52
views
ExtJS - how to add data to store and filter in combobox
I added combobox to my application:
getParticipantsStore() {
return Ext.create('Ext.data.Store', {
fields: ['marketName'],
data: [], // Początkowo puste, dane zostaną ...
0
votes
1
answer
77
views
how to define Ext.elevateFunction
"I can't find Ext.elevateFunction defined anywhere in the ExtJS documentation, yet it's being used in the codebase. I'm curious to know how it's defined."
Here is the usage of Ext....
0
votes
1
answer
97
views
Is it possible to use custom variables in an extjs store?
Currently I am working on a project using ExtJs (Version 5.0.1).
Now since I often create stores, I wanted to create some kinde of template to copy or may even extend from.
So I was annoyed to edit ...
0
votes
1
answer
107
views
ExtJs - delay in rendering column list in table when adding dropdown from column list
I'm trying to make a drop down button with a list of columns in a table. I created this code, but the problem is that when the code is executed, there are no columns in this yet, so the array is empty....
0
votes
0
answers
81
views
How to use menuDisabled inside a tree grid panel
So I have a tree panel which contains some columns like a grid .These columns have menu's enabled by default . I want to completely disable/hide it.I suppose menuDisabled only works in Ext.grid.panel ...
0
votes
1
answer
201
views
having search bar inside grid with dropdown, how to get floating dropdown when entering last 3 digit
inside grid click on add row it pop up a row contain 3 column 1 with search bar with dropdown where
it store data from data base , when entering a digit it starts from first letter
I wanted it to take ...
0
votes
0
answers
47
views
I want to show status without refreshing page
{
text: 'SFTP Upload Status',
width: 115,
align: 'center',
xtype: 'actioncolumn',
sortable: false,
...
0
votes
1
answer
355
views
how can I disable checkbox for the same grid row using listener?
I have these two grid checkbox columns
xtype:'checkcolumn',
dataIndex:'FUN',
id:'fun',
listeners:{checkchange:'onFunChecked'},
xtype:'checkcolumn',
dataIndex:'FUN2',
id:'fun2',
listeners:{checkchange:...
0
votes
0
answers
49
views
Extjs-When trying to download a zip file , zip file getting corrupted
when trying to get zip through postman we are getting zip file correctly , but when I'm trying to get using ajax call zip file I'm getting is corrupted . I used fetch function also but its not working
0
votes
1
answer
69
views
Extjs: Remove child tags from tagfield when parent tag is removed
I have two tag fields.
1-Parent tag
2-Child tag
Parent tag includes 5 categories i.e a,b,c,d,e
Child tag includes the corresponding tags from parent
Ex- If a user selects parent tag 'a'(or a,b,c) or ...
0
votes
1
answer
348
views
Unrecognized class name / alias: widget.passwordfield
In extjs when trying to add xtype:'passwordfield' i'm getting this following error:
Unrecognized class name / alias: widget.passwordfield
Synchronously loading 'widget.passwordfield'; consider adding ...
0
votes
1
answer
447
views
Invalid namespace ExtJs
when generated new app for extJs using this command on Ubuntu terminal sencha generate app -ext MyApp path/to/folder
that time terminal show me Sencha Cmd v7.5.1.20 [ERR] The specified string cannot ...