Extension talk:GuiDesigner (Legacy)

This version of our Learning Center is unmaintained.
This article may be out-of-date or contain incorrect information.
Please visit the new Sencha Learning Center for up-to-date material.

Go to the new Sencha Learning Center

From Sencha - Learn

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 4,381 times.