extjs-ux
extjs-ux copied to clipboard
ext js tile view grid plugin
Hello,
Can you please update Tiles view with Ext JS 5/6.
Its urgent.
The same question. And I wonder if we can store the js file's scripts in the database's fields before we load it? For example can we change the url's property as below:
- url:"get_js_content.php",
- parser: 'javascript'
Ext.onReady(function() { new Ext.Viewport({ layout: 'border', items: [ { region: 'center', xtype: 'AceEditor', theme: 'ambiance', printMargin: true, fontSize: '13px', url: 'simple.js', parser: 'javascript' } ] }); });