JQuery vertical nested tabs/nav?

Anyone know of an online resource with a sample of a vertical jQuery menu with nested <ul><li> tags:
<ul>
<li>TOP LEVEL
<ul>
<li>Sub Link 1</li>
<li>Sub Link 2</li>
</ul>
</li>
</ul>
Trying to make it work like a conventional tabbed panel but vertical (where a <div> panel opens to the side when a link is clicked) and with nested sub links (possible?)
TOP LEVEL
>>Sub Link 1
>>Sub Link 2
I can do the one level but need something more versatile like:
<ul>
<li><a href="http://www.bbc.co.uk">BCC</a>
<ul>
<li><a href="#tabs-1">Link 1</li>
<li><a href="#tabs-2">Link 2</li>
</ul>
</li>
</ul>
When I add the additional <ul></ul> needed and the www link it stops working.
Cheers
Os.

Hello Kin,
You solved my problem :)
I suppose I can directly force the "float left" within the
SpryTabbedPanels.css.
I can play with the css content now to customize my content.
Here are the screenshot links, that I can keep online for a
while.
Before
After
Thank you very much
Alain

Similar Messages

  • How is a JQuery Vertical Accordian Different Than A Hide-Show Region

    Hello Everyone.
    I an using Apex 4.0.1. I recently learned how to create a JQuery vertical accordian. I'm using the sample accordian that Patrick Wolf recently created/posted. It uses a really nice "accordian template" that he put together. It's really quite useful when it comes to saving space and all on a page.
    Then I began wondering: How is this accordian different than Apex's own builtin Hide-Show Region template?
    And so, I created a sample page on my workspace in apex.oracle.com. I placed a JQuery vertical accordian that consists of 3 regions: 2 reports and a chart. I added a little bit of JQuery to Patrick's template that causes all 3 accordian slices to be closed as opposed to the default behavior of having one slice always open. I also added code that allows a user to re-size the entire accordian either vertically and/or horizontally.
    I then created 3 additional regions that mimic the first 3 regions above. These I placed in "column 2" on the page. For each region I assigned the "Hide-Show" template.
    As far as I can tell, both the accordian and the Hide-Show regions provide the same functionality.
    For the interested, here is a link to my page:
    http://apex.oracle.com/pls/apex/f?p=49919
    The app has open authentication assigned, and so, no login credentials are needed. Please click the "Accordian" tab.
    I realize that the accordian has more flexibilty in that one may add features like choosing to collapse/not collapse all slices and re-sizing, etc. I suppose one could do similarly for the Hide-Show regions using Javascript or JQuery but it would likely be an effort.
    Admittedly, such added features are cool and all. Still, it's been my experience that in the majority of business-like production environments, such "cool" features are pretty much useless. For example, I do not see how re-sizing the accordian or Hide-Show regions has much purpose. In fact, such "cool" features often get in the way of the main goal of the application.
    Of course, a JQuery accordian may also be created that expands/contracts slices "horizontally". I do not know of any way to do the same thing using Hide-Show regions. If someone does know how to do this, I (and likely others) would sure appreciate you sharing how.
    So, then, with respect to basic functionality (saving page real estate by encapsulating several regions), how is a JQuery vertical accordian any different than Apex's own builtin "Hide-Show" region?
    Thank you all for your thoughts/adice/code.
    Elie

    Hello Jari.
    Thank you for your help.
    Yes. Now I do understand what it is you are doing in your accordian page. And also I want to thsnk you for providing the sample code on your page showing how to go about preserving the current state of the accordian when you navigate from/to the page.
    You commented that this kind of state preservation is not available with the Hide/Show region. I'm thinking that you are correct, though I think I once saw something about doing this posted in this Forum. I'll search through and see if I can locate it.
    In any case, have you (or anyone else reading this thread) any other differences between a JQuery vertical accordian and Apex's own Hide/Show region? Other than being able to apply Javascript to an accordian to do things like preserve it's state (like you did), what else may one do with an accordian that is not doable (or at least not easily doable) with a Hide/Show region?
    Thank you for any further advice.
    Elie

  • Nested Tab Pages in 100% Generated Forms

    Hi all,
    Creating a Forms (9i) application, hopefully to be 100% Designer 9.0.2.6 generated. Trying to find out if it is possible to generate nested tab pages.
    eg.
    example table structure
    Employee
    |-Employee history
    |-Employee skills
    | |--Employee skills history
    | |--Employee skills details
    |-Employee time bookings
    In this case, employee is the Master table with a tab section for the detail - three tabs for history, skills and time booking. On the skills tab page, I want to use skills as a master table and then have history and details as two tab pages on another tab section within the whole skills tab page.
    Is this scenario possible in a 100% generated form?
    Thanks,
    Michael.

    Hi Michael,
    Someone correct me if I am wrong on this, but I believe this is not possible. Only stacked item-groups display as nested tabs on a tab page. Master-detail with the details as tabs is not possible on a tab page.
    Regards,
    Michiel Arentsen

  • Error in Nested Tab controls

    I seem to have found a bug in nested tab controls. If one nests a tab control in a tab control, the remove page uses the index of the parent tab control to determine which tab to remove of the child tab. I use Labview 6.1 on Win2000.
    In addition, it seems that I cannot add a tab control to a cluster. This seems to be a "feature".

    Jazee,
    Apparently, this seems to be a bug for nested tab controls.
    You can't add a tab control to a cluster.
    You can keep the value of the actual choosen tab in a cluster by converting it to a number and put that number in a cluster.
    Cyril
    Cyril Bouton
    Active LabVIEW Developper

  • Nested tabbed panels

    Hi all:
    I have tabbed panels nested in tabbed panels and i would like
    to link from another page to one of the nested tabs. The code I
    have the link is: ?tab=8#TabEditAthlete1?tab=3#TabCommunity1 but
    that doesn't work.
    i also tried ?tab=8#TabEditAthlete1&tab=3#TabCommunity1
    and that doesn't work either.
    Any suggestions?
    thanks!

    url params: ?tab1=1&tab2=3
    get the params:
    var params = Spry.Utils.getLocationParamsAsObject();
    normal = tab1
    var TabbedPanels1 = new
    Spry.Widget.TabbedPanels("TabbedPanels1", {defaultTab:(params.tab1
    ? params.tab1 : 0)});
    nested = tab2
    var TabbedPanels2 = new
    Spry.Widget.TabbedPanels("TabbedPanels1", {defaultTab:(params.tab2
    ? params.tab2: 0)});
    http://labs.adobe.com/technologies/spry/samples/utils/URLUtilsSample.html?panel=2#examples

  • VI with Several XControls on nested tabs takes minutes to load in LabVIEW 2013

    Hello all,
    I have a VI in LabVIEW 8.2 that includes more than 400 Xcontrols in nested tabs, which opens in seconds (very fast). The code was upgraded to LabVIEW 2013 and now the VI takes minutes to open and in the meantime LabVIEW is unusable with the CPU at 100%.
    I am wondering if anybody has experienced this behavior with Xcontrols.
    Thanks.

    Please note that I am working with jarcTek on this project where we inherite that UI with so many XControls instances.
    It is not like there are a lot of different XControls (there are a total of about 10 different type of XControls), but there are a lot of instances of these XControls (several 100) in 3 levels of nested tabs.
    Yes, we both had the time to re-recompile the source code between the two posts that jarcTek made. The various XControls are stored in 4 different llbs. Most of the XControls that have a lot of instances are actually pretty simple (very little code there). Finally, yes the VI property  (or the XControl library property general settings) indicate that the code is in LabVIEW 2013 [see image below]. 
    You are correct, the delay occurs after the VI is loaded from disk. The loading time is fine (we see the loading progress/dialog since there are a few 100s vis to load with that main UI), but after that everything hangs for several minutes (cpu peg at 100%). We run the Desktop execution toolkit, and we can see a lot of XControl events (1000s) that are fired during this time.
    FYI: Unloading (closing) the VI is also very slow.
    To put this in perspective, In LabVIEW 8.2 the same code is ready to run immediately after the UI opens.
    Thanks
    PJM

  • Nested Tab Pages

    Hi ,
    Does anyone know how to build a form with nested tab pages ?
    TAB1 TAB2 TAB3
    Is it possible to have tab pages TAB2.1 TAB2.2 TAB2.3
    on TAB2 ?
    Thank you,
    Denise

    Hi Michael,
    Someone correct me if I am wrong on this, but I believe this is not possible. Only stacked item-groups display as nested tabs on a tab page. Master-detail with the details as tabs is not possible on a tab page.
    Regards,
    Michiel Arentsen

  • Nesting tabbed panels produces interesting results..

        Hi,
    Today i attempted to nest two sets of tabbed panels.  1 was a vertical panel, and within this 1 horizontal panel.
    it all works, BUT the internal horizontal panel inherits the styles of the parent vertical panel.  In otherwords the horizontal panel is weirdly skewed!
    can anyone assist to get the styles right?
    cheers

    Hi,
    What you need to do is apply a class to at least one of your panels. Then apply the style rules that are applicable to that class.
    I you can supply code on line, that would be helpfull to explain the solution more precisely.
    Hope this helps,
    Ben

  • Nested Tab Leader Style for Price List Issue

    Hello,
    I wanted set up a character style for a tab leader that makes the font weight light as opposed to the bold paragraph style. I tried two character styles, one as a tab leader, and one as a dotted underline and got different results.
    When I set up the nested style on my paragraph style using the character style "Leader Dots" is changing the price from bold to light.
    When I set up the nested style on my paragraph style using the character style "Dotted Line" the dotted underline goes to the full right-justified width.
    Both issues I think are b/c the tab is right-justified. See the attached images for examples.
    I am trying to figure out a way to have either character style stop before the price, but keep the price right-justified. So in a nutshell it would be… Bold item name / Light tab leader / Bold price
    Thank you for any help.

    Aha! Peter, you're right! 
    // French version //

  • How can I nest Tabbed Panels 2

    I am trying to learn HTML and need help using Tabbed Panels 2.
    I have three defualt tabs which are very simple to do but how can i nest four tabs with content inside one of the defualt tabs?
    Link to Documentation.

    Haven’t begun to try it yet. Looking at some tutorials.
    But I appreciate the heads up.
    Bill Liedlich
    TerraGroup Corporation
    Tactical Water Purification Systems
    Po Box 8839
    Allentown, PA 18105 USA
    p  610-821-7003
    f   610-821-7025
    [email protected]
    [email protected]<mailto:[email protected]>
    www.tacticalwater.com<http://www.tacticalwater.com/>
    CONFIDENTIALITY NOTICE: This electronic mail transmission, its contents and any attachments to it, are privileged and confidential, and/or may contain legally privileged and confidential information and is intended only for the review of the party or parties to whom it is addressed.  Any dissemination, distribution, copying or forwarding of this message, its contents or attachments to other than the intended recipient(s) is strictly prohibited.  If you are not one of the intended recipients, or have received this transmission and its contents in error, please immediately return it to the sender.  Unintended transmission shall not constitute a waiver of any "Confidentiality Notice" privilege.

  • JTabbedPane - vertical - which tab is selected?

    Using the Windows L&F, if you have the tabs in a JTabbedPane arranged horizontally it is clear and obvious which tab is selected. But with the tabs arranged vertically you've got to look very carefully to see which tab is selected, as there are rather fewer changes than for horizontal tabs.
    I can't be the first person whose users have complained about this - what's the conventional solution?
    (One thought is to make the background colour of the non-selected tabs "a bit darker"; I guess that would look OK but wouldn't mind a pointer as to how to do this in such a fashion that it will still work when the user changes the desktop colour scheme.)

    Using the Windows L&F, if you have the tabs in a JTabbedPane arranged horizontally it is clear and obvious which tab is selected. But with the tabs arranged vertically you've got to look very carefully to see which tab is selected, as there are rather fewer changes than for horizontal tabs.
    I can't be the first person whose users have complained about this - what's the conventional solution?
    (One thought is to make the background colour of the non-selected tabs "a bit darker"; I guess that would look OK but wouldn't mind a pointer as to how to do this in such a fashion that it will still work when the user changes the desktop colour scheme.)

  • ADOBE DPS Vertical sliding TABS

    Hi, I followed both video and DPS tips tutorial on how to create a sliding tab but the one I did which is vertical doesn't seem to lock its from the bottom up. It jiggles left to right when I slide it upwards and downward. Actually wether the tabs is vertical or horizontal, it felt loose.
    my container width is 260px and the content width is 250px but as I saw from the video tutorial from http://www.youtube.com/watch?v=OmMnH5h2chw&feature=uploademail, fitting the content exactly with the container was not necessary.
    please help.

    The Strange thing is, when the container is on the right margin, and the 'faux' frame is set left top, you can still drag the pasted in tabframe a little further then the margin, it does not stop there.
    See the screenshots for what I mean. I gave it a framecolour here just for the screenshot to show the position of the container frame. I expect it to stop at the right margin but as you can see I can drag it further

  • How can I make a jQuery accordion panel tab collapsed by default?

    I have Googled this and saw that someone recommended placing the 'collapsible' option before the 'active' one. For example,
    $( ".accordion" ).accordion("option", {
        collapsible: true,
        active: false
    I am completely new to Dreamweaver. I inserted a jQuery UI Accordion into my web page because I need a drop-down list. I have a main .css file for my page. Additional jquery css files were added after I inserted the accordion. (For example, I see jquery.ui.core.min.css, jquery.ui.theme.min.css, jquery.ui.caccordion.min.css, jquery-1.8.3.min.js, jquery-ui-1.9.2.accordion.custom.min.js).
    I see a section in jquery-ui-1.9.2.accordion.custom.min.js where I think I might be able to change these settings, but I just want to make sure.
    options:{active:0,animate:{},collapsible:!1,event:"click"
    Thanks in advance for any suggestions.

    Yes, setting collapsible to true (so all sections can collapse at once) and then setting no section as active, it will start completely collapsed, e.g.:
    $( ".accordion" ).accordion({collapsible:true,active:false});
    Do note this is being applied to a container element with the "class" of 'accordion' and not the ID, per your code. If it's ID then use:
    $( "#accordion" ).accordion({collapsible:true,active:false});

  • Hi, is it possible to create a page transition similar to jquery when using a 'nav to' button?

    I am creating an iPad app and wish to have a menu from which when pressed will take the user to other pages within the same app. For this I am using a 'navto://' URL button with the file name and page number following within the code (e.g. navto://filename#1). In the Folio overlay preview, the desired page transition effect similar to jquery occurs but this is lost when uploaded to the iPad. Does anybody know if you can control the page transition effect?

    What folio overlay preview are you talking about? There are no page transitions in DPS.
    Bob

  • ORA-06502 during a procedure which uses Bulk collect feature and nested tab

    Hello Friends,
    have created one procedure which uses Bulk collect and nested table to hold the bulk data. This procedure was using one cursor and a nested table with the same type as the cursor to hold data fetched from cursor. Bulk collection technique was used to collect data from cursor to nested table. But it is giving ORA-06502 error.
    I reduced code of procedure to following to trace the error point. But still error is comming. Please help us to find the cause and solve it.
    Script which is giving error:
    declare
    v_Errorflag BINARY_INTEGER;
    v_flag number := 1;
    CURSOR cur_terminal_info Is
    SELECT distinct
    'a' SettlementType
    FROM
    dual;
    TYPE typ_cur_terminal IS TABLE OF cur_terminal_info%ROWTYPE;
    Tab_Terminal_info typ_cur_Terminal;
    BEGIN
    v_Errorflag := 2;
    OPEN cur_terminal_info;
    LOOP
    v_Errorflag := 4;
    FETCH cur_terminal_info BULK COLLECT INTO tab_terminal_info LIMIT 300;
    EXIT WHEN cur_terminal_info%rowcount &lt;= 0;
    v_Errorflag := 5;
    FOR Y IN Tab_Terminal_Info.FIRST..tab_terminal_info.LAST
    LOOP
    dbms_output.put_line(v_flag);
    v_flag := v_flag + 1;
    end loop;
    END LOOP;
    v_Errorflag := 13;
    COMMIT;
    END;
    I have updated script as following to change datatype as varchar2 for nested table, but still same error is
    comming..
    declare
    v_Errorflag BINARY_INTEGER;
    v_flag number := 1;
    CURSOR cur_terminal_info Is
    SELECT distinct
    'a' SettlementType
    FROM
    dual;
    TYPE typ_cur_terminal IS TABLE OF varchar2(50);
    Tab_Terminal_info typ_cur_Terminal;
    BEGIN
    v_Errorflag := 2;
    OPEN cur_terminal_info;
    LOOP
    v_Errorflag := 4;
    FETCH cur_terminal_info BULK COLLECT INTO tab_terminal_info LIMIT 300;
    EXIT WHEN cur_terminal_info%rowcount &lt;= 0;
    v_Errorflag := 5;
    FOR Y IN Tab_Terminal_Info.FIRST..tab_terminal_info.LAST
    LOOP
    dbms_output.put_line(v_flag);
    v_flag := v_flag + 1;
    end loop;
    END LOOP;
    v_Errorflag := 13;
    COMMIT;
    I could not find the exact reason of error.
    Please help us to solve this error.
    Thanks and Regards..
    Dipali..

    Hello Friends,
    I got the solution.. :)
    I did one mistake in procedure where the loop should end.
    I used the statemetn: EXIT WHEN cur_terminal_info%rowcount &lt;= 0;
    But it should be: EXIT WHEN Tab_Terminal_Info.COUNT &lt;= 0;
    Now my script is working fine.. :)
    Thanks and Regards,
    Dipali..

Maybe you are looking for