Hi Joel,

Well, you can still do the same thing with the custom rendering engine.  
Basically, navigation manager at this point is simply generating an 
XML/JSON (model), your custom rendering engine (controller) will take that 
XML/JSON and output a navigation in HTML (view).  It is almost an MVC 
approach.

When generating the XML/JSON, you can still check if set to YES, include 
this XML Element attribute like, extrastuff="yes" or something like that.

-Jian

On Tuesday, August 20, 2013 3:34:58 PM UTC-4, Joel Kinzel wrote:
>
> Jian,
>
> While this would work for rendering lists, it wouldn't work for the sort 
> "settings" scenario we're using (where we check if something is set to Yes 
> and then add code to the template based on that). 
>
> Joel
>
> On Monday, August 19, 2013 7:45:13 AM UTC-5, Jian Huang wrote:
>>
>> Hi Joel,
>>
>> Wow, yeah, don't think there is an out of box way to do this.
>>
>> The navigation webservice is available here: 
>> /CMS/Navigation/Services/NavigationService.asmx
>>
>> but the available service method don't have anything regarding navigation 
>> area creation and management.
>>
>> One crazy idea would be to implement one's own navigation rendering 
>> engine from site IA XML published from CMS, either via preexecution or 
>> execution on web server.
>>
>> -Jian
>>
>>
>>
>> On Sunday, August 18, 2013 5:12:17 PM UTC-4, Joel Kinzel wrote:
>>>
>>> Hi All,
>>>
>>> We have a shared content class set up in our environment that we use as 
>>> sort of "Parent/Children" scenario (so we can update content classes in the 
>>> children projects easily). One thing that seems to be missing is the 
>>> ability to share/copy navigation areas between projects easily. Right now, 
>>> every time we need a new navigation area set up we have to go to each of 
>>> the child projects and do this by hand. In the start it wasn't such a big 
>>> deal, but now we have almost 100 projects that are considered child 
>>> projects, so doing this by hand is time consuming and tedious. 
>>>
>>> Does anyone have a solution for this by chance?
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reddot-cms-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to