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
0
votes
1 answer
Sencha build failed for Extjs 6 for modern theme
I am using Extjs 6. When I am taking build from Sencha Cmd for modern theme it is showing an error like:
Failed to resolve dependency Ext.state.LocalStorageProvider
Why am I getting this error?

Priyanka kakade
- 11
- 1
- 6
0
votes
2 answers
define startup image and icon in Sencha ExtJS modern
Back when Sencha had Sencha Touch (2.4) you could set startupImage and icon to define images for startup the app icon for your app.
Currenctly I'm moving from Touch to ExtJS (6 modern toolkit) and this doesn't seem to exists anymore. Also in the…

zwik
- 89
- 8
0
votes
1 answer
extjs 6.2 modern form add own validator
How can I add an own-form validator in extjs 6.2.0 modern application? In classic:
validator : function(value){
//do something
}

ChocKing
- 35
- 6
0
votes
1 answer
extjs combobox triger only after text type but not on click
here is my code
{
xtype: 'combobox',
minChars: 3,
anchor: '100%',
fieldLabel: 'Type',
name: 'typeName',
…

Waqar Haider
- 929
- 10
- 33
0
votes
1 answer
Extjs 6 Picture taken have wrong orientation
currently I´m writing a App with Image capture capability. This for I use Extjs 6 with the modern Toolkit (only) and the Sencha Space! API.
When using the built in function "Ext.space.Camera.capture(){..} I can take pictures. When taking Pictures…

Offset
- 609
- 1
- 5
- 22
0
votes
1 answer
Json data is not populated in treeview panel
here below is my json formate i need to show in the treeview panel in extjs6
After loading store from server i am not able to see any records in Tree panel.
what should be the Model view and store for this json rendering in to the Tree view panel…

user5835990
- 1
- 1
0
votes
1 answer
Ext6 /Sencha Build Error with Ext.window.Window
im trying to build the sample app from this side :
https://docs.sencha.com/extjs/6.0/getting_started/login_app.html
Using sencha app watch and netbeans for deleopment.
Instead of using this method :
sencha -sdk /path/to/ExtSDK generate app -classic…

Offset
- 609
- 1
- 5
- 22
0
votes
1 answer
Symfony 2 and sencha extjs 5/6
I got an app on Symfony 2 with Extjs 4 that I want to update to be responsive.
I have grids, forms, actions on grid, ... mixed in Twig and ExtJs (twig make the nav bar and autorizations and Ext present datas) based on this…

Climberdav
- 61
- 7
0
votes
2 answers
ExtJS 6 - Unable to create Native app using command 'sencha app build native'
I am using sencha cmd 6 and trying to build native app with help of -
https://docs.sencha.com/cmd/6.x/cordova_phonegap.html
I have generated Ext 6+ universal application using following command:
sencha -sdk /path/to/Framework generate app MyApp…

Avinash T.
- 2,280
- 2
- 16
- 23
-1
votes
1 answer
Ext.dataview.NestedList automatically NOT adjust its height
I use mobile Modern interface ExtJs 7
Need a list without scrolling. Can you please tell me how to make Ext.dataview.NestedList automatically adjust its height when the number of items in it changes?

webpuper
- 9
- 4
-1
votes
2 answers
Trying to create a fieldset for each item in a store
I'm very new to ExtJS and getting quite lost. I have created a data store -
var sections = Ext.create('Ext.data.Store', {
data: [
{"section" : "One"},
{"section" : "Two"},
{"section" : "Three"}
]
});
What I would…

sunnyj58
- 93
- 10
-1
votes
2 answers
Ext JS 6.5 - modern grid disabled not working
I am working on Ext JS 6.5 modern. I have some condition to disable the grid component, user has only rights to view the grid no one else.
I have tried disabled config and disable method but not working. Here is my Fiddle.
Code…

Narendra Jadhav
- 10,052
- 15
- 33
- 44
-1
votes
2 answers
deselect list method in ExtJS 6.5.3
I have a big problem with the Ext.dataview.List deselect method, it doesn't exist in this version, I'm working in a migration from 6.0.1 to 6.5.3 and all lists that calls the deselect method doesn't work currently.
Regards.

Edgar Hernandez
- 3
- 1
-2
votes
2 answers
Modern toolkit extjs: Context menu for empty grid
In modern toolkit extjs, how to create context menu for an empty grid(grid with no rows).

Preethi Shettigar
- 13
- 5
-2
votes
1 answer
display a variable to view
I'm trying to make a really simple BMI calculation app using ExtJS. So far I can have the user input their height and weight into number fields, calculate the BMI and display this to the console. However, I can not work out how to display this to…

sunnyj58
- 93
- 10