Jquery menu plugin  integrated in Tab's (using a custom theme )

Hi,
I'm trying to use the jquery menu plugin and use it combined with tab's. I would like to get the effect which is also in the APEX IDE ( TAB's with submenu's expanding below the TAB ).
So far I have my tab's and also my menu's which are show as a button on the page which expand when you click on them. But I would like to have the menu attached to the tab.
I found somewhere (http://www.theapexfreelancer.com/apex/f?p=APEXFREELANCER:JQUERY_MENU_PLUGIN:0) that I should name the TAB and the LIST's on which the menu's are build exactly the same to achieve this, but so far no luck.
Does anyone know of a cookbook describing how to achieve this or has any ideas what to check ?
Regards,
Bas
b.t.w. Have a great 2012!

The steps can be detailed as follows (I will make it specific to my theme -Application Builder- and you can replace what you want)
0) a) My Page template name is WithNicolettePlugin.
b) Put the Nicolette (Thanks alot for him) plugin on #REGION_POSITION_08# in Page Zero (Global page)
c) the settings of the plugin as follows:
- Template : WithNicolettePlugin
- Before HTML : <ul class="dhtmlMenuLG2"> - After HTML : </ul> - jQuery selector submenu : .dhtmlSubMenu2
- Tab set : main
- Include single subtab : yes
- Class first parent : ui-corner-left
- Class last parent : ui-corner-right
- File Prefix : #IMAGE_PREFIX#
the others are empty     
1) link the following CSS's into the Header section of the Page Template of (Bluejay-22)
<link rel="stylesheet" href="/i/css/apex_builder.min.css?v=4.2.0.00.27" type="text/css" />
<link rel="stylesheet" href="/i/css/apex_ui.min.css?v=4.2.0.00.27" type="text/css" />
<link rel="stylesheet" href="/i/css/apex_ui_builder_home.css" type="text/css" />2) link the following Scripts into the Header section of the Page Template
<script type="text/javascript">
var apex_img_dir = "/i/", htmldb_Img_Dir = apex_img_dir;
</script>
<script src="/i/libraries/apex/minified/desktop_all.min.js?v=4.2.0.00.27" type="text/javascript"></script>
<script src="/i/libraries/apex/minified/legacy.min.js?v=4.2.0.00.27" type="text/javascript"></script>
<style> html {visibility:hidden;} </style>
<script type="text/javascript">
apex.security.framebreaker("D");
</script>
<script src="/i/libraries/apex/minified/widget.textarea.min.js?v=4.2.0.00.27" type="text/javascript"></script>
<script src="/i/libraries/apex/minified/builder.min.js?v=4.2.0.00.27" type="text/javascript"></script>3) Re-write the Body section to be as the following
<div id="page-header">
  .... LOGO AND WELCOME HERE ...... 
   <div class="apex-top-bar-end">
       <div class="apex-top-bar">
            <div id="tabs" class="dhtmlMenuLG">
              #REGION_POSITION_08#   <!-- Put the plugin at your page zero in REGION 8 -->
            </div>
       </div>
   </div>  
</div>
<div id="topbar">#REGION_POSITION_01##REGION_POSITION_04#</div>
<div id="messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>
<div id="body">
    <table class="tbl-body" cellspacing="0" cellpadding="0" border="0" summary="">
    <tbody>
      <tr>
        <td class="tbl-main" width="100%">#REGION_POSITION_02##BOX_BODY#</td>
        <td class="tbl-sidebar">#REGION_POSITION_03#</td>    
      </tr>
    </tbody>
    </table>
</div>4- Update the section of Standard Tab Attributes to have Current Tab as the following *(PLEASE, REMOVE THE MINUS BEFORE onmouseover)*
<li class="dhtmlSubMenuN" -onmouseover = "dhtml_CloseAllSubMenusL(this)" >
  <a href="#TAB_LINK#" class="dhtmlSubMenuN"
     title="#TAB_LABEL#">
     "#TAB_LABEL#
  </a>
</li>
{code}
and Non Current Standard Tab as the following
{code}
<li class="dhtmlSubMenuN" -onmouseover = "dhtml_CloseAllSubMenusL(this)" >
  <a href="#TAB_LINK#" class="dhtmlSubMenuN"
      title="#TAB_LABEL#">
      "#TAB_LABEL#
  </a>
</li>5- Update the section of Parent Tab Attributes to have Current Parent Tab as the following
<div id="#TAB_ID#" class="current">
    <a href="#TAB_LINK#" title="#TAB_LABEL#" class="link_text">#TAB_LABEL#</a>
    <a href="#" class="link_icon">
      <img src="/i/apex/builder/down_dark_12x12.gif" width="12" height="12" 
           class="dhtmlMenu" alt="#TAB_LABEL# Drill Down"/>
   </a>
   <ul id="#TAB_NAME#" htmldb:listlevel="1" class="aTabs dhtmlSubMenu pulldown-tabs" style="display:none;">
       #TABS#
       <li class="last" dir="RTL"><span></span></li>
    </ul>
</div>and Non Current Parent Tab as the following
<div id="#TAB_ID#" class="non-current">
    <a href="#TAB_LINK#" title="#TAB_LABEL#" class="link_text">#TAB_LABEL#</a>
    <a href="#" class="link_icon">
      <img src="/i/apex/builder/down_dark_12x12.gif" width="12" height="12" 
           class="dhtmlMenu" alt="#TAB_LABEL# Drill Down"/>
   </a>
   <ul id="#TAB_NAME#" htmldb:listlevel="1" class="aTabs dhtmlSubMenu pulldown-tabs" style="display:none;">
       #TABS#
       <li class="last" dir="RTL"><span></span></li>
    </ul>
</div>6- You will find a sample here in
Workspace : ralab
User : nicolette
Password : abc123
Application 33791 - TestDropDownAppBuilderTabs
If the post completes your solution mark it as correct and the question as answered, otherwise, mark it as helpful.
Best Regards
Mahmoud

Similar Messages

  • Buttons for jquery menu

    Hi:
    I am using Apex 4.02 and the jquery menu plugin.
    I have it working. However, I want to change the colour of the buttons it creates for the menu.
    When I examine the button using Firebug, I see that it is using a class "fg-button". I can see the class on my page. However, I have examined all of the css files including the apex file, the file that came with the plugin, and the jquery ui css found in my images directory. Nowhere can I find a reference to the class "fg-button". I know that it is a juqery defined button.
    Where can I alter the definition for fg-button?
    Please can some help. I would appreciate it.
    Regards,
    Bruce

    Hi Bruce,
    On the page where you have the button, create a HTML Region at sequence 1 with no template and give it a Region Name of "CSS"
    Inside the HTML Region, you could create the style sheet:
    CSS
    <style>
    .fg-button {
    background-color: red;
    </style>
    Obviously if you want to change the text colour of the button, then instead of "background-color: red;" use "color:red;"
    Just try it with "red" for now to see if it works and once you find that it does, just change the red colour to the colour of your choice.
    Good Luck.
    Tony.
    Edited by: Tony F. on May 29, 2011 11:09 AM

  • Dynamic Tab Template : Use Menu Navigation Across Multiple Applications

    Hi
    I have the following use case and would appreciate help.
    Our client has multiple applications which they need integrated into a single home page. I am using the dynamic tab template as my home page with multiple panel boxes containing application specific menus. I need to be able to create a tab from any application via the menu.
    My strategy is to use bounded task flows in the various applications, but I am not 100% sure on how to do it. The applications would also contain multiple task flows, so I would then need to be able to paramatise the task flows so that it can execute the correct flow case.
    Thanks.
    Leon.

    Hi Sireesha
    I can access the remote task flow from the menu using the action listener. When I use a managed bean to add a new tab using the task flow it fails with;
    <RegistrationConfigurator><handleError> Server Exception during PPR, #1
    java.lang.NullPointerException
    The managed bean method to add the tab and execute the task flow is;
    private void startActivity(String title, String taskid, boolean isNew) {
    try {
    if (isNew) {
    TabContext.getCurrentInstance().addTab(title, taskid);
    } else {
    TabContext.getCurrentInstance().addOrSelectTab(title, taskid);
    } catch (TabContext.TabOverflowException e) {
    System.out.println("");
    Where title is the tab title and taskid is the task id in format TaskFlowName.xml#TaskFlowID.
    Thanks.

  • Combobox plugin conflicts with jQuery menu

    Hi,
    First of all thanks for both authors of "Combobox" (http://oracleapexideas.blogspot.com.es/2012/06/combobox-plugin.html) and "jQuery menu" (http://blog.theapexfreelancer.com/2011/02/jquery-menu-apex-plugin) plugins! Both are great plugins!
    I have a conflict when I insert both plugins at the same page. The problem is, jQuery menu cease to work.
    I've recreated the situation under apex.oracle.com, the dropdown menu does not work anymore after inserting combobox plugin:
    http://apex.oracle.com/pls/apex/f?p=52892:4
    I can give further details if needed.
    Thanks in advance!

    jcoves wrote:
    I can give further details if needed.Can you share workspace details for below
    http://apex.oracle.com/pls/apex/f?p=52892:4

  • Jquery zoom plugin that shows images above the zoomed image on mouse rollover

    Hi all, after much effort and help from this forum I've managed to get a zoom effect to work on my image. It needed to be a loupe effect like this - http://www.dailycoding.com/Posts/imagelens__a_jquery_plugin_for_lens_effect_image_zooming. aspx
    This is the plugin I've used.
    Problem now is that I need images to appear above the image on mouse rollover. Currently - if I place images above this image and place my cursor over the image the zoom effect works but it ignores the images placed on top and just zooms in on the image shown below.
    I would be very appreciative of anyone who can help me with this issue.
    Thanks.
    I wondered if it was possible to stop the jquery zoom plugin working when I mouseover the image on top of the map. Maybe that would be a solution?

    > the image I have above the roll over I have just
    > inserted shows the image that should be shown when I
    roll over the image I
    > have
    > just inserted
    url address please. words will not work for this.
    random guess- check that the name and/or ID of every item on
    the page is
    unique.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Is it possible to have the menu bar and the tabs on the same level?

    Just downloaded Firefox 4 and I've started to get used to tabs being above the address bar (since it fits the theme so well), but I'm not used to the loss of the menu bar. When I bring the menu bar back, however, it creates a whole new level instead of being on the same level as the tabs like the Firefox button is. I'm just wondering if there's a way to make the menu bar and the tabs on the same level.

    No, that is not possible.
    Press F10 or press and hold the Alt key down to bring up the "Menu Bar" temporarily.
    * New Old Menu: https://addons.mozilla.org/firefox/addon/new-old-menu/
    * Personal Titlebar: https://addons.mozilla.org/firefox/addon/personal-titlebar/
    * Personal Menu (Personal Firefox Button): https://addons.mozilla.org/firefox/addon/personal-menu/

  • Can I chnge the context menu "open in new tab / window" options back to the previous version (reverse order)?

    In Firefox 4, the context menu "open in new tab / open in new window" options are in reverse order compared to 3.6. Can this be "fixed," i.e. change the menu item order? I use this feature constantly and it's a matter of habit, also still use some 3.6 machines.

    You can use the Menu Editor extension to re-arrange the menus - https://addons.mozilla.org/firefox/addon/menu-editor

  • Replace flash with JQuery  Cycle plugin on my website

    Hello,
    I am hoping someone can help me with a little programming on my current website www.ci.guilford.ct.us
    I am not a website developer so I am having some difficulty getting the down. I would like to replace my current flash content that scrolls through some photos with the JQuery Cycle plugin. With a lot of mobile devices not sporting flash I am leaning more toward this. Any help would be greatly appreciated and if there is anything else needed please let me know.
    Thanks,
    Tony

    Well I got nailed by Adobe for my last post.
    Here's how all of these jQuery effects plugins work.
    They need to be in a div with a particular id or class. And you tell them, "put the thing there."
    I still use a really old jQuery plugin that has been more than superseeded by Cycle. After I figured it out (and that took about two weeks) these plugins became really easy to understand.
    So, let's look at Nancy's example:
    She establishes a class in the style section (this might also be in your style sheet. It's called cycle-slideshow. It's in her document above with a period before it (which is how you define a class in CSS).
    Now, in the HTML below, she creates the div:
    <div class="cycle-slideshow" ...
    Then she does a couple of commands to make cycle work:
    ... data-cycle-pause-on-hover="true"
         data-cycle-speed="2000">
    Normally, I make these "pause-on-hover things "false" because, like in your own website, you simply want the images to show, one after another.
    Then she does a bunch of images:
    <img src= ...
    Now, of course you have to call two things in your page to get everything to work. First, you need to call jQuery. I generally host my own copy of jQuery for each website, but it is perfectly fine to call one remotelly:
    <!--Latest jQuery Core Library-->
    <script src="http://code.jquery.com/jquery-latest.min.js">
    </script>
    And you have to call the jQuery plugin, called Cycle:
    <!--Cycle2 Plugin Script-->
    <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/20130409/jquery.cycle2.min.js"></script>
    If you are still having trouble, please respond to my message from yesterday by phone.

  • Firefox 10 & jquery cycle plugin transparency issues

    We have been using the jquery cycle plugin on many sites and after Firefox 10 was released we are noticing a solid black box appearing over the slides during the transitions.
    What happens:
    transition starts
    image area turns solid black
    next image fades in from black color
    In other browsers (FF9.x and under, IE7+, Chrome, Safari) the transition would be from one slide to the next and not from black to the next slide.
    Does anyone have an explanation for this? Thank in advance.

    You're welcome. We have very few support helpers who are anywhere near as familiar with web development issues and Firefox, as that particular forum over at MozillaZine. This forum has only existed for about 4 years now, where MozillaZine was founded in 1998, just a few months after Mozilla.Org was founded. The original audience was Mozilla developers, both Netscape employees and outsiders. Later on, web developers and end users started using MozillaZine fora for a wide variety of discussions and help for Mozilla products.

  • Drop Down Menu - Plugin

    Hi friends,
    Does anyone tried hands on the hierarchical Drop down menu plugin from this below link
    http://www.apex-plugin.com/oracle-apex-plugins/region-plugin/drop-down-menu60.html_
    i tried to use that plug-in, but i was confused on giving the region source query for that plug-in, since in the example i can see the below query, but i dont know exactly of how to use that sample query according to my objects.
    select M_APPLICATION_NUM id,
    PARENT_M_APP_NUM pid,
    DESCRIPTION name,
    nvl("URL",'f?p=&APP_ID.:1') ||
    case substr(URL,1,4) when 'f?p=' then ':'
    ||v('APP_SESSION') else null end link,
    level from M_APPLICATIONS
    where in_use = 'Y' start with
    PARENT_M_APP_NUM is null
    connect by prior M_APPLICATION_NUM =
    PARENT_M_APP_NUM Kindly help me with this friends.
    Brgds,
    Mini

    Hi,
    Does anyone tried hands on this plug-in..
    Brgds,
    Mini

  • Application - Status Menu Plugin, Advanced Interfa...

    Status menu plugin to control GSM, Bluetooth and WiFi (turning on and off, state informing (on, off, connected)). Kind of all-in-one radio interface controlling.
    simple to use and you will need to reboot after you install it to see it in the drop down menu on your desktop.
    it is in the EXTRAS-DEVEL
    open xterm
    sudo gainroot
    apt-get install advanced-interface-switcher
    ENJOY

    Un-install Genio.
    Genieo Uninstall
    Genieo Uninstall (2)      see post by   Linc Davis
    RIM also causes problems at times. Un-install using the developer’s instructions to make sure you remove all parts of the application.
    What happens when you try to run Time Machine?

  • How can I navigate through tabs without using the mouse?

    I want to know how to navigate through tabs without using a mouse... just like you can navigate through multiple windows by using <alt><tab> ... because it's extremely annoying when I'm working on something to have to take my hands off the keyboard and go to the mouse.

    You can also use Ctrl + Page Up and Ctrl + Page Down to go to the next and previous tab. I prefer those because it doesn't require the Shift key (Shift + Ctrl+ Tab) to go to the previous tab.
    See also [[Tabbed browsing]]

  • How much RAM do tab groups use (on average)? Do I need to watch out for how many groups I create?

    I may have gone overboard in the creation of Tab Groups. I say this because now my system is beginning to act a bit sluggish. I created 7 groups, two of which have 9 or 10 tabs. Should I pull back on the number of groups I create (as well as how many tab are located within each group). That is: How much RAM do tab groups use. How can I calibrate or understand the trade off between these markers and the amount of RAM they use?

    You can see the memory usage on the about:memory page.
    You can open about: pages via the location bar like you open a website.

  • I can not open the bookmarks tab or use the right mouse button in firefox

    ''locking this thread as duplicate, please continue at [https://support.mozilla.org/en-US/questions/1053467 /questions/1053467]''
    I recently downloaded firefox to my new laptop. I can not open the bookmarks tab or use any of the right mouse button options.

    Do a clean reinstall and delete the Firefox program folder before (re)installing a fresh copy of the current Firefox release.
    *Download the full Firefox installer and save the file to the desktop<br>https://www.mozilla.org/en-US/firefox/all/
    If possible uninstall your current Firefox version to cleanup the Windows registry and settings in security software.
    *Do NOT remove "personal data" when you uninstall your current Firefox version, because this will remove all profile folders and you lose personal data like bookmarks and passwords including data in profiles created by other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *(32 bit Windows) "C:\Program Files\Mozilla Firefox\"
    *(64 bit Windows) "C:\Program Files (x86)\Mozilla Firefox\"
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other personal data are stored in the Firefox profile folder and won't be affected by an uninstall and (re)install, but make sure NOT to remove personal data when you uninstall Firefox as that will remove all Firefox profile folders and you lose your personal data.
    If you keep having problems then also create a new profile.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Need menu bar on BOTH displays when using external monitor

    How can I have the menu bar on BOTH displays without using the "Mirror Display" mode???
    I bought a Thunderbolt and use it with my MBA. It works fine overall but this is still like having one display instead of two. A real downer!!
    There are 2 modes:
    Mirror Displays: (identical screen: why waste valuable screen realestate?)
    "Normal" mode: where it gives you access to the 2 monitors independently (you can move apps. windows and locate them on any screen you want).
    In the "Normal" mode, you can move the menu bar from one display to the other but it does not resolve the problem. We need TWO menu bars, which work identical and can be used on whatever display the mouse cursor happens to be.
    Currently, let's say I have applications A & B displaying on MBA, applications C & D displaying on TB, and the Menu Bar on TB. It is a nightmare to work!!!! Anytime I want to work on A or B I have to move the mouse side way to get to the MBA, then to use the menu, I can't even move up into the TB all the way to the menu bar: I have to move through the side onto the TB then up to the menu bar, select, down through the TB, side way to the MBA, and on and on and on....
    Anybody knows how to duplicate a functional menu bar without Mirror Display?
    Anyway of simplifying this nightmare?
    Thanks

    I asked the same question a few days ago, got some other options then ...
    https://discussions.apple.com/message/16953617#16953617
    Many many things to try ...

Maybe you are looking for