Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
Rhenan #1
CS3 author 'preview in browser'
My company recently upgrade all authors to Contribute CS3, from Contribute 3.
In the previous version I, as system admin, gave everyone a new ccmenus.xml
file that allowed authors (i.e. roles without Publishing permissions) to use
F12 to 'Preview in browser'. However, now that we have CS3 (i.e. v4.1), this no
longer works.
I need my authors to be able to preview their work BEFORE they send for
review, especially as the templates I created for them to use rely heavily on
scripted sections, meaning that what they see in 'edit mode' is nothing like
the end result once published.
How can I re-enable the F12 functionality for authors?
Rhenan Guest
-
PDF Preview in Browser
I am trying to figure out how I can obtain partial PDF content for browser display via JSP. The idea is that I have an existing directory of PDF... -
problem when trying to preview in browser
When trying to preview in browser, I get the following "alert" window pop-up: "The connection was refused when attempting to contact... -
Preview in browser non publishers
Hi I have quite a few writers, editors who want to be able to preview the page before they send it for appoval to publishing. The only way is to... -
Browser preview
Can anybody help a complete beginner in ColdFusion MX7.? I have downloaded the trial version and have set up my site according to the "Getting... -
Preview In Browser
Hi, I am having a problem previewing my page in a NEW browser window. If IE is not open, it will open a new window, but if a webpage is already... -
ThinkInk #2
Re: CS3 author 'preview in browser'
The help of CS3 says:
Note: If the Contribute administrator assigned you to a role that cannot
publish, you cannot use the Preview in Browser feature.
To preview a page in your browser, do one of the following:
? Select File > Preview in Browser.
? Press the F12 key.
ThinkInk Guest
-
ThinkInk #3
Re: CS3 author 'preview in browser'
I found the ccmenus.xml file in C:\Program Files\Adobe\Adobe Contribute
CS3\Configuration\Menus\.
This is the xml:
<menuitem name="P_review in Browser" platform="win" key="F12"
enabled="dw.getDocumentDOM() && dw.doesWorkflowAllowPublish() &&
CCWorkspaceManager.getManager(dw.getDocumentDOM()) &&
CCWorkspaceManager.getManager(dw.getDocumentDOM()) .canProcessEvent('browserPrevi
ew')"
command="CCWorkspaceManager.getManager(dw.getDocum entDOM()).processEvent('browse
rPreview')" id="DWMenu_File_BrowserPreview"/>
Maybe you can change this to:
<menuitem name="P_review in Browser" platform="win" key="F12"
enabled="dw.getDocumentDOM() &&
CCWorkspaceManager.getManager(dw.getDocumentDOM()) &&
CCWorkspaceManager.getManager(dw.getDocumentDOM()) .canProcessEvent('browserPrevi
ew')"
command="CCWorkspaceManager.getManager(dw.getDocum entDOM()).processEvent('browse
rPreview')" id="DWMenu_File_BrowserPreview"/>
ThinkInk Guest
-
Rhenan #4
Re: CS3 author 'preview in browser'
I worked out the same thing about an hour after I posted the above. Thanks for confirming that for me, though.
Rhenan Guest



Reply With Quote

