PLUGIN: Context(rightclick) Menu

Hi everybody,
Can someone guide me in some short steps(where, what to create) how to use this plugin over a query report?
I saw the documentation at: [http://apex.oracle.com/pls/apex/f?p=1983:17:0::::: ] but still is not so clear for me.
Thank you,

Iulian.E wrote:
Hi everybody,
Can someone guide me in some short steps(where, what to create) how to use this plugin over a query report?
I saw the documentation at: [http://apex.oracle.com/pls/apex/f?p=1983:17:0::::: ] but still is not so clear for me.
Thank you,1. First download the plugin file and unzip it.
2. Login to your APEX application as developer > Import > Chose PLugin > select the .sql fiel from the unzipped folder from step 1 > and follow the wizard to install it.
3. Now the plugin is ready to use > go to your report page and create a dynamic action as below
Event: Page Load
True Action: Context (rightclick) Menu [Plug-in]
Jquery Selector: Your report satatic ID table tr +(for example: #tstsql table tr)+
Javascript Function Name: your test function name +(example myMenuAction)+
Menu 1: Test1
Menu 2: Test Menu 2
Menu 3: ...
//and here is a sample js function
function myMenuAction(action, el, pos) {
if (action=='Refresh') {
  gReport.pull();
else if (action=='Go') {
  gReport.search('SEARCH');
else if ($(el).attr('id')=='tst') {
          alert(
          'Action: ' + action + '\n\n' +
          'Element Id: ' + $(el).attr('id') + '\n\n' +
          'X: ' + pos.x + '  Y: ' + pos.y + ' (relative to element)\n\n' +
          'X: ' + pos.docX + '  Y: ' + pos.docY+ ' (relative to document)'
else {
          alert(
          'Action: ' + action + '\n\n' +
          'Element Id: ' + $(el).attr('id') + '\n\n' +
          'Element Html: ' + $(el).html() + '\n\n' +
          'X: ' + pos.x + '  Y: ' + pos.y + ' (relative to element)\n\n' +
          'X: ' + pos.docX + '  Y: ' + pos.docY+ ' (relative to document)'
}

Similar Messages

  • Disabling rightclick menu in Reader in browser?

    How to use adobe acrobat API method/events to capture function keydown effectively disabling rightclick menu in Reader in browser?
    Question: can anyone illustrate how to disable menu right click ? ive seen methods/events in the acrobat api that look to capture the rightclick keydown event but I dont know how to call/implement a function to pull this off.
    I read that one might use the notification AVAppRegisterForPageViewRightClicks and do nothing inside the callback procedure to disable entire right click operation inside a Pdf. Sounds good but how?
    The AVPageView has methods like AVPageViewKeyDownProc and that's registered using AVAppRegisterForPageViewKeyDown.
    I'm getting this from http://livedocs.adobe.com/acrobat_sdk/9/Acrobat9_HTMLHelp/API_References/Acrobat_API_Refer ence/AV_Layer/
    I found this on "How to Disable right click pop-up menu items" :
    http://forums.adobe.com/thread/441260
    but I can't follow the posters own resolution which is to "We only need to use the notification AVAppRegisterForPageViewRightClicks and do nothing inside the callback procedure to disable entire right click operation inside a Pdf."
    While that sound correct - how would someone implement this? Can anyone show examples ?

    Post your question in the forum for Acrobat SDK.

  • Context sensitive menu

    I want to disable some items(functions) on the context sensitive menu in  web dynpro for abap. How do i go about doing that
    Thank you all

    Which items?  Generally you don't have programatic control over the framework provided items in the context menu. Some items can however be hidden based upon application parameters - but only some.  That is why I asked which you are interested in hidding.

  • Removing Flash logo, RightClick Menu, and Resize Menu from a Flash Movie

    Hello,
    I am a new user of Adobe Flash Professional CS6 and Flash Player 11.2, I need to code the followings in the Action Panel:
    Removing RightClick Menu from the Stage.
    Removing the Flash Player Logo.
    Removing the Resize Menu e.g: Maximize, Manimize, etc.
    Please I need to apply these actions. If you can provide me with the code and if I will use package, class, etc
    Thanks..

    moccamaximum wrote:
    1.
    stage.addEventListener(MouseEvent.RIGHT_CLICK, doNothing);
           function doNothing(e:MouseEvent):void {
                //do nothing...
                trace(e.type);
    2. ResourceHacker can open up a windows-projector (exe) and allows you to replace the embedded icons
    3. the above mentioned program gives you also access to the menus and allows you to hide them
    Use ResourceHacker on the windows-projector exe generated with flash
    this comand
    stage.showDefaultContextMenu = false;
    does not remove the submenu, it leaves less options

  • Using Xcode to develop a Finder plugin (context menu)?

    Hiya-
    I'm trying various approaches to a project. It will basically act on one or more files selected in the Finder. I could make it a simple droplet app, or I could trigger it from the Script menu, but I would prefer to make it a Contextual Menu plugin for the Finder. The scope of the project, while relatively simple, is a bit beyond what I can do with Automator, so I don't think its Finder context menu for workflows will suffice.
    Can anybody point me in the direction of the best way to go about this? I am learning Xcode; I have gone through the tutorials, and am ready to further my ability while applying it to a specific objective.
    Any suggestions or advice will be appreciated.
    Thanks,
    Drewstre

    Hi PhiLho and Surikov,
    Thanks for your replies. Maybe my explanation on the problem is not clear enough..
    Many ppl here might have experience with Oracle JDeveloper. If I create a new web application and add one task flow to it, I could double-click the task flow and build up an empty .jsff file. On that particular page I'm allowed to add any components as I like. But whatever, in the end I need to set up a new .jspx file and drag the task flow into the file to create region before running the project. (JDeveloper integrated an internal weblogic server.)
    Now what I'm attempting is to include my JavaFX applet into the ADF task flow (instead of the normal .jsff file). This requires me to run the JavaFX applet from web page first, which is similar to .jsff. But I really dunno whether I'm able to this since I used Netbeans to develop my JavaFX but JDeveloper for creating task flow. They are really, two different platforms.
    I've been spending 1.5 months developing my JavaFX UI and it's really a large and consummate project now. Running it from ADF task flow is probably the last and crucial requirement. If not being implemented successfully, all of my previous work on UI would not be appreciated.
    Crazy with this.... Lend me a hand, please!

  • Context system menu (Webdynpro Abap)

    Hi Guru,
    Help me!!! How can I disable/hide the context menu in webdynpro Abap for system user parameter, when I run a web application?
    E.g.
    - Setting 
    - Quick help On/Off
    - More Field Help
    Thanks

    Hi,
    please watch this [Thread|https://forums.sdn.sap.com/click.jspa?searchID=9590724&messageID=4706614]
    grtz,
    Koen
    Edited by: Koen Labie on Mar 10, 2008 4:00 PM
    corrected link

  • Bridge CS4 on Windows Explorer context sub-menu - how ?

    G'day all,
    Have just moved across to CS4 from CS2, and I'm pretty impressed.
    For CS2, there was a user-written script which added a command to the right-click context menu in Windows Explorer that said something like "Open Bridge here".  Bridge would launch, already focused on the folder that was open when this command was invoked.
    Is there any way to make this happen in CS4?
    I like Bridge as it is, with the focus being sticky on wherever it was when Bridge was last closed.  But this other facility extends its versatility ... I guess I just want everything !!  
    Thanks for any suggestions.
    Bran

    You need to add an entry in the registry. With notepad, create a file named BridgeHere.reg with this content:
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\Directory\shell\bridge]
    @="Bridge Here"
    [HKEY_CLASSES_ROOT\Directory\shell\bridge\command]
    @="\"C:\\Program Files\\Adobe\\Adobe Bridge CS3\\Bridge.exe\" \"%L\""
    Replace CS3 with CS4 if you have CS4.
    Then double-click on the file and answer yes. That's it.

  • Add custom command in the context KM menu

    Hello All,
    Wanna know if its possible to add custom command in the KM context menu?
    If yes, please guide as to how can I do this....
    Example: Print option in the context menu
    Awaiting Reply.
    Thanks & Warm Regards,
    Ritu

    Hi Ritu,
       Yes, you can do that.
       First of all, you should identify the layout set that you are using. If you do not know it you can enable debugging setting option.
       Then, you must know where you need to appear this command. I mean, in a folder, link or document.
       If you are using a standard layout you should not modify it, you must duplicate it (you ca use advance copy).
      The command must be added in a group command, you can use an exist command or create a new one. (System Administration-System Configuration-KM-CM-User Interface-Command Groups). Before that you can create your command.
    These groups are referenced from collection and resource renderer. A layout set is a set of collection and resource rendeders.
    You should read this link.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/98/dd48a9b4a197489a54187c99372bce/frameset.htm
    Once you added your comamnd a group and assign this group in your collection or resource renderer. You have to assign this layout to your km navigation iview or directly the folder.
    Don't forget to enable presentation service in your repository in order to change the layout.
    Patricio.

  • Removing plugin icons from menu bar

    Hi everyone
    I installed a qloud plugin for itunes, but then uninstalled it. Now, every time I open itunes, a 'my music' icon appears on the menu bar. I want to remove it but haven't yet been able to. I tried holding command and removing it, but the next time I went onto iTunes, it came back. The icon has not been installed into the /System/Library/CoreServices/Menu Extras/ folder either. Has anyone got any ideas of how to get rid of this icon??
    Iain

    http://docs.info.apple.com/article.html?artnum=307132
    -mj

  • No spellcheck. Strange rightclick menu

    I no longer have spellcheck capabilities in FF. It works in MSIE, Outlook and Word. I get a strange and elongated rightclick option list.
    == This happened ==
    Every time Firefox opened
    == I misspellered a wurd

    Thanks for the replies.
    STRANGE. As you can see from my screen cap, something was messing FF up. The available options when right-clicking were numerous and seemed to be more appropriate for the Firebug plugin than straight FF. I'd deactivated all my FF plugins and nothing worked. What in the world were PLAY, PAUSE, MUTE AND UN-MUTE doing in there?
    This morning the machine did not wake from a sleep state normally, so I hit reset and after a prolonged reboot, I investigated the issue, then unchecked and checked "check spelling" which all of a sudden reappeared as an option.. and it started working as normal again.
    If you think I'm making all this up.. just take a peak at my screen cap from yesterday. THAT ain't normal.

  • IE PDF plugin hides javascript menu

    Hello, we are using ActiveReports to create report at our web
    project. We use their PDF options, which create PDF file and simple
    display it. We use IE 7 as a browser. And our problem is, that
    client's PDF document viewer hides our Javascript menu. Did anybody
    there have similar issue? I tried all CSS XHTML options but with no
    success. What is interesting at IE6 it is working fine. Thanks for
    your answer
    Tomas

    prcek1985,
    These forums are specific to Acrobat.com and it's set of
    hosted services. We do not provide support for 3rd party PDF
    producing applications on these forums - please contact the vendor
    of your PDF producing application for support with their
    product.

  • FF cant open a page in a new window, even from rightclick menu and if tried ff cannot exit correctly

    as described above, cant open anything in a new window, even from right click menu.......... open in new tab is not checked in settings.
    also the flash plug in crashes all the time

    I have these problems, as well, but after disabling and re-enabling extensions and plug-ins one by one, it appears these issues are related to the Java Console 6.0.22 extension update. With this extension disabled and the older Java 6.0.20 enabled, I could open a new window and FF could exit correctly even with the updated Java Deployment Toolkit 6.0.220.4 and Java(TM) Platform SE 6 U22 6.0.220.4 plug-ins enabled.
    The question is whether FF is conflicting with the Java Console update or the Java Console update is the true culprit. I'm leaning toward the latter.
    Firefox 3.6.10
    ''Extensions:'' Java Console's (noted above), Better Privacy 1.48.3, Download Helper 4.8.1, Scrapbook Plus 1.8.17.31,Vacuum Places Improved 1.1, and ZoneAlarm Toolbar 1.5.152.10
    ''Plug-ins:'' Java Platform and Toolkit (noted above), Mozilla Default 1.0.0.15, QuickTime 7.6.8.0, Silverlight 4.0.50917.0, Windows Genuine Advantage 1.9.0042.0, and WPF 3.5.30729.1
    Vista Home Premium (SP2)

  • Firefox plugin that hides menu bar?

    subj.
    Wanna hide 'File', 'Edit', 'View', 'History' and etc...
    or I can do it via userchrome.css? any example?

    humanzoo wrote:
    There are a few Firefox add-ons for this:
    Tiny Menu (my favorite)
    Hide Menubar (super simple)
    Compact Menu 2 (fancy, maybe too much so)
    Micro Menu
    Even smaller.

  • Apex Calendar Context (right click) menu

    Hi all,
    Apex version: 4.2
    Plugin: context(rightclick) menu by Vikram
    I'm using this plugin and it works perfectly for SQL Reports and IRs. For example this function opens a new popup window with the ID selected by right clicking an entry.
    function myMenuAction(action, el, pos)
      if (action=='TEST')
          window.open('f?p=&APP_ID.:52:&SESSION.::NO::P1_ID:' + $(el).children('td[headers="ID"]').text(),'Popup','height=800,width=800,toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no ,modal=yes');
    ...I want to know if there is a way to do the same on an apex calendar entry.
    Thanks in advance.
    Matt.
    (changed 'handle')
    Edited by: 942631 on 08.04.2013 03:24
    Edited by: 942631 on 08.04.2013 03:43
    Edited by: 942631 on 08.04.2013 03:43

    Matt S. wrote:
    http://apex.oracle.com/pls/apex/f?p=62302:1
    User: demo
    PW: demo
    When i do the same on the calendar ("Home") i don't get the ID "http://apex.oracle.com/pls/apex/f?p=62302:4:111941727026117::P3_X".
    What i expect is (in this example) "http://apex.oracle.com/pls/apex/f?p=62302:4:111941727026117::P3_X:*7499*"
    This is what i wanted to do. I tried different things to achieve the same result as in "TS2".you haven't provided the workspace login details to check if this works but I managed to see that you are currently using a jquery selector *#CALENDAR_PRZ_LIST table tr*
    try this instead
    .Calendar tbody tr td div

  • How can I change the hotkey assignments for options listed in the context-click (right-click) menu?

    How can I change the letter assignments designated to the options that appear in the right-click drop-down menu?
    I frequently save specific items and inspect elements in webpages, however currently the key assignment for 'View Page Info' is the letter ' i ', which inconveniently is located out of the reach of my left hand.
    Rather than forcing ambidextrous mouse usage to allow my right-hand to rest on the keyboard, if I could be pointed in the right direction for customizing these assignments I would greatly appreciate it. I have been able to disable some of the menu items I don't use with firebug but didn't see/didn't know how to go about customizing this option in about:config or deeper in the program files.
    Thanks ahead of time, I'm sure this will be a quick and hopefully easy file/preference name assignment I just need to add, I just couldn't find any forums that had already addressed the request.

    While that add-on is pretty useful and handy for customizing the keyboard shortcuts for items housed in the Menu Bar, it does not provide the resource to change the key combinations assigned to items in the context-click menu
    (the one that appears when you right-click a HTML element or image or such with specific actions pertaining to the item you clicked on - See image)
    https://support.cdn.mozilla.net/media/uploads/images/2014-12-14-13-13-50-85097a.png

Maybe you are looking for