dmNavigation Editor

View: New views
2 Messages — Rating Filter:   Alert me  

dmNavigation Editor

by Neil Peaslee :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm in the middle of upgrading to 5.2 and I've hit a snag with dmNavigation. I extended the dmNavigation type in version 4 to include several properties that I use in breadcrumbs and friendly urls. All the data transferred over but I can't seem to edit any of it. When I open the dmNavigation node in the site tree and click edit I get a page that has three fields in it: Title, Alias and Attached Content. I assume those are defaults. Does anyone know what happened to my extended properties?

Thanks,
Neil

--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---


Re: dmNavigation Editor

by Chris Kent-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Neil,

Try this, it should work.

Copy the navigation edit handler from /core/webskin/dmNavigation/
edit.cfm into your project folder and modify the following line to
include your new properties
        <ft:object stObject="#stObj#" lFields="title,lNavIDAlias"
legend="General Details" />
e.g.
        <ft:object stObject="#stObj#" lFields="title,lNavIDAlias,prop1,prop2"
legend="General Details" />

Then restart the application.

Chris.


On Oct 20, 9:59 pm, Neil Peaslee <npeas...@...> wrote:
> I'm in the middle of upgrading to 5.2 and I've hit a snag with dmNavigation.
> I extended the dmNavigation type in version 4 to include several properties
> that I use in breadcrumbs and friendly urls. All the data transferred over
> but I can't seem to edit any of it. When I open the dmNavigation node in the
> site tree and click edit I get a page that has three fields in it: Title,
> Alias and Attached Content. I assume those are defaults. Does anyone know
> what happened to my extended properties?
> Thanks,
> Neil
--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev@...
To unsubscribe, email: farcry-dev+unsubscribe@...
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---