Hi everyone,
I have a dropdown list in RedDot which must allow users to connect
already existing document pages or link pages.
Document pages aren't editable through this dropdown but through an
other page, that's why even under reddot I just allow user to download
the document.
On the contrary when It's a page which is a link with an anchor to
another page I want the user to be able to edit this link by selecting
it in the list.
Until here It's okay, my problem is that the code looks the same for a
document as for a link in edition mode, then user is always able to
edit document with the third option tag:
<!IoRangeList><!--<%lst_documents%>-->
<!IoRangeConditional>
<OPTION value="<%med_file%>"><%hdl_Title%></OPTION>
<!/IoRangeConditional>
<!--download the document, redDot and publishing mode-->
<!IoRangeNoRedDotMode>
<!IoRangeConditional>
<OPTION value="<%anc_link%>"><
%hdl_Title%></OPTION>
<!/IoRangeConditional>
<!/IoRangeNoRedDotMode>
<!--goes to the page link-->
<!IoRangeRedDotMode>
<!IoRangeConditional>
<OPTION value="<%lst_documents%>"><%hdl_Title
%><!--<%anc_link%>--</OPTION>
<!/IoRangeConditional>
<!/IoRangeRedDotMode>
<!--This option is supposed to allow me to edit pages with a link.
Adding the link in comment doesn't make the conditionnal work either,
It's not considered as a content placeholder-->
<!/IoRangeList>
Hope my comments help!
Thanks for suggestions and answers!
Anthony
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" 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/RedDot-CMS-Users?hl=en
-~----------~----~----~----~------~----~------~--~---