Ok, I think I found out what was going wrong..

Originally I had this code in my new dmNavigation.cfc

<cfcomponent extends="farcry.farcry_core.packages.types.dmNavigation">

but it looks like extending the original type overwrites/eliminates some of
the attributes, namely displayname and buseintree

after changing the code in my new dmnavigation.cfc to this:

<cfcomponent extends="farcry.farcry_core.packages.types.dmNavigation"
buseintree="1" displayname="Navigation Node">

everything is peachy.

Hope this helps someone else out that is having similar problems.

Dave

"David Zikakis" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> I decided to extend dmNavigation today and added the following properties:
>
> topnavVisibility (boolean)
> bottomnavVisibility (boolean)
> sitemapVisibility (boolean)
> permissionBasedVisibility (boolean)
>
> Essentially they are to control how the nodes are displayed depending on
> which navigation bar is being displayed.
>
> I also changed the dmNavigation edit.cfm to allow me to set these
> properties.
>
> Once I uploaded and deployed this extension the option to create a new nav
> node from the tree and from the overview pane has disappeared. I have no
> idea why or how to get it back. Can anyone shed some light on this?
>
> Thanks!
>
> Dave
>
>
>
>
>



---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to