Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
77 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
1 answer
90 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
  • 29
0 votes
0 answers
55 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
1 vote
0 answers
33 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
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
91 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
3 answers
79 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
71 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
1 answer
29 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
1 vote
1 answer
95 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
2 answers
38 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
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
1 answer
58 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
2 answers
466 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
30 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
133 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
54 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
60 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
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,178
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
1 vote
1 answer
58 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
42 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
67 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
2 votes
2 answers
627 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
82 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

1
2 3 4 5
497