Ext JS - Learning Center

Extension talk:GuiDesigner

From Learn About the Ext JavaScript Library

Jump to: navigation, search

"The GuiDesiger widget is a panel, where the user designs a GUI. The result can be saved in a JSON file and then be used in an autoload."

I'm new to ExtJS. Can you please explain how to "autoload"?

See the forum thread for more examples but in general this is how to use it.

new Ext.Viewport({ layout: 'fit', items : new Ext.ux.JsonPanel({autoLoad:'json/designer.json'}) }).show();
  • This page was last modified on 2 April 2008, at 18:34.
  • This page has been accessed 1,932 times.