Re: RQL : To Open a Template Editor

2011-11-21 Thread Vinodh
Hi, It worked. Just add the TemplateGuid parameter to this URL http:/reddotcms01.com/cms/ioTemplateEditor/ioTemplateEditor.asp? TemplateGuid=sGuid Thanks Vinodh R.S On Tue, Nov

Re: RQL : To Open a Template Editor

2011-11-21 Thread Richard Hauer
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 wrote: Hi, I am not in Smart edit mode. I tried doing Ctrl+N from the Template Editing Window, it dos

Re: RQL : To Open a Template Editor

2011-11-21 Thread Vinodh
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. http://cms01.dundeewealth.com/cms/ioTemplateEditor/ioTemplateEditor.asp?FlatStyle=1&DummyRefreshTime=1321942392594 How am i suppose to Pass

Re:RQL : To Open a Template Editor

2011-11-21 Thread Richard Hauer
Ps. Not RQL. Regards, Richard. Sent from my mobile. Sorry if it's brief. Vinodh 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

Re:RQL : To Open a Template Editor

2011-11-21 Thread Richard Hauer
This code refers to the SmartTree pane and i presume you are in SmartEdit. 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 wrote: Hi,

RQL : To Open a Template Editor

2011-11-21 Thread Vinodh
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? *" + * *ContentClas

Workflow Implementation for Reddot CMS project

2011-11-21 Thread Sami Dubey
Hi All, Can any one tell me is, it possible to implement workflow across different separate projects. For example if one project has one workflow called "AdoptContentFromOneToOtherProject" can this be used in another project build in Reddot CMS. Please let me know if any one has any idea, it wil