We are in the process of updating our CTDs to use the V8 Style Editor, as opposed to the existing V7 Style editor.
In our existing layout, we have a JavaScript function that opens a new Content Instance window, based on a number of parameters passed to it. The URL we use is as follows:
'/AppConsole/secure/contentItemInContextCreator.do?spfOT=' + spfOT + '&spfProjId=' +spfRPath+'&spfChannelId=' + channelId
Obviously, this will not work in the Content console, as the V7 Style Editor will be loaded. What URL can we use to ensure we load the window in the V8 Style Editor?
Any suggestions would be grately appreciated.