Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [extjs]

Sencha Ext JS is a JavaScript framework for building rich Internet applications (RIAs).

-1 votes
0 answers
18 views

ExtJs order book - add trades to an existing order book

continuation of this questions: ExtJs - how to add a tooltip in this situation and add the renderer in a loop ExtJs - adding a template on a lower layer than the table I have an order book that ...
Michael's user avatar
  • 17
0 votes
1 answer
17 views

checkbox selection model, dynamically update checkbox column header text

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
  • 457
0 votes
0 answers
19 views

Understanding Component-Based Architecture: Insights into Sencha Ext JS and Similar Frameworks [closed]

I've been working with Sencha Ext JS for a while and am particularly interested in its component-based architecture, which is one of its most powerful features. However, I've encountered some ...
ahmed adel abdulla's user avatar
0 votes
1 answer
16 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": [ ...
Sergey Bogdanov's user avatar
0 votes
1 answer
25 views

ExtJS restore state sorters bug for columns in column

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
-2 votes
0 answers
34 views

Issue Reflecting Modifications in RadiusDesk Application Built on CakePHP and Ext JS [closed]

I am currently working on modifying parts of the RadiusDesk application built on CakePHP and Ext JS. I tried running the application via Docker, but any changes I made did not reflect on the page. I ...
ahmed adel abdulla's user avatar
0 votes
1 answer
26 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 ...
Michael's user avatar
  • 17
0 votes
1 answer
28 views

Sencha EXTJS 7.7.0: how to add a scroll bar

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

ExtJs - adding a template on a lower layer than the table

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

How to capture the 'groupclick' event of an Ext JS grid panel when first column is locked?

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 vote
1 answer
41 views

How to make a condition in ExtJS7 theme depending on JS logic

I have hundreds of ExtJS theme (Classic toolkit) global variables placed in ./theme/sass/var/Component.scss Is there some way to create a condition depending on my JavaScript or Http query string ...
Sergey Bogdanov's user avatar
0 votes
0 answers
34 views

How to change classic app theme with page reload in ExtJS 7?

Previously in ExtJS 4, to change the theme, we used to write a condition in index.html and choose corresponding css file. Today, with such new things as senchacmd, the build process, bootstrap.js, ...
Sergey Bogdanov's user avatar
0 votes
1 answer
60 views

Extjs TagField dropdown items persistent after selection

I'm currenly trying edit TagField behaviour so that the dropdown items stay in dropdown even after you select one or multiple. Use case is something like revenue calculator (every user can determinate ...
Kristián Štech's user avatar

15 30 50 per page
1
2 3 4 5
1660