On Aug 2, 4:53 am, Chris Roth <[EMAIL PROTECTED]> wrote: > I really like ft:objectadmin for easily managing content, however, i > need to create a new type and I think I will need to use a combo of > ft's and wizard tags, I am not sure now to structure the edit handler > that will give me the "listing" functionality of the ft:objectadmin, > but allow me to use a wizard to handle the creation (add new) and > editing of new objects.
Objectadmin lists content objects. Ultimately its just a starting point for invoking a method on a specific content item such as edit. Or creating a new content item. I can't envisage a reason why you'd need to invoke object admin with a wizard, so I'm assuming that you mean starting a wizard from objectadmin. A wizard is just a way of constructing an edit method. Have you tried adding ftwizardstep to your cfproperty tag definitions for your custom content type? The only reason to actually go to the ft:wizard tags is if you want to create a wizard that has some ui element or validation that is not readily achievable through the form tool ui library. Can you describe what you want on the individual steps your proposed wizard? Best regards, -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
