Atera all-in-one platform IT management software with AI agents
Ideal for internal IT departments or managed service providers (MSPs)
Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
Learn More
Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution
Rise Vision is the #1 digital signage company, offering easy-to-use cloud digital signage software compatible with any player across multiple screens. Forget about static displays. Save time and boost sales with 500+ customizable content templates for your screens. If you ever need help, get free training and exceptionally fast support.
Components to generate a flex (spark) form dynamically
Proof of concept project to investigate the potential to generate Flex forms from a dynamic (possibly externalised) source to cut development time building common form functionality.
I've previously used 'control' classes to allow non technical users to configure form validation parameters in an external XML file, however the form & model still required development time.
As an extension of the form class to function more like a SkinnableDataComponent the form items become 'ItemRenderers' containing typical inputs. Bi-directional binding is maintained by introducing a DynamicModel class which is also capable of tracking dirtied fields & performing validation.