Skip to main content

Questions tagged [extjs7]

Sencha ExtJS is a JavaScript framework for building Rich Internet Applications (RIAs).

extjs7
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
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
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
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
0 votes
1 answer
29 views

Apply scss variable to class style property

Is it possible somehow to use scss variables in ExtJS v7 class inline? For example, I have global theme variable in packages/local/myTheme/sass/var/Component.scss: $comp-divider-color: #B5BFCA; And ...
Sergey Bogdanov's user avatar
0 votes
1 answer
37 views

Extjs treelist doesn't show to expand icon

I have upgraded my app from version 4 to 7 but when I use the xtype: 'treelist' the expanded icon doesn't show. I want to show that icon or change to other icon { xtype: "container", layout:...
steve's user avatar
  • 81
0 votes
0 answers
14 views

ExtJs7: How can I use tools config within a custom grouped grid header that is collapsible?

I have a grouped grid that uses custom components containing an array of tools for the group headers. If the grid is configured to have collapsible headers (which is what I want), the component's ...
Joel's user avatar
  • 3
0 votes
1 answer
28 views

Extjs - Add icons to column filter values

I have the following custom grid column : Ext.define('OrderStatusColumn', { extend: 'Ext.grid.column.Column', alias: 'widget.OrderStatusColumn', text: 'Status', filter: 'list'...
AnthonyDa's user avatar
  • 533
0 votes
1 answer
30 views

Unrecognized alias: widget.form on ExtJS 7

Im trying to use the standard form class in my new app but I get an error message Uncaught Error: [Ext.createByAlias] Unrecognized alias: widget.form I already imported the required library. Here is ...
John's user avatar
  • 838
1 vote
2 answers
78 views

ExtJS multiple child applications inside primary

I'm trying to use multiple Applications inside one parent Application. Here is example fiddle like this: Ext.application({ name : 'Parent app', launch : function() { Ext.application({ ...
Sergey Bogdanov's user avatar
1 vote
3 answers
277 views

Ext JS: vulnerabilities with CSP headers

I would like to know if the new version 7.7 of Ext JS has resolved the issue of vulnerabilities with CSP headers. Specifically, I would like to know if "unsafe-eval" content security policy ...
Sergio C's user avatar

15 30 50 per page
1
2 3 4 5
12