Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
93 views

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, ...
Tran Huy's user avatar
0 votes
0 answers
78 views

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 ...
Payal's user avatar
  • 1
0 votes
1 answer
93 views

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 ...
Kijupo's user avatar
  • 27
0 votes
0 answers
55 views

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 ...
CycleGeek's user avatar
  • 513
0 votes
1 answer
111 views

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 ...
Brad Parrott's user avatar
0 votes
1 answer
52 views

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 ...
Sergey Bogdanov's user avatar
1 vote
0 answers
37 views

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 ...
nasdneb's user avatar
  • 143
1 vote
0 answers
68 views

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 ...
Roberto Rodriguez's user avatar
0 votes
0 answers
41 views

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 ...
Stefano De Rosso's user avatar
1 vote
1 answer
89 views

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 ...
SMerrill8's user avatar
  • 580
1 vote
1 answer
99 views

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 ...
Just another object's user avatar
1 vote
1 answer
138 views

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)....
Charles Candy's user avatar
1 vote
3 answers
85 views

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 ...
Charles Candy's user avatar
0 votes
0 answers
51 views

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 ...
Bal mukund kumar's user avatar
0 votes
0 answers
76 views

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 ...
Sahas's user avatar
  • 1
-1 votes
3 answers
67 views

I encounter weird problem when open the 5th modal window . I have 1 parent mdi window. i open child mdi window 1, then from modal window1 - I open modal window2 , from modal window2 - i open modal ...
Charles Candy's user avatar
-1 votes
1 answer
30 views

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 ...
Charles Candy's user avatar
0 votes
1 answer
39 views

In EXTJS How do I overwrite/create property in extended component? I usually create function: checked: function() { return this.CKB_Modifier.checked; }
Charles Candy's user avatar
1 vote
1 answer
104 views

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. ...
Hung Pham's user avatar
-1 votes
1 answer
52 views

is it possible for combobox getValue() return object ? my combobox store field contain ID, Code, Description1, description2 i wish to return ID , Description1. description2.
Charles Candy's user avatar
-1 votes
2 answers
46 views

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 ...
Charles Candy's user avatar
1 vote
1 answer
49 views

I create custom panel contain buttons. Ext.define('TEST.TPL_BTN_Table', { extend: 'Ext.panel.Panel', xtype: 'TPL_BTN_Table', BTN_New : Ext.create('Ext.Button', { iconCls: 'icon-...
Charles Candy's user avatar
1 vote
1 answer
78 views

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 ...
Jasur's user avatar
  • 359
0 votes
2 answers
76 views

I have created a fairly complex ExtJs app (using version 7.4 modern toolkit) that has some "modules" that use a transaction model, that is, a single instance of the model can be loaded at a ...
Joel's user avatar
  • 13
0 votes
1 answer
68 views

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 ...
itsalongstory's user avatar
2 votes
0 answers
210 views

In ExtJS 6.2, this error appeared when I updated Chrome to version 131. Steps to reproduce this issue: You need Chrome on Windows 10/11 : Version 131.0.6778.109 (current latest) In Chrome go to ...
wispoz's user avatar
  • 46
2 votes
2 answers
473 views

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 ...
rakesh gujjar's user avatar
0 votes
1 answer
73 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
0 votes
1 answer
31 views

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 ...
Shokouh Dareshiri's user avatar
0 votes
2 answers
83 views

I'm trying to dynamically add an icon after various fields to be used as help (i.g. when the user hovers over the icon a tooltip will appear). I was trying to do this using the afterLabelTextTpl ...
CycleGeek's user avatar
  • 513
0 votes
2 answers
142 views

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 ...
scott f's user avatar
  • 35
0 votes
1 answer
83 views

I use extjs 6.6.0. There is a tab view: Ext.create('Ext.TabPanel', { fullscreen: true, items: [ { title: 'Home', html: 'Home Screen' }, { ...
Dimi's user avatar
  • 103
0 votes
1 answer
58 views

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 ...
SMerrill8's user avatar
  • 580
0 votes
1 answer
29 views

In a tag field is there a way to prevent already selected tags from being removed or disable them? I have a use case where I want to allow users to add additional tags but not remove any existing tags....
CycleGeek's user avatar
  • 513
0 votes
1 answer
62 views

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)...
Harihar Nagarajan's user avatar
0 votes
1 answer
67 views

I need help changing the appearance of the checkboxes inside a grid panel. I want to have a white check mark, a blue background, and a gray border outline. I tried tinkering with the CSS but when ...
scott f's user avatar
  • 35
0 votes
1 answer
33 views

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 ...
John Smith's user avatar
  • 2,188
0 votes
1 answer
65 views

I successfully install Sencha CMD CLI(getting started with zip). Bunt when I try to generate an ExtJS app with my trial installation it fails. It worked in the beginning. Here is what I get: C:\Users\...
user26873562's user avatar
0 votes
1 answer
31 views

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?
CycleGeek's user avatar
  • 513
0 votes
1 answer
47 views

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 ...
REW's user avatar
  • 786
1 vote
1 answer
61 views

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 ...
scott f's user avatar
  • 35
0 votes
1 answer
86 views

I have a checkbox selection model on a grid panel. The configuration of the CheckboxModel like this: selMode:{ selType:'checkboxmodel' checkOnly: true, headerText:"Select All", ...
vasudev.p's user avatar
  • 475
0 votes
1 answer
49 views

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": [ ...
Sergey Bogdanov's user avatar
0 votes
1 answer
41 views

I use ExtJS Classic 7.3.1. Hi, tell me what to do, please I found a bug - https://fiddle.sencha.com/#view/editor&fiddle/3rlq when restoring a state, if a column has a sorter and is located in ...
Only Best's user avatar
0 votes
1 answer
74 views

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 ...
Michael's user avatar
  • 19
0 votes
1 answer
100 views

I have tried using different components to add a scroll bar to my popup dialogue box: overflowY: scroll( this does show the bar but still unable to scroll), scrollable: true and autoscroll:true (...
xxxyyy's user avatar
  • 1
2 votes
2 answers
650 views

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 ...
Vahe Akhsakhalyan's user avatar
0 votes
1 answer
65 views

I have created an order book in Extjs but because I used this solution I don't really know how to upload another thing here. I would like to add in the background quarters with a different color and ...
Michael's user avatar
  • 19
0 votes
1 answer
88 views

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 ...
Michael's user avatar
  • 19
0 votes
1 answer
84 views

I have a grid panel in ext.js 7.2. I have an ext js grouped grid where the first column is locked. I want to do add custom logic when the group header is clicked. However, when I click on the group ...
IamAnih's user avatar

1
2 3 4 5
497