24,826 questions
0
votes
0
answers
77
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
90
views
Combine 2 tables to create Tree in ExtJS 7
MySQL has 2 tables with the same rows.
For an edit I need one TreeList without true leafs and edit the true leafs separately in a Grid and for the Employees i need one TreeList with the true leafs.
It ...
0
votes
0
answers
55
views
ReExt ExtJS 7.8.0 - Vite dev build says ReExt plugin required, but Vite in local dev runs fine, vite.config setup correct per docs
I've been working on a production project that aims to replace our dependency on a custom Node API to run React apps. Since we already use ExtJS and have an Ext Direct server implementation, I've ...
1
vote
0
answers
33
views
shopware 5 add custom filter in backend order list view
I'm trying to add a custom filter to the order module in Shopware 5, specifically for Pickware ERP suppliers.
So far, I created a custom backend controller that returns the list of suppliers from the ...
0
votes
0
answers
41
views
After page rendering data visualization on ExtJS
I'm fairly new to Ext JS (my setting is Ext JS 7.3.1) and I'm having issues on showing the data on the first click on a record, whereas if I'm refreshing that same page the data (one or more marks on ...
1
vote
1
answer
91
views
Passing the username through an iframe without passing it in the url in extjs
Currently we have an extjs application where we are calling the /login API through an Iframe by passing the username as /login?username=YWRtaW5AZWZmaXNlci5jbzZTZzMTg= and reading this in the ...
1
vote
3
answers
79
views
Create link by reference to method in sub class
Is there any method to set link to sub class function by reference?
For example:
main program -> create object of classA which inside create object of classB
inside classB contain function-B
From ...
0
votes
0
answers
71
views
Tagfield in extjs
I'm using Tagfield, without store and by only manual entering the values.
there are couple of questions that needed help.
I need to add validation like if entered value is not in email format its ...
-1
votes
1
answer
29
views
EXTJS accessing component Layers of Event
I found that if a component 1 contain component 2 and in component 2 contain component 3
controller -> panel 1 -> panel 2 -> combobox
in combobox once data load I fire load event . in order ...
1
vote
1
answer
95
views
copy a row then paste it to another row in Grid using extJS
I display a grid, there are two rows in the grid. I have a button called "Copy", when user click on the Copy button, all the data from first row will copied, then paste it into second row.
...
-1
votes
2
answers
38
views
EXTJS changing statusbar background color
I wish to make statusbar background color same with window panel background color using css.
what I found
.x-toolbar{
background-image: url(image/toolbar.gif);
}
i use snapshot of the panel ...
1
vote
1
answer
78
views
Dynamically filter select options in an objectbrick
I have a Pimcore class with a Type field (selection) and a Products field (objectbricks). In the admin panel, I need the options available in the Products dropdown to dynamically change based on the ...
0
votes
1
answer
58
views
BUG: When window.devicePixelRatio is not an integer (e.g., 1.25), the styles of Ext JS components may render incorrectly
https://developer.mozilla.org/en-US/docs/Web/API/Window/devicePixelRatio
On desktop devices, the devicePixel ratio gives us the level of zoom that the user specified using ctrl +/- and or by selecting ...
2
votes
2
answers
466
views
Compatibility Issues with Ext JS 4.0 and Sencha Touch 2.0 in iOS 18.2 Beta – Legacy JavaScript Support and Rendering Problems
I am encountering compatibility issues with older JavaScript frameworks, specifically Ext JS 4.0 and Sencha Touch 2.0, after upgrading to iOS 18.2 Beta. My application, which was working fine on ...
0
votes
1
answer
30
views
Load dynamic data in tree view in ExtJs
I have api response data stucture like below. My data is dynamic and may be change. Structure of data has children. It may has any children in children that times of that is not determined.The last ...
0
votes
2
answers
133
views
drag and drop functionality for extjs tab panel
I have been searching for a way to implement drag and drop functionality for reordering tab items inside a tab panel component. I am using ExtJS 7 and as far as I know this functionality was only ...
0
votes
1
answer
54
views
Upgrading D3.js within Sencha ExtJS
We are currently licensed for Ext JS Premium.
Ext JS Premium 7.4.0.42 was released on May 6, 2021.
I need some cool stuff from
https://github.com/d3/d3-interpolate/blob/main/README.md
I noticed in one ...
0
votes
1
answer
60
views
tbar & bbar Working in ReExt but Not in Sencha CMD — Need Assistance
I’ve been working on a project using both ReExt and Sencha CMD. The tbar and bbar functionality works perfectly in ReExt with Vite, but when I try replicating the same in Sencha CMD (Community Edition)...
0
votes
1
answer
33
views
Race Condition Between Stateful Sorting and autoLoad Feature in ExtJS
I am experiencing a problem with ExtJS where there is a race condition between the stateful sorting feature and the autoLoad: true configuration of a store, resulting in two server requests instead of ...
0
votes
1
answer
31
views
ExtJS 6.2 Disable Dates Before Certain Date in datefield Form Field
I have a datefield and I'd like to be able to disable all dates in the date picker before a certain date using the format YYYY-MM-DD. Can this be done in an ExtJS datefield?
1
vote
1
answer
58
views
Multi-Select FileField is not returning list of files based in the order I selected them
I am trying to upload multiple images at once using the filefield xtype but when I get the list of selected files, the list is not in the order I selected them in. It looks to be automatically sorting ...
0
votes
1
answer
42
views
Save file classes in their own directories after build process
is it possible to save project file structure after sencha app build production/development/testing without concatenating?
There is bundle property in app.json but it's not working:
"js": [
...
0
votes
1
answer
67
views
ExtJs - how to add a tooltip in this situation and add the renderer in a loop
I have a problem because I want to add a tooltip to these elements, for now any example, but I can't add anything. I am having problems with the scope of my task here. So here I have tiles that ...
2
votes
2
answers
627
views
How to run Sencha Cmd 7.8.0.59 on linux
After upgrading the java to version 17, I have to install the sencha 7.8 version. But in compare with other versions there is no way to choose Sencha CMD with jre included or not. So the versions ...
0
votes
1
answer
82
views
ExtJS graphic order book
I am creating an order book using Extjs. In the requirements I have to create it by building it with components from Extjs. Performance is important here because the data is often refreshed.
I need to ...