blocking confirmation dialog when you navigate away from pop up

Hello

In space, we have a pop-up that displays the search results in a custom component that allows users to search for employees. We would like to navigate from the name of the employee found to his profile page. I set up a go-link, which works, but when browsing the pop-up window I get a dialog box top of the page asking the user to confirm that it navigates away from the pop up because it will be closed after this action. We want to block this confirmation dialog box. Any ideas on how to do this?

Thank you for your help,

Christa

Hi Christa,

To resolve this problem, do not add the code in the page of your component, it should be on the page of the spaces.

For example: you have moved and abandoned your component on a page that is created in spaces on the run.

Lets say that the page is Page11.jspx (you could see the name in the URL of the page)

Step 1-> export MDS and locate the page, the path will be ususally look like this if you have created a page in SPACE

/ oracle/webcenter/page/scopedMD/s8bba98ff_4cbb_40b8_beee_296c916a23ed /.

Step 2-> to the page that you want to add this component and add the code above.

Step 3-> import back to MDS and check your feature now.

Tags: Fusion Middleware

Similar Questions

  • DW CS6 - Spry Collapsible Panels - how to close panel when you click away from him?

    I know in general onmouseout is used to close the other items, but I couldn't understand it with the Panel collapsible spry. I have the Panel opening and closing onclick onclick, but I would really like it closes when you click anywhere else on the page outside the Panel.

    Thank you!

    Your example is neither SAG nor tab panels.  It is a called a Mega Menu which is very different.

    http://www.jqueryrain.com/demo/jQuery-mega-menu/

    Nancy O.

  • How do I default to the top of an article when you slide away from him and then slide back? (Smooth scrolling)

    We have essentially a catalogue with several beaches - a lifestyle shot for the first 1024 x 768 and then the rest of the products scrolling down, is possible default to the top of the page when you go to another page and then again? We find that when people use the catalogue he tends to be very annoying very quickly and it will be in a reception on a stand area.

    See you soon!

    Aaron

    No, not sliding but you could do with a navto: button.

  • How to remove white screen when you navigate from one page to another in Webworks BB?

    Hi all

    I have developed a web application for Blackberry using Blackberry webworks SDK... I created the package using emulator Ripple... In that when you navigate from one page to another page... coming white screen... How to remove this white screen... and instead of the definition of the loading screen in web application... Please me... Thank you very much in advance...

    With respect,

    Marimuthu_P

    normally it is not a white screen to navigate. You can view data-bb-effect as "bland" for the transition to the screen:

    https://github.com/BlackBerry/bbUI.js/wiki/screens

    second thing, is to use the activity indicator for loading (pending content):

    https://github.com/BlackBerry/bbUI.js/wiki/activity-indicator

  • How do I ignore the cloud authentication when you navigate from Saas to JCS - SX

    Hello

    I have deployed an ADF application into JCS - SX and try to open the link from the fusion applications. I pass in parameter JWT for authentication. But when you navigate to JCS - SX, it requires identification of cloud (username and domain) information.

    A user of the application not having the titles of cloud, so how can a connect on application of sx jcs?

    Is it possible to ignore these credentials that I'm browsing to saas to saas sx?

    Thank you
    Malenfant.

    If the objective shared identity I think that the feature is not yet available, but GA is soon. If its just simply disable authentication (make the public page for the Internet), then you can disable it with the login-config element.

    --

    Jani Rautiainen

    Relationship with the developers of Applications in fusion

  • Stopping .flv when you navigate in AS3

    Hello all, hope this is the right spot for this, I'm hoping to get some feedback. From now on, I'm trying to teach myself actionscript 3 and goes crazy over a problem with a video .flv I can't stop.

    The problem I have is that I can't do video (a .flv within the "FLVPlayback" component set as a clip) stops when browsing in another tab to navigate away from and back to my page/video image even translates to 2 audio streams playing simultaneously. I think that the problem lies with me being not able (or how) to identify the video/film clip with "(name)".stop ();

    Anyone on the ROCK with AS3 knowledge who can help me?

    Here is the source file (the first navigation tabs and the last on the left are completed, the video is on the last tab) SOURCE:

    http://Oron.com/hyxk9b4qzp41/overclocking.zip.html

    and my code (all my references to the FLVPlayer/video were wrong so I removed to try again).


    Play();


    import com.greensock;
    com.greensock.easing import. *;
    Caurina.transitions import. *;

    var i1: number = 119;
    var i2: number =-425;
    i3 var: number =-969;

    the buttons var: Array = [imgb1, imgb2, imgb3];

    for (var i: int = 0; i < buttons.length; i ++) {}
    Buttons [i] .addEventListener (MouseEvent.Click, Navigate);

    }

    function navigate(event:MouseEvent):void {}
    switch (event.target) {}
    case (imgb1): setTween (i1);
    break;

    case (imgb2): setTween (i2);
    break;

    case (imgb3): setTween (i3);
    break;

    }
    }
    function setTween(tweenX:Number):void {}
    Tweener.addTween (imgsc1, {x: tweenX, time: 1, transition: "easeInOutCubic"});
    }


    var menu_items:Array = [b1, b2, b3, b4, b5];

    for (var a1:int = 0; a1 < menu_items.length; a1 ++) {}
    menu_items [a1] .addEventListener (MouseEvent.ROLL_OVER, overHandler);
    menu_items [a1] .addEventListener (MouseEvent.ROLL_OUT, outHandler);
    menu_items [a1] .addEventListener (MouseEvent.CLICK, clickHandler);
    menu_items [a1] .buttonMode = true;
    }

    function overHandler(e:MouseEvent):void {}
    TweenLite.to(e.currentTarget,1.35,{x:0,ease:Circ.easeOut});)
    }
    function outHandler(e:MouseEvent):void {}
    TweenLite.to(e.currentTarget,1,{x:-265,ease:Circ.easeOut});)
    }

    function clickHandler(e:MouseEvent):void {}


    B1.addEventListener (MouseEvent.MOUSE_DOWN, md1);
    function md1(event:MouseEvent): void {}
    gotoAndPlay ("scene1");
    }


    B2.addEventListener (MouseEvent.MOUSE_DOWN, md2);
    function md2(event:MouseEvent): void {}
    gotoAndPlay ("scene2");
    }

    B3.addEventListener (MouseEvent.MOUSE_DOWN, md3);
    function md3(event:MouseEvent): void {}
    gotoAndPlay ("scene3");
    }

    B4.addEventListener (MouseEvent.MOUSE_DOWN, md4);
    function md4(event:MouseEvent): void {}
    gotoAndPlay ("scene4");
    }

    B5.addEventListener (MouseEvent.MOUSE_DOWN, md5);
    function md5(event:MouseEvent): void {}
    gotoAndPlay ("scene5");
    }

    email.addEventListener (MouseEvent.MOUSE_DOWN, em1);
    function em1(event:MouseEvent): void {}
    gotoAndPlay ("emailscene");
    }
    }

    No, not "ignore this error.

    use:

    {if (VIDEO1)}

    VIDEO1. Stop();

    }

    p.s. Please mark this thread as answered if it works for you.

  • Can I print a CD instead of a printer information when I'm away from my printer?

    Can I print a CD instead of a printer information when I'm away from my printer?

    Can I print a CD instead of a printer information when I'm away from my printer?

    You can use PDF reDirect to print files and later print these files on your printer.

  • OFFICEJET 3830: How print on my printer when I'm away from him?

    How to print on my printer when I'm away from him?

    Hello

    To print remotely when you are outside your range of wifi at home that you need to us ethe eprint feature that allows you to send content to your unique printers Correo electronico - it will display some conetent is sent by e-mail.

    I've included details on the Setup here.

  • I forgot my Hotmail password for access when I'm away from home.

    When I was away from home recently, I couldn't remember my password to access my Hotmail emails. How will I know what it is?

    You forgot my password option to retrieve your password.

  • When you create PDF from WORD 2010 files, can't do the TOC header as hyperlinks entries

    When you create PDF from WORD 2010 files, I can't have the TOC header as hyperlinks entries. I'm used to be able to do this in WORD 2003. I tried to create a PDF file in Acrobat by selecting file > create PDF > navigate to the WORD file > select three check boxes >

    Help them get the entries in TOC topic as hyperlinks?

    Try to do this from Word by using the Ribbon.

  • So I updated the current software on my iPhone 6 and wifi started to play it doesn't work when I'm near the router up and when I'm away from her stops working someone can help me?

    the wifi does not work on my iPhone when I'm away from the router in my room, but it's not too far, it's like a couple of inches away from the living room and it does not work for some reason...

    First restart the router - remove all power for 15 to 30 seconds.

    If that is fixed not try to change channels on the router using the router configuration panel.

    On the phone go to settings/general/reset - Reset network settings if any of the above doesn't help. It will be reentering your WiFi password.

  • I use Outlook as my main e-mail client, but I have access to my email address when I'm away from my computer with Hot Mail.

    I use Outlook as my main e-mail client, but I have access to my email address when I'm away from my computer with Hot Mail.
    When I do all of my incoming emails go to the "Deleted" folder instead of the "Inbox".
    Please notify.
    Bob Burns

    After all the Hotmail issues in the appropriate forum found here:
    http://windowslivehelp.com/

  • Lose connectivity to the virtual computer on your laptop when you are disconnected from the network

    Hello

    I have a laptop with a Windows 2003 virtual machine (VPC 2007) with IIS 6.0, hosting a Web site for testing and development.

    Using Dreamweaver and navigation on the site of the XP laptop (VM host) works very well when the network cable is connected.

    Interestingly, this will work, but VERY slowly when plugged into an empty network switch.

    The virtual machine has the laptop computer adapter selected to work. I tried to use a loopback cable and it did not work. I also tried to add the MS Loopback Adapter but not had any luck with that when you set the virtual to use.

    Please can I have some suggestions, laptop user wants to work on this site with the virtual machine when you are away a network connection.

    Thank you

    Tom

    Hello

    Try a static IP on the same subnet to re-branded to map of loop back on the virtual machine and the host.

    Make sure that the subnet is allowed through the firewall.

    Jack-MVP Windows Networking. WWW.EZLAN.NET

  • How to change the meeting so when you walk away you don't have to keep loging.

    original title: loging in

    How to change the meeting so when you walk away you don't have to keep loging.

    You can go to the power option in the Panel and Hibernate and sleep forever and also remove option prompt password of the Server screen.

  • When you purchase acrobat from adobe pro dc how many computers you can install on?

    When you purchase acrobat from adobe pro dc how many computers you can install on?

    Hi debras,.

    The end user license agreement allows you to install Acrobat on up to two computers (both owned by you).

    Best,

    Sara

Maybe you are looking for

  • How can I create a backup of my Macbook in Mavericks dmg?

    Hello I send my white Macbook (mid-2010) for the repair and I want to have a backup copy dmg to all of the hard drive until I have everything removed. I can do it using disk utility in Mavericks? If not, is there another way to do a backup dmg please

  • Why can't Stickies app note remember its position?

    I have a few Stickies by virtual desktops. The problem is, whenever I have to restart the OSX, because an update of the OS for example, a sticky note does not restore the virtual desktop that was before restarting. So, I have to move EVERY post-it fo

  • Problem with portable Satellite C650 of load

    Hi all I have some problems with my laptop Satellite C650 charge. When the charger is connected to my laptop, the battery shows "plugged in, not charging". Furthermore, the battery charge decreases or increases when the charger is connected to my lap

  • Cursor cursor - how to discretize the movement

    Hello After you have specified the option on the slider control increment, it continues to value. How to assign the stage movement Thank you Pavel

  • Windows hangs on every game is loading 2.

    It is a very strange question that's happened since I reinstalled Windows 7 x 64 Home Premium (after buying a new hard drive). The first game that I play in Windows is fine, regardless of what kind of game it is. However, after the release of the fir