Web Viewer - getting buttons to open in a new tab or window

I am trying to get a button to open in a new tab or window in the DPS web viewer.
The options when creating a button are:
Open link in folio
Open link in device browser
Both which do not work when we export the web viewer.
I know it is possible as Adobe are using this function for their Inspire magazine. This does not seem to be html either that they are using. See link here - at the bottom of the page: Adobe Inspire Magazine October 2014: The Truth in a Face
Any help with this issue would be highly appreciated.

There is a parameter on creating the iFrame called externalLinksOpen. They can set it to 'window', as it defaults to inline, which opens it in the current window. It's documented here:
http://www.adobe.com/devnet-docs/digitalpublishingsuite/ContentViewerForWebSDK-2.0/classes /FrameService.html#method_createFrame
There is also a demo linked from our 'What's New' section under 'External Link for Embedded Viewer' at http://www.adobe.com/devnet-docs/digitalpublishingsuite/ContentViewerForWebSDK-2.0/modules /What's%20New.html.

Similar Messages

  • How to get pages to open in a 'New Tab' instead of a 'New Page'

    Hi there,
    I know how to get the pages of my iWeb created site to open as a 'New Page' by using the Inspector. What I want to do however, is to get them to open as a 'New Tab' instead.
    I want to do this because I have several pages that open as a 'New Page' and it litters the screen with Safari pages. So instead of a 'New Page', I want them to open as a 'New Tab' within the one Safari window.
    This is what I want to happen:
    1: user clicks on link
    2: link opens a new Tab
    3: Safari switches to the new Tab and makes it the active Tab.
    Can someone please tell me how to get this to happen. Just ot be totally clear: I am aware that I can alter [MY] Safari settings to do this on my own Mac. But I want it to happen as default for everyone who visits my site and clicks on the corresponding links.
    My site is published to MobileMe
    Regards
    Jason
    Message was edited by: JayTelford. I added details that I neglected to include.

    Window 7.
    Safari.
    Where is iWeb involved?
    Right-click > open link in new tab.
    Works with all webpages, not only iWeb ones.
    And if it drives you crazy, you may want to seek professional help with medication.
    Or learn to use your computer.

  • I don't want links to open in a new tab or window.

    On any website with links (especially reddit), EVERY time I click a link, it opens in a new tab or window.
    I do not wan't this.
    I just want the link to open in the same tab I'm using.

    Hello,
    Please see the articles:
    * http://kb.mozillazine.org/Browser.link.open_newwindow
    * http://kb.mozillazine.org/Browser.link.open_newwindow.restriction
    You can check your '''about:config''' page to see if maybe an extension or something modified those preferences.
    In order to change your Firefox Configuration please do the following steps:
    # In the [[Location bar autocomplete|Location bar]], type '''about:config''' and press '''Enter'''. The about:config "''This might void your warranty!''" warning page may appear.
    # Click '''I'll be careful, I promise!''' to continue to the about:config page.

  • When I click on a bookmark stored in my bookmark toolbar it opens in a sidebar rather than a new tab. How do I get it to open in a new tab?

    I just set my bookmark toolbar up with my most often used URL's. However when I click on a bookmarked URL from my toolbar, it opens in a sidebar to the left on my main screen, rather than in a new tab. The sidebar is cumbersome because I have to scroll around to see the entire screen. How do I get the URL to open in a new tab, not in the sidebar?

    Opening in the Sidebar is the default action for bookmarks that are created via a "Bookmark this Page" link or button on a website. Make sure you use the many "Bookmark this Page" methods that are in Firefox instead.
    Right-click that bookmark and select '''Properties''', then un-check the preference for '''Load this bookmark in the sidebar''', and then click Save.

  • Visio document imported into a SharePoint VisioWebAccess webpart : open links in new tab or window

    Hello.
    I'm using a SharePoint Server 2010, with a Visio Web Access WebPart.
    With Visio 2010, I created a vdw document which I put in this webpart.
    This works very well, but i have some hyperlinks which I want to be opened in a new tab (or a new window), so that he SharePoint page won't be replaced by the target page.
    So, in Visio, I tried to modify the ShapeSheet of each hyperlink, by setting the "NewWindow" to true. Unfortunately, it does not work : links are replacing the current page.
    I found nothing on the web that could give me a trick to do this.
    Has anyone an idea ?
    Thanks a lot
    _David

    Hello _David C,
    You can create some JavaScript code that will open the hyperlink in a new window. Here is a JavaScript sample that will open the first hyperlink applied to a shape in a new browser window. I have tested it in both IE and FireFox.
    <script type="text/javascript">
    // Declare the global variables for the script, for the Visio Web Access Web Part, the active page in the Web Part,
    // the shapes on the active page, and the shape on the page without hyperlinks.
    var vwaControl;
    var vwaPage;
    var vwaShapes;
    var coldShape;
    // Add a handler to the AJAX Sys.Application.load event.
    Sys.Application.add_load(onApplicationLoad)
    function onApplicationLoad()
    try{
    // Capture a reference to the current instance of the Visio Web Access Web Part.
    // Add a handler to the 'diagramcomplete' event.
    vwaControl= new Vwa.VwaControl(getVWAWebPartID());
    vwaControl.addHandler("diagramcomplete", onDiagramComplete);
    catch(err){
    alert(err);
    function getVWAWebPartID()
    // Search all of the <div> tags on the page to find the div tag with the ID of the VWA Web Part.
    var divArray = document.getElementsByTagName("div");
    var webPartElementID;
    for (var i = 0; i < divArray.length; i++) {
    var node = divArray[i];
    if (node.className == "VisioWebAccess")
    webPartElementID = node.parentNode.parentNode.id;
    break;
    return webPartElementID;
    function onDiagramComplete()
    try{
    // Set the vwaPage and vwaShapes variables to the active page and the shapes collection on that page, respectively.
    vwaPage = vwaControl.getActivePage();
    vwaShapes = vwaPage.getShapes();
    // Set the 'cold shape' for the current active page in the drawing.
    selectColdShape();
    // Remove the handler from the shape selection changed event and then add it back to the event.
    vwaControl.removeHandler("shapeselectionchanged", onShapeSelectionChanged);
    vwaControl.addHandler("shapeselectionchanged", onShapeSelectionChanged);
    catch(err)
    alert(err);
    onShapeSelectionChanged = function (source, args)
    try{
    // Get the array of hyperlinks from the selected shape.
    var vwaShape = vwaShapes.getItemById(args);
    var newURLArray = vwaShape.getHyperlinks();
    var newURL;
    // Check to see whether the shape has any hyperlinks.
    if (newURLArray.length > 0)
    newURL = newURLArray[0].value;
    // Check to see if the hyperlink goes to another page in the drawing.
    if (newURL.indexOf('vdw') < 0)
    // Open the hyperlink in a new window.
    var newWindow = window.open(newURL);
    else
    // Set the active page to the new page.
    setNewPage(newURL);
    catch(err)
    alert(err);
    function selectColdShape() {
    try {
    // Set variables with the names of shapes on the pages that do not contain hyperlinks.
    // Customize the values for these variables to fit your web drawing.
    var coldShapePg1 = "Sheet.6";
    var coldShapePg2 = "Sheet.10";
    // Check to see if the coldShape exists on this page.
    if (vwaShapes.getItemByName(coldShapePg1)) {
    // Set the active shape to the shape without hyperlinks on page 1.
    coldShape = vwaShapes.getItemByName(coldShapePg1);
    vwaPage.setSelectedShape(coldShape.getId());
    else if (vwaShapes.getItemByName(coldShapePg2)) {
    // Set the active shape to the shape without hyperlinks on page 2.
    coldShape = vwaShapes.getItemByName(coldShapePg2);
    vwaPage.setSelectedShape(coldShape.getId());
    catch (err) {
    alert(err);
    function setNewPage(pageId) {
    // Set the active page in the drawing to the page ID passed in as argument.
    var indexOfAmp = pageId.indexOf("&");
    var page = pageId.slice(6, indexOfAmp);
    vwaControl.setActivePage(page);
    </script>
    Note that this code requires that each page have a "cold shape" that does not have any hyperlinks applied to it. In my test drawing, I added a hidden shape (in ShapeSheet, Width = 0, Height = 0) that did not have any hyperlinks. This is because the Vwa.shapeselectionchanged
    event fires when you switch pages, which creates the possibility that the JavaScript code will open a new window when you change pages in the viewer.
    If you are not familiar with the Visio Services JavaScript Object Model, I suggest that you check out the following resources:
    http://blogs.msdn.com/b/visio/archive/2010/02/21/the-visio-services-javascript-mashup-api.aspx
    http://msdn.microsoft.com/en-us/library/ff394649.aspx
    http://msdn.microsoft.com/en-us/library/ff394600.aspx
    I hope that this helps,
    E. Schmidt, Technical Writer
    Microsoft Corporation

  • On Click of Search button, display the results in new tab or window

    When i click on the search button on the top right in sharepoint 2010, i want to open the search page in either new tab or window,
    By default, when we click on search icon it redirects to the OOB search result page. the only thing i need to change is to open the result page in new window or tab. so the users remains on the same page & will see the search results in new page.
    Thanks, Kunal Govani

    Hi,
    You need to change the XSL of the Search Core Results WebPart.
    This article describes how to achieve this:
    http://blog.henryong.com/2007/10/27/how-to-make-moss-2007-search-results-open-in-new-window/. It is written for SharePoint 2007 but it can be used for SharePoint 2010 as well.
    HTH!
    Regards, Sjoukje
    Web: http://sjoukjezaal.com | LinkedIn:
    http://www.linkedin.com/in/sjoukjezaal | Twitter:
    @SjoukjeZaal
    Please click "Propose As Answer" if a post solves your problem or "Vote As Helpful" if a post has been useful to you.

  • Right-clicking Open Link in New Tab or Window doesn't work

    After upgrading to the latest version, 30.0, the right-click functions to Open link in New Tab or New Window stopped working. When I click the link that I would like to open in new tab or window, the right click window appears, I click on the desired function, and the right click window closes and nothing happens.
    I restarted in safe mode and the problem remains. I am using Windows XP. I also tried uninstalling Firefox and then doing a clean re-install and that didn't help.
    For now I went back to using version 29.0.1. Yes, I know that it isn't as safe but I can't use Version 30. without the right-click options!!!
    I really wish the developers would focus on fixing bugs, vulnerabilities, etc. and leave the basic functions alone! The old saying if it isn't broken don't "fix" it!!!!!

    This didn't fix the problem so I have decided to revert to the previous version: 24.6.0 esr. Maybe when version 31 or 32 come around I come back to the "latest" version?

  • How do I get Firefox to open in a new tab (instead of a new window) when I click on one of my buttons in my toolbar?

    When I click on one of my buttons in the toolbar, Firefox opens that button in a new window. I would like to be able to click on one of my buttons and Firefox open it in a new tab instead.
    == This happened ==
    Every time Firefox opened
    == When I attempt to click on a button

    Right click the FireFox button in your toolbar and look in the properties- middle tab...make sure that it only has "C:\Program Files\Mozilla Firefox\firefox.exe" with no other link added to the end. I had a similar problem this morning and found a website had attached it's link to the end so it would always pop up first and would only open a new tab.
    Hope that fixed it.

  • Middle mouse button not opening links in new tab anymore

    Sinc ea few days ago I can no longer open links in a new tab with my middle mouse button. All the other features in firefox that use it remain the same. (ie. middle click tab to close, tab bar to reopen last tab,scrolling.) I have changed no settings and have gone over them multiple times, but to na avail. Is it Firefox 6.0.1? Please help I like opening tabs without having to use a right click function.

    You can also update to the unreviewed Greasemonkey 0.9.11:
    * https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/versions/

  • Help downloading creative suite 6 design and web premium, download box just opens in a new tab when I try to open

    any suggestions? I waited over an hour for the download to complete and once I hit open it just opens the download again in a new tab, I'm currently running on windows 8

    You can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    CS6: http://prodesigntools.com/adobe-cs6-direct-download-links.html

  • When I open a link a new window opens with the toolbar and sidebar missing, on my previous machine the link simply opened in a new tab (not window).

    When I open a link in Firefox instead of opening a new tab it opens in a new window with all of the toolbars missing including the sidebar, right clicking anywhere gives me no options to restore the toolbars. My old machine simply opened the same link that I am trying in a new tab with all my toolbars available.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Safari will freezes opening links in new tabs or windows

    I've noticed that Safari will briefly freeze when opening a link in either a new tab or a new window or when a page is set to automaticly reload after a set time while there are other tabs or windows opened. It does this on all web sites.
    I took a look at everything I could think of, including permissions, used DiskWarrior & Drive Genius to repair,defrag and rebuild directories on my drive, and used Cocktail to clean out all caches nightly. I also have no add-ons installed other than the Flash Player 9 Beta 3 plug-in (but I was having this problem before installing the player). I haven't touched Fontbook (I use Suitcase Fusion). I also know it's not an internet connection speed issue since I have a 15mbps fiber connection coming into my home. I also tested out using Firefox and did not have the problem there.
    Anybody have any other ideas?
    G4 G.E.   Mac OS X (10.4.6)  

    Try the "Reset Safari..." command in the Safari menu.

  • Middle click not opening link in new tab. Windows 7 Firefox 17.0.1

    Middle click suddenly stopped opening new tabs when links are clicked on. I was running 16, but updated to 17 (latest) to try to fix the problem. I am using a Logitech mouse and keyboard. Worked until this week.
    I really need this working again.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • I want mailto to open in a new tab or window

    Windows XP, Gmail,
    Suddenly, mailto links did not open (NOTHING happened when I click in a mailto link). I corrected that in about:config.
    BUT now it opens in the SAME tab, on left click, whereas it used to open in a new window. I would like it to open in NEW tab/window. The tab seems to work better (if right click, there is an option to open in new tab), as my signature is then also loaded (Before the signature did not load in the new window.)

    Hello,
    Please see the articles:
    * http://kb.mozillazine.org/Browser.link.open_newwindow
    * http://kb.mozillazine.org/Browser.link.open_newwindow.restriction
    You can check your '''about:config''' page to see if maybe an extension or something modified those preferences.
    In order to change your Firefox Configuration please do the following steps:
    # In the [[Location bar autocomplete|Location bar]], type '''about:config''' and press '''Enter'''. The about:config "''This might void your warranty!''" warning page may appear.
    # Click '''I'll be careful, I promise!''' to continue to the about:config page.

  • Open links in new tab not window

    Hi I just started using safari and like it so far, the only problem i have is when i click a link it opens in a new window not a new tab. I know you can right click and select open in new tab but is there a way to default when i click it opens in new tab?

    Sorry, that can't be done. But if you buy a Mac, it can be done, so that's an incentive.
    Mulder

Maybe you are looking for