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
1
vote
1 answer
unable to create view from Ext.create({xtype:'app-main'}) in modern toolkit
I am using sencha cmd 6.2 for creating mobile friendly app, when i load login form and click submit it doesnot create view.
here is my code for login controller
onLoginClick: function (button, event, options) {
var x =…

Bibek Shakya
- 1,233
- 2
- 23
- 45
1
vote
0 answers
ExtJS 6 microloader/boostrap.js root path
In my java web application sources generated by Sencha CMD are located in resources folder. I am trying to run application in dev mode (without build) using boostrap.js, so I declared Ext.Manifest and included below in jsp file: