The modern toolkit provides universal HTML5 application support for all modern browsers (IE10+) from desktop to phone. The modern toolkit is ideal for developers seeking a cross-browser, cross-device experience for their users.
Questions tagged [extjs6-modern]
150 questions
6
votes
1 answer
Extjs 6 - modern toolkit ui-mixins build error
I have an Extjs 6 workspace with two packages (one for classic and one for modern) and a sample app in it. I have no problem styling the classic package components with the corresponding ui-mixins, ex: @include extjs-panel-ui();. However, when I…

country_dev
- 605
- 4
- 13
- 23
5
votes
3 answers
Sencha extjs setValue string to numberfield
I need to use numberfield for user input number. When I set string '123,555' it shows only 123 to numberfield. But if I use textfield, it works as expected. I use this for thousand separation.
xtype: 'numberfield',
itemId: 'payment1',
cls :…

Phon Soyang
- 1,303
- 2
- 9
- 17
4
votes
2 answers
How do I change the separator of extraParams in an ExtJS store proxy?
I'm stuck with a problem related to the extraParams of an ExtJS store.. I need to change the default params separator & to a customized ; since the web service I'm accessing doesn't respond to &.
Is there a way to change the separator?
Bests,…

tuc0w
- 141
- 1
- 8
3
votes
1 answer
Reorder sub panels
I want to reorder panels in an ExtJS 6.6 modern panel.
In an image archive, I want to have query form where I dynamically add query conditions. Each condition is a separate panel with the specific fields for that condition. They are added (like…

Mikael Johansson
- 59
- 1
- 5
3
votes
1 answer
Sencha 6.5, where classic and modern folders while create new packages
I was trying sencha 6.5, I've created a package using
sencha generate package DemoPkg
This has created a package for me, but I do not find directories for classic and modern inside it. Did anyone faced this issue? Any suggestion or help on this…

Mos Tuor
- 33
- 4
3
votes
1 answer
Ext JS 6 modern toolkit Time picker field?
Is there a time picker field like Datetimepicker field in Ext JS 6 modern toolkit? I copied the Sencha touch 2 Time picker field but it is not working in Ext JS 6 modern app. Any solutions?

Waqar Haider
- 929
- 10
- 33
3
votes
1 answer
Getting "Form submission canceled because the form is not connected" error in chrome with extjs 6
Created a form in extjs-6 - modern for file upload.
After new update on chrome browser i am getting following error "Form submission canceled because the form is not connected"
I tried with rendering the form on body also, still getting the same…

Harish
- 25
- 6
3
votes
1 answer
How to override extjs modern DatePicker
In ExtJs 6.2.0 modern toolkit, the DatePicker is quite strange - it has three slots (day, month, year). But I really need to know the day of week for each date, like in normal datepickers.
How can I override existing DatePicker to highlight weekends…

Yuukimaru Shirogane
- 41
- 1
- 2
3
votes
1 answer
The right event to apply "scrollTo" to show a dynamically added nested panel
I have a panel in ExtJS6 modern (mobile) application that can scroll vertically only. Sub panels are added dynamically to it. I need to scroll the panel to its end after adding a new sub-panel in order to make it visible. This is done using this…

AhmadWabbi
- 2,253
- 1
- 20
- 35
3
votes
2 answers
Firing custom event from custom component and handle event in viewController
I have created a custom component that extends from Ext.Panel. I have added a click listener to the custom component so that when it's clicked it will fire an event. I am instantiating the custom component in a view and I want to handle the event…

country_dev
- 605
- 4
- 13
- 23
2
votes
1 answer
ExtJs modern 6.0.2: Painted event not triggered in some cases on Chrome 90
In sencha Extjs 6.0.2 Modern, the painted event is not triggered on Ext.dataview.List components for Chrome 90.
Tested on desktop.
Checkout this fiddle

Es Noguera
- 426
- 1
- 5
- 19
2
votes
1 answer
afterrender not work in tbpanel Extjs modern
Afterrender event not work for my tabpanel component.
code of my tabpanel:
Ext.define('Admin.view.tabs.Tabs', {
extend: 'Ext.tab.Panel',
shadow: true,
cls: 'demo-solid-background',
tabBar: {
layout: {
pack: 'center'
}
},
activeTab:…

Andriy Yushko
- 395
- 5
- 21
2
votes
1 answer
Can you change the selectfield picker records from displayValue?
I'm making an app in Modern with SA 4 using ExtJS 6.2.0. I got a store with world wide currencies. In the display field I'd like to show currency abbreviation and in the picker list I'd like to show full currency name.
You can do that in the…

Aghi
- 119
- 3
- 13
2
votes
1 answer
Prevent page reload on form field press enter in ExtJS
I have a problem with ExtJS modern toolkit's Form component.
I create a form with no buttons (you can test it in sencha fiddle). The only button is in the titlebar and it isn't working at the moment.
The problem is :
Form submission on pressing…

Andrew Koshkin
- 446
- 3
- 16
2
votes
1 answer
migrate from sencha extjs 5.1 to extjs 6
A customer wants to migrate/port a existing extjs 5 application to extjs 6. He has a custom theme and all his classes are organized in packages (except application workspace).
What is your experience with that task? Is it a task which can be done in…

Robert
- 176
- 1
- 19