Skip to main content

Questions tagged [extjs]

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

0 votes
1 answer
22 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
28 views

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

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
19 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
  • 15
0 votes
1 answer
24 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
49 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
26 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
  • 15
0 votes
1 answer
56 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
  • 15
0 votes
1 answer
42 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
40 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
33 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
56 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
0 votes
1 answer
25 views

Call primary application class from package

I have main classic application "MyApp": app.json contains: "namespace": "NS", .... "requires": [ "font-awesome", "SubApp" ], ...
Sergey Bogdanov's user avatar
1 vote
1 answer
51 views

How to add a drop down menu on a tabpanel tab ExtJs

I have been trying to add a menu drop down on a tab header. I noticed the tab header can only be changed through the title config property. Is there any other way to include a menu drop down to a tab ...
scott f's user avatar
  • 25
0 votes
1 answer
35 views

ExtJS 7 application architecture

I'm starting a big project on ExtJS 7: There is one common login page facade for all apps; There will be 5 large applications (~300-1000 classes per each) that will be opened through the facade. Only ...
Sergey Bogdanov's user avatar
0 votes
2 answers
39 views

ExtJS nested binding

I'm using ExtJS 7.5.1 Need to bind I have custom Combobox Ext.define('vkr.components.comboboxes.DepartmentCombo', { extend: 'Ext.form.field.ComboBox', ...... departmentTypeId: null, ...
Kamo Petrosyan's user avatar

15 30 50 per page
1
2 3 4 5
1660