Well, I can't try this now but I'm about 99.99% sure that you are dead
on correct here. Thank you very much for your reply and happy new year!
Jeff Coughlin wrote:
Jake,
I extended dmNavigation.cfc and changed the edit.cfm only.
after doing that I am no longer able to right click on the
site tree and create a Navigation type.
I don't think it is the edit method that's causing your problem.
When extending a core type make sure to copy any of the existing
attributes
in the <cfcompnent> tag. In this case you need both of the following:
bUseInTree="1" bFriendly="1"
Example:
<cfcomponent extends="farcry.farcry_core.packages.types.dmNavigation"
displayname="Navigation Object
hint="Custom navigation object"
bFriendly="1"
bUseInTree="1">
---
Jeff Coughlin
Web Application Developer
http://www.jeffcoughlin.com
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---