PDA

View Full Version : Creating a property editor


princeofegypt
04-22-2009, 10:10 PM
Hi all,

I am looking for tutorials about the best way to create a property editor in Flex. The example I am working on allows the user to select a widget template, set its properties and get its embed code to publish it.

The ideal solution is to have a way to automatically populate a list of properties/types/values for each widget and have flex populate a form or data grid with the property labels and value editors for the user to edit.

Are there any best practices for this?

Thanks!

Peter Cowling
04-23-2009, 08:38 PM
Probably you are looking at a factory to create the widgets you mention, and datacollections to populate the content.