Hi, It worked. Just add the TemplateGuid parameter to this URL
http:/reddotcms01.com/cms/ioTemplateEditor/ioTemplateEditor.asp? TemplateGuid=sGuid<http://cms01.dundeewealth.com/cms/ioTemplateEditor/ioTemplateEditor.asp?FlatStyle=1&DummyRefreshTime=1321942392594> Thanks Vinodh R.S On Tue, Nov 22, 2011 at 11:56 AM, Richard Hauer <[email protected]>wrote: > > Its most likely a session variable in ASP used as context. You need access > to server side code for that. Maybe a plugin? > > Regards, > Richard. > > Sent from my mobile. Sorry if it's brief. > > > > Vinodh <[email protected]> wrote: > > > Hi, > > I am not in Smart edit mode. > I tried doing Ctrl+N from the Template Editing Window, it dosen't work. > > This is actual URL for opening a Template Editor. > > > How am i suppose to Pass paprameters to this ? I dont see the template > Guid Parameter. > > Regards > Vinodh R.S > > On Tue, Nov 22, 2011 at 11:41 AM, Richard Hauer > <[email protected]>wrote: > >> This code refers to the SmartTree pane and i presume you are in Smart >> Edit. >> >> I suggest opening a template editing window, go Ctrl+N, observe the Url, >> then set your link javascript to form a url of similar nature. >> >> Regards, >> Richard. >> >> Sent from my mobile. Sorry if it's brief. >> >> >> >> Vinodh <[email protected]> wrote: >> >> >> 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. >> >> -- >> 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. >> > > -- > 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. > > -- > 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. > -- 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.
