24,828 questions
0
votes
0
answers
52
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
0
answers
68
views
Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'" in EXTJS project
I'm trying to apply CSP in my EXTJS project and getting error:
"Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'".
I ...
0
votes
1
answer
86
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
51
views
Extjs 7.8.0 CheckboxModel Header Checkbox Tooltip
I would like to add a tooltip to the header and only the header checkbox in grids using the CheckboxModel. I've created an override file, but I've been unable to figure it out.
I would like to avoid ...
0
votes
0
answers
53
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 ...
0
votes
1
answer
44
views
Pressing TAB keyboard button in ButtonMenu docked textfield raise an error
i suppose i've found an incorrect behavour in classic ExtJS versions from 6.5.3 to the latest one (7.9). Error appears in Chrome, Firefox and Edge.
Pressing TAB keyboard button in Button Menu docked ...
1
vote
0
answers
31
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 ...
1
vote
0
answers
65
views
Ext JS - Error generating app with trial version
I just signed up for the Ext JS trial, but I can not generate an application.
I understand that without license I can not download the Ext SDK, but the alternatives provided for the trial license does ...
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
75
views
Cannot read from json file using ExtJS 7.8
I'm having much trouble reading from a json file.
I have an
Ext.window.window
Ext.panel.panel
Ext.tree.TreePanel which loads
Ext.data.Model from Ext.data.TreeStore which has an AJAX proxy with a JSON ...
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
1
answer
123
views
how to get file MD5 from FileReader readAsArrayBuffer()
anyone know how to get file MD5 from Filereader readAsArrayBuffer() ?
my current solution is using CryptoJS
convert arraybuffer to base64
decode base64 to binary string.
use CryptoJS.MD5(p_str)....
1
vote
3
answers
76
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
48
views
Issue with navigation always taking previous and current page as active
I have android mobile application created with sencha Ext JS framework, JavaScript and Cordova library. This app will only run in the PDA device(Point Mobile PM85) and PDA device have inbuild scanning ...
0
votes
0
answers
67
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 ...