1.

How Ext Js 6 Can Be Used For Both Desktop And Mobile Applications?

Answer»

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.

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.



Discussion

No Comment Found