Raymond Camden wrote: > The doc for creating a custom type > (http://docs.farcrycms.org:8080/confluence/display/FCDEV30/Custom+Types), > mentions that you should use /customadmin/typename/listtype.cfm for > your "List Objects" page. > > However - later on in the doc when talking about a custom edit > handler, it says to use packages/types/typename. > > Is there a standard?
There is not one enforced in 3.0 -- 4.0 will see a lot more structure to rendering all types of view. > Also - would anyone be willing to share a simple example since the > docs do not? Where do I point the form method to for example. > > Lastly - my type is using a FK pointing to another type. Is there a > simple command to getAll for a type so I can build a drop down? Is this an array property? There is no specific getAll() gateway method. I would recommend that you write one into the content type in question. (That is not really the truth, but until you get to 4.0 that is probably your best option). If you're having a play and not building anything super critical, moving up to 4.0 beta would probably be the better way to go -- especially if you are building a lot of custom types. Give us a shout and we can give you a run through. -- geoff http://www.daemon.com.au/ -- Message protected by MailGuard: e-mail anti-virus, anti-spam and content filtering. http://www.mailguard.com.au/mg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
