How Ext JS 6 can be used for both desktop and mobile applications?

Ext JS 6 has toolkit package with which it can include visual elements of both the frameworks (Ext JS and Sencha Touch).
It can be added as −
'toolkit': 'classic', // or 'modern'
If toolkit is classic it includes Ext JS desktop application framework.
And if toolkit is modern then it includes sencha touch mobile application framework.

Comments

Popular posts from this blog

How to start and stop editing a record?