It depends on what you want to do. Some options: - Extend a core FarCry type - you would do this if you wanted every instance in the website to have the new functionality/fields. For example if you wanted to add a second column to every page, you might extend dmHTML and add a second body field. - Create your own type by extending a FarCry type - if there is a particular part of the site that needs extra functionality. One of the core types almost, but not quite, meets those needs. Often you will find you don't actually need the origonal core type, and decide it is simpler to just return to the first option. - Create a custom type - if none of the other types have the fields you need.
Blair On 1/29/07, Hoolahawk <[EMAIL PROTECTED]> wrote: > > > Hi everyone, > > For those in Aust hope you have a good aussie day on the weekend and > for everyone else hope you just had a good weekend :) > > My work has various committees where we display the membership on our > site. To do this we thought of using the normal FC dmHTML type with a > container/publishing rule. > > What is better practice, to use the builtin FC types as discribed > above or should we be creating our own types? > > If we do create our own types, should we be extending Types or dmHTML > type? > > Kind Regards > > David > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
