Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ext js tile view grid plugin #33

Open
satyapal06 opened this issue Aug 14, 2015 · 1 comment
Open

ext js tile view grid plugin #33

satyapal06 opened this issue Aug 14, 2015 · 1 comment

Comments

@satyapal06
Copy link

Hello,

Can you please update Tiles view with Ext JS 5/6.

Its urgent.

@Amamatthew
Copy link

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'
        } ]
    });
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants