Hi,
I am using the following function to open the template editor for a
particular content class through RQL.
when i click the link Nothing happens(not even an error).
Can some please tell me if there is some mistake in the below code.
Or Is there some other way to do this?
*<a href="javascript:GotoTreeSegment('" + **guid** + "', 'app.4015');">" + *
*ContentClassName** + "</a></li>")
function GotoTreeSegment(sGuid, sType)
{
top.opener.parent.parent.parent.ioTreeIFrame.frames.ioTreeFrames.frames.ioTree.ShowInfoLabel();
top.opener.parent.frames.ioTreeData.location="../../ioRDLevel1.asp?Action=GotoTreeSegment&Guid="
+ sGuid + "&Type=" + sType + "&CalledFromRedDot=0";
}*
Thanks in advance
Vinodh R.S
--
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.