On 27/06/07, Andrew Scott <[EMAIL PROTECTED]> wrote: > > How does that appy to creating content pages, and defining a new display > handler? > > When I create a Navigation link, then create an html page I do not see > anything about data types. > > So are you getting confused with something else, or am I not understand > what your saying. Nor do I see anything about ftPrefix either. > > No - I'm not confused at all - All content of any type is a data type - dmHTML is a core data type.
If you want to look at the properties and attributes on the datatypes you need to look at the code eg. dmHTML in FC3.x can be found in farcry_core/packages/types/dmhtml.cfc In FC4 you can find it in core/packages/types/dmhtml.cfc The DOC link alongside type and rule classes in the COAPI Management can help you find location of the files (you do need access to the componentutils under CF Admin to see the docs), but doesn't show the custom attributes assigned to the component properties. In order to develop with farcry you need to have a basic understanding of how information is stored in farcry - looking at the data types will help with this. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
