Help popup on click of a button

Hi All,
The requirement is on click of a URL link on the adobe form, a popup should come which will have help text
regarding certain field. Currently this is done by creating webdynpro application which will have the help text.
On click of URL, the page will be opened.
The question is Is there a better option to do the same.
Thanks,
Aravind

Hello,
I have created a demo regarding this topic for a friend. What I did was:
- create a subform which will display the text
- the subform is hidden
- on click on the help button, the subform is made visible, of course with the "close" button at the bottom
- you only need to think a little about how to maintain the texts/ how to pass the texts into the form
This solution of course works offline, so the use is not limited to WD use.
Regards Otto

Similar Messages

  • How to close the detach popup on click of a button in the panel collection

    Hi,
    I'm using Jdeveloper 11.1.2.3.0.
    I have an af table surrounded by panel collection. There is a button on panel collection to commit the changes in the table.
    Clicked detach button to view the table in full browser.
    On click of Commit button, the detach popup is not closed. I have set partialSubmit of that button to false. Then also detach popup is not closed.
    Can anybody suggest me how to close the detach popup on click of a button in the toolbar.
    Thanks,
    Vinod

    Hi Frank,
    Thanks for your response. Popup is not closed.
    I tried this approach, when the view tree is navigated on the Detach, I see that the tree is same as if it is traversed on the page without detach.
    Printed client id and UI component class in the while loop, result is as below.
    r1:0:pc1:t3 class oracle.adf.view.rich.component.rich.layout.RichToolbar
    r1:0:pc1 class oracle.adf.view.rich.component.rich.output.RichPanelCollection
    r1:0:ph2 class oracle.adf.view.rich.component.rich.layout.RichPanelHeader
    r1:0:pgl1 class oracle.adf.view.rich.component.rich.layout.RichPanelGroupLayout
    r1 class oracle.adf.view.rich.component.rich.fragment.RichRegion
    pgl1 class oracle.adf.view.rich.component.rich.layout.RichPanelGroupLayout
    db2 class oracle.adf.view.rich.component.rich.layout.RichDecorativeBox
    db1 class oracle.adf.view.rich.component.rich.layout.RichDecorativeBox
    psl1 class oracle.adf.view.rich.component.rich.layout.RichPanelStretchLayout
    ps1 class oracle.adf.view.rich.component.rich.layout.RichPanelSplitter
    f1 class oracle.adf.view.rich.component.rich.RichForm
    Tried with setting partialsubmit property to false on the command button, still the popup is not closed and my Faces Message are shown behind the detach popup.
    Thanks,
    Vinod

  • Doubt in Opening a OA page as a popup from OA page on click of a button

    Hi All,
    I need a help.
    I have a OApage,
    from the OA page i want to open one more OA page as an popup on click of a button, So a took the button as normal button not a submit button
    So in the buttons Destination URI property I have set the property as
    javascript:window.open('OA.jsp?page=/oracle/apps/misibe/cust/webui/MisibePOPCreateCustomerPG&retainAM=Y', 'a','height=500,width=900,status=yes,toolbar=no,menubar=no,location=no'); a.focus();
    So when I am clicking the button on the base page to open the pop up I am getting the following error:
    You have insufficient privileges for the current operation. Please contact your System Administrator.
    You cannot run a page which is not SelfSecured when the MAC fails.
    Can you please help in this.
    Regards!
    Smarajeet

    Hi, not sure if this is still relevant to you Lakshman; if not it can perhaps help someone else.
    I solved this by copying the JavaScript
    function addrSearchDialog(fieldId,searchStr,multiSelect)
    from the include CRM_EMAIL_ADDRESS_INPUT into the .htm of the mail component, changing its name to addrSearchDialogZZZ and telling the 'To', 'CC' and 'BCC' buttons to execute addrSearchDialogZZZ onClientClick instead of addrSearchDialog.
    In my function, addrSearchDialogZZZ, I simply told the select option for Exchange Addresses to be selected:
    I changed the line
    '<option value=\"OUTLOOKGALID\" id=\"OUTLOOKGALID\">'
    to
    '<option selected value=\"OUTLOOKGALID\" id=\"OUTLOOKGALID\">'
    I hope this helps,
    Patrick.

  • Face time,click on Red Button(X) logs U out of Call, new behavior

    Face time,click on leftmost Red Button(X) logs U out of Call, new behavior
    In the past, if I clicked on leftmost Red Button(X), the conversation window would shrink, but you do not log out of the call.
    How to alter this behavior?
    How to reprogram Face time buttons?

    Niraja,
    You need to open the popup on click on the button and in the popup model access class you can use HTML controller to this conroller you need to pass the URL of the webDynpro application.
    I have done exactly same thing before and will upload docuemnt to the wiki pages. Mean while you can explore further on the above idea.
    Raj Kristam

  • How to close main window on click of a button on popup window

    Hi All,
    I have created a web page which on certain condition display a popup window to to provide information. Wht i want is that when i click on close button on my popup window, my main window should also close.
    Can anyone please help with this requierment!!!
    Regards,
    tushar

    Hi All,
    Could anyone of you please help me by answering the thread
    WDDOEXIT method not called when the application is closed from the portal
    Thanks,
    Subash M

  • How to popup file upload tag when we click on a button?

    Hi All,
    In BSP, How to popup the file upload tag when we click on a button?
    Let us Assume that when we click on open button as mentioned in the below 1st screen shot one popup should open like the below mentioned screen shot2 in the same page?
    Screen Shot1
    Screen shot 2
    Please help me on this.
    Thanks

    if you're using a document class ascircle, that should something like:
    package{
    import flash.display.MovieClip;
    import flash.events.MouseEvent;
    public class ascircle extends MovieClip{
    public function ascircle(){
    init();
    private function init():void{
    stage.addEventListener(MouseEvent.CLICK,clickF);
    function clickF(e:MouseEvent):void{
    Circle.play();
    // if you're adding code to the main timeline, you would use:
    stage.addEventListener(MouseEvent.CLICK,clickF);
    function clickF(e:MouseEvent):void{
    Circle.play();

  • Translating close button in help popup?

    Hi all,
    I've got some labels showing a popup with the help text when clicked on it.
    This work's fine but I'm dutch and the button in the popup shows 'Close' so I want it to be 'Sluiten'.
    I've found 1 topic on the forum, and google wasn't helpfull at all, saying that the js function that creates the popup is:
    function popupFieldHelp(curentItemId, sessionId, closeButtonName)The last parameter seemed exactly what I needed. To test, I opened my page in firefox, navigated to a label with firebug and entered a string in the third parameter.
    After clicking on the label the popup opened and the URL was changed ('&p_close_button_name=Sluiten' was added) but nothing happened....
    Does anyone know what I'm doing wrong??
    Thanks!
    Kind regards,
    Diana
    p.s. I've got Application Express 3.2.1.00.10 and tried the URL in FF3.5.5 and IE6

    Alrighty, already found a solution:
    translating 'WWV_FLOW_UTILITIES.CLOSE' also worked.. (Shared Components>Text Messages>Create)
    sorry.
    Diana
    Edited by: DVeerman on 28-dec-2009 14:17

  • How to show Popup window in OAF on click of a button

    How to show Popup window in OAF on click of a button (Without using Javascript)
    1. I have one OAF page on which i should have button Called "Next"
    2. On clicking of this button a new window/page should be displayed with the image stored in database. on clicking on this "Next" button again next image from the database should be displayed on the newly opened window/page.
    3. Is it possible to configure OAF to render window_II in the opposite screen of window_I where the OAF client resides? (If the OAF-client resides in screen_I render window with image in screen_II). That is, at the first click on the Next-button, window_II appers on screen_II and not some random location. The user will have 2 screen/monitors on his work place.
    4. Given that the two windows reside on each screen, is it possible to make OAF remember the position of window_II ? The goal of this is to force the window to pop up on the same location on the same screen next time the Next-button is pressed.
    5. If window_II is closed (eg. by using X) and the Next-button in window_I is pressed again, will window_II pop up in the same location and screen as previously ?
    6. Is it possible to have a Print-button in window_I what prints the scanned picture in window_II ? Is it possible to have the click on this Print-button to open the standard print dialog on top of window_II ? Could the button be placed in window_II as well, having the same functionality ?

    I have tried to open home page window. You can change the URL according to your requirement.
    import oracle.apps.fnd.framework.webui.OAUrl;
    StringBuffer l_buffer = new StringBuffer();
    l_buffer.append("javascript:mywin = openWindow(top, '");
    String url = "/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE"; // Calling Oracle Home Page
    OAUrl popupUrl = new OAUrl(url, OAWebBeanConstants.ADD_BREAD_CRUMB_SAVE );
    String strUrl = popupUrl.createURL(pageContext);
    l_buffer.append(strUrl.toString());
    l_buffer.append("', 'lovWindow', {width:750, height:550},false,'dialog',null);");
    pageContext.putJavaScriptFunction("SomeName",l_buffer.toString());
    Above code will open the new page in new window.
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Can you help me to retrieve my applications. In iTunes I accidentally clicked the Restore button in the Summary screen. It restored the original settings and I lost all my applications and don't know if it is possible to retrieve them.

    Can you help me to retrieve my applications. In iTunes I accidentally clicked the Restore button in the Summary screen. It restored the original settings and I lost all my applications and don't know if it is possible to retrieve them.

    All apps on an iPhone, iPad, or iPod Touch should be in your iTunes library on your computer.
    You can re-download all 3rd party apps and you won't be charged again for a purchased app as long as you use the same iTunes account to re-download the apps that was used to purchase the app originally.
    http://support.apple.com/kb/HT2519
    Do this with iTunes on your computer. After you have re-downloaded every app one by one, select Sync Apps under the Apps tab for the device's sync preferences along with selecting the apps below that you want transferred to the device followed by a sync to re-install the apps on the device.

  • Hello.Can anyone help me with my mac? I typed a note on my mac.When i finished it, i click new note button.Then my note is lost.Help me, please!

    ello.Can anyone help me with my mac? I typed a note on my mac.When i finished it, i click new note button.Then my note is lost.Help me, please!

    Does your note pad look like this?
    The left column shows a list of all my notes. Do you have something else?

  • When I double clicked the home button my screen changed to what looks almost like a picture negative (muted colouring) I turned it off and on but noo luck. How do I get back to my usual screen colours? Thanks for your help!).

    First time using the Apple Support Community. Trying to reset my screen so colors don't look like what can only be described as a picture negative. I recall double clicking the home button when this happened before but as that didn't work  this time would be grateful for some help. Many thanks!

    So when you triple tap the home button then it goes to negative colors, it is simple to go back. All you have to do is triple tab the home button again and it will go back if it doesnt then, go to Settings>General>Accessibility>And then switch off Invert Colors

  • How to popup a menu when rigth button clicked?

    Hi, i have a mouse listener on a Jtree, it is working fine and now i want that when the user clicks in the right button of the mouse, a popUp menu appears with diferent options depending on the type of node....i only need to know how do make the menu to appear...
    thanks

    I have had this same problem. For me it always occurs on Mandrake (I've only tried 8.0 and 8.1), but I have never had it occur on other Linux distributions such as Red Hat or Debian.
    Quick caveat: Although Sun says that this is not a
    bug I have installed Java on 5 different computers
    with various versions of Mandrake Linux (7.1, 8.0, and
    8.1) In these installations a left click (the main
    button click) will return a mouse event with a button
    mask of BUTTON1_MASK + BUTTON3_MASK instead of simply
    BUTTON1_MASK. This makes your popup window appear on
    every mouse click instead of just right button click.
    The solution (until this bug is fixed) is to see if
    the int returned from the getModifiers() method on
    mouse event == BUTTON1_MASK + BUTTON3_MASK and if it
    does then DONT popup the window.
    Oddly enough, I've had other people test this and they
    tell me that the mouse events return the proper button
    mask but every time I've tested it I get this bug.
    Just a FYI. If you see that behavior then this is how
    to fix it.

  • My Ipod Froze And It Froze On Pandora And I Can Hear Pandora But I Click The Home Button And It Doesn't Work? Help Me

    My Ipod Froze And It Froze On Pandora And I Can Hear Pandora But I Click The Home Button And It Doesn't Work? Help Me

    Try this:
    1. Close all apps in the Task Bar. Double-click the Home button and hold apps down for a second or two. Tap the minus sign to close app.
    2. Hold the Sleep and Home button down until you see the Apple Logo.

  • Popup window of Web Dynpro  hangs up by Clicking the ESC button

    Hello!
    I have the trouble in Web Dynpro while using the Firefox browser.
    All the popup windows hang up when user clicks the ESC button.
    Can you please suggest how to avoid this bug?
    Thanks,
    Mariya.

    Hi Maria,
    There are quite a lot of things which would bring the issue to the limelight.
    First and foremost, check the version of Firefox. Firefox 3 has come up with some new features which support Series based web browsers. Also, as the firefox is the open source, there is a possibility that many other codes might be running in the background paralelly while working with WDA.
    For the most ERP based applications, IE6 from SP1 is best supported and mostly preferable.
    Please check the same.
    Regards,
    -Syed.

  • My Ipod is messed up. Every time i click the top button it just flashes the apple sign for like 5 seconds and then goes off and just continues to do that. help?

    My Ipod is messed up. Every time i click the top button it just flashes the apple sign for like 5 seconds and then goes off and just continues to do that.Can someone please help?

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

Maybe you are looking for

  • Zero size files in Sender File Adapter

    Hello! I have the problem with my Sender File Adapter (ftp). Sometimes in ftp directory there are empty files or messages with a zero-sized payload. This situation cause an error and Adapter "sleep" until I save-active it in a configuration. (before

  • Downloads disappear into the ozone

    Desktop J3000 115 - Windows Vista Home -  Norton Security I have developed this problem in the last two months. I try to download files, anything from a jpg on hotmail to a service patch. It tells me it's downloading, gives me the time remaining bar

  • Net price not fetching to new PO thru' existing PO for same vendor

    While creating new PO for a material system is not fetching "net price" data from already existing PO for same material against same vendor. This is happening after attaching OMET settings in User authorisation. How to solve this issue?

  • After Effects Error "error cannot be imported this moov file is damaged or unsupported"

    I'm working on a AE project and shut the project down before going to lunch. I come back and open it up and I get this error: after effects error cannot be imported this moov file is damaged or unsupported Nothing had changed in my project since earl

  • Commit and rollback on session level

    Hi All, I am calling one stored procedure and I am doing some dml operation in that sp. there after I calling another sp which contain some ddl operations. if process may be fail in somewhere I wanted to rollback all dml transactions. So I wanted to