Adding steps to existing web project wizard
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2007 01:42 PM
I would like to add additional steps to the web project create/modify wizard. Has anyone done anything like this or have ideas on how it could be done? I'm very concerned with remaing "upgrade proof/resistant" to future versions of Alfresco WCM.
Thanks,
Harry
Thanks,
Harry
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2007 05:11 AM
Yes, you can add additional steps to any wizard defined in web-client-config-wizards.xml.
You have copy the whole configuration for the wizard you want to change and copy it to your web-client-config-custom.xml file. You are then free to add extra steps to the definition. When the app then requests the "createWebsite" wizard yours should get picked up.
However, in this scenario there is a potential upgrade issue in that you have to copy the whole definition. All you'll need to do though is copy the definition from the new version and re-apply your extra step (obviously that is only true if the wizard definition changes from one release to the next).
Hope that helps.
You have copy the whole configuration for the wizard you want to change and copy it to your web-client-config-custom.xml file. You are then free to add extra steps to the definition. When the app then requests the "createWebsite" wizard yours should get picked up.
However, in this scenario there is a potential upgrade issue in that you have to copy the whole definition. All you'll need to do though is copy the definition from the new version and re-apply your extra step (obviously that is only true if the wizard definition changes from one release to the next).
Hope that helps.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 11:05 PM
Thanks, Gavin. This helps very much.
Harry
Harry
