Hi all,
I defined a new custom content model with 10 different type of contents for Alfresco 2.1.
Now, I'm trying to make a custom "Create and Edit Content Wizard" to manage content and properties information all together in a simple steps, because we don't want to have two different ways to edit our structured content, I mean some main fields in a view, and then properties in another different one.
In order to do that, I'm developing a "custom create content wizard", using the Alfresco SDK CustomWizard sample as base.
So, my question is:
How can I make an Edit Wizard for my custom contents?, Is it possible?
Thank you