Ability to expand all accordion tabs

It would be great feature for accordions. Sometimes it is good to have all Main categories opened and client can close these  what he read.
Also it will help for easy rearanging of Tabs and content on minipages.
Maybe would be interesting allowed or restricted close some tabs. I don't know if it is possible just an idea.
Cheers!

While this functionality is not available, can I suggest a useful tip for end users if they regularly visit the same area and want to view it expanded ...
Go to the area of the structure and (manually) open all the branches the first time of visiting.  Then use the Actions -> Save OrgChart menu to save this.  Apart from saving the starting point, style and views selected, it also "remembers" which nodes you have expanded. Note that it does not save the data, just these parameters.
So, next time you access the application, use the OrgChart menu (top left) and select your Saved Hierarchy from the list to see the area of the structure you want (all expanded) with the latest data available.
Not perfect but might help some users ...
Stephen

Similar Messages

  • Accordion tabs

    Hai Adobe users,
              I am using accordion container.Normally  in accordion using selectedindex=0 then first tab willbe open...but i want initially,all accordion tab willbe open.. How is it possible..plz guide me...
    Thanks & Regards,
    Sivamurugan.A

    It is only possible to open one tab initially. What do you mean is a component like the WindowShade of flexlib.
    Link: http://flexlib.googlecode.com/svn/trunk/examples/WindowShade_Sample.swf
    You have to use this component or to develop a custom component.

  • How to Disable Accordion Tab?

    HI. My first visit here...
    Is anyone knows how to disable all accordion tabs and be able
    to open each next from inside previous.
    I know there are some nice samples on how to programatically
    open panels and tabs, but on the same time each of panels or tabs
    can be open by simply clicking on it. I need to restrict user from
    opening tab, unless info is entered inside previous tab content...
    Any advice is appreciated.

    This question has been asked before. Once again, you can NOT do this using pure java. This could be done in Windows using JNI and a keyboard hook or interfacing with the screensaver API perhaps.

  • Can I set my accordion widget to "expand all" tabs?

    I am using an accordion widget to display content on my web page. Is there a way to allow the user to "expand all" of the accordion tabs at once?

    One way you can achieve this is by creating single panel accordion files, just copy the file down for each section, make sure to set the accordion setting to "Can close all".
    See attached screen shot when published.... the panels are all closed, but you can open all to view.

  • Is there a way to expand all the options in the accordion menu?

    I would like to have all the tabs in the accordion menu expanded. Is there a setting or button to have all the options expanded? Thanks.

    thanks trying to help out people if i can, if you put all the years into one accordion rather than a series of accordions then you could open/close the whole lot at once, what about grouping the years into three accordions, 1998-2003, 2004-2009, 2010-2015, so at least theres a good chunk of information available / visible initially?

  • Expand all and collapse all functionality in adf accordion

    Hi
    I need to implement a functionality where in there are two links "Expand All" and "Collapse All" on clicking these links the accordion should behave accordingly.
    Was wondering if this feature is possible by using <af:panelAccordion> component. Or is there any work around for this? Would using jquery be better for this fuctionality.
    Some help in here asap is appreciated.
    Thanks

    You should ask this in the ADF forum: JDeveloper and ADF

  • Using the Accordion Menu - Expand All Option

    Hello,
    I was wondering if there was any way possible to expand all the options for the accordion menu. I understand there is a 'Collapse All' option but it would be really helpful if there was a way to expand all the options on the accordion menu. If there is no way to do this directly, are there any other options, either via creating a button or a link that would all direct the accordion to expand all the options. Please help! Thank you.

    Please feel free to add your suggestion in our ideas section.
    Thanks,
    Sanjit

  • Globally open and close all accordion panels

    Is there a way to globally open and close all accordion
    panels? For example, it would be nice to have an "Expand all" and
    "Collapse all" link at the top of the page, before the accordion,
    that has this functionality.

    Hi FM_n_DC,
    Accordions can only ever have a single panel open. If you
    want individual control over which panels are open you probably
    want to use a CollapsiblePanelGroup. This sample shows how to open
    all and close all of the panels of the CollapsiblePanelGroup:
    http://labs.adobe.com/technologies/spry/samples/collapsiblepanel/CollapsiblePanelGroupSamp le.html
    --== Kin ==--

  • Is there a way to see all your tabs (in all groups) at once while still keeping the tabs grouped?

    I like being able to have my tabs grouped in FF4, but sometimes when the groups are small I'd like to be able to just see all the tabs at once, with the ability to go back into panorama and switch to viewing only one group if need be. Is there a way to do this?

    Flat view (the Filter folder icon with the red stashed circle) has stopped working for me in Leopard. Works in Tiger.
    I'm on: OSX 10.5.5, Mac Pro, Bridge CS3 v.21.0.100

  • Collapse all below and expand all below

    hi,
    Expand all below & collapse all below action are not working for &lt;af:treeTable/&gt; UI component which are provide by &lt;af:panelCollection/&gt; component by default (we dont have control over them). But Action 'expand all below' on selected row is just expanding itself (selected one.)
    Here is the code of implement of treeTable
    &lt;af:panelAccordion inlineStyle="width:100%;" discloseMany="true"
    discloseNone="true" id="regional_panel1"&gt;
    &lt;af:panelCollection
    inlineStyle="width:100%;height:100%"
    id="regional_collection_table_tags"&gt;
    &lt;af:treeTable rowSelection="single" contextMenuId="treeTableMenu"
    rowBandingInterval="1" inlineStyle="width:100%;"
    columnStretching="last"
    value="#{bindings.result.treeModel}" var="node"
    id="TagTree"
    binding="#{pageFlowScope.TagHelper.tagTree}"
    selectionListener="#{pageFlowScope.TagHelper.tableSelectionListener}"&gt;
    &lt;f:facet name="nodeStamp"&gt;
    &lt;af:column headerText="#{bundle.TAG_NAME}"&gt;
    &lt;af:outputText value="#{node.name}"/&gt;
    &lt;/af:column&gt;
    &lt;/f:facet&gt;
    &lt;af:column headerText="#{bundle.DESCRIPTION}"&gt;
    &lt;af:outputText value="#{node.description}"/&gt;
    &lt;/af:column&gt;
    &lt;/af:treeTable&gt;
    &lt;/af:panelCollection
    &gt;
    &lt;/af:panelAccordion&gt;
    Note: Collapse All & Expand All actions are working fine which are also provide by &lt;af:panelCollection/&gt; component.
    Please provide me any info to fix this.
    kind revert me for more info.
    Thank
    KSB

    Hi,
    your panel accordion does not have a showDetail item as a child containing the panelCollection, The IDE should have flagged this as an error. Your problem doesn't reproduce for me
    Frank
    Ps.: component ID should be kept short (less than 7 characters) because they add to the download size and thus contribute to performance degradation

  • Link to specific accordion tab from other page

    Hi all, were working on a site that has recipes page.
    there are few recipes and they are all within an accordion widget.
    when you click on the title ie: Apple pie the tab opens and shows the info.
    My question is : Is it possible to link to that specific accordion tab on the recipes page?
    For example: on the apple page there is a link to the apple pie recipe (which is inside an accordion)
    is that possible?
    yd.

    i meant.
    if you have a page. and on that page there is an accordion with multiple tab (or panel or whatever they are called)
    i would need to make link on another page that link straight to a specific opened tab in the accordion. like an anchor link on another page, but
    have the accordion panel open instead.
    understand
    sorry for the lousy english.
    yd.

  • How to set 'Expand All Conversations' as default in Mail.app

    Can anyone suggest a way that 'Expand All Conversations' can be set as the default layout. I realize how it can be implemented from the menubar command or via the message's triangle icon, but each time I close Mail, the app reverts to the closed layout. I would prefer to retain the expanded layout at all times (in the same way the user can tick off 'Organize All Conversations' and retain it across restarts).

    You can create a custom keyboard shortcut to expand all conversations easily.
    - Go to System Prefs
    - Select the Keyboard icon
    - Select the Keyboard Shortcuts tab
    - Click Application Shortcuts
    - Click +
    - Select Mail from the Applications drop down
    - Enter exact Menu item " Expand All Conversations" without quotes of course
    - then choose a shortcut you prefer
         - Suggest testing out the shortcut you prefer on Mail to make sure it is not currently used
    - Click Add
    - When you get back to your Apple Mail, you can now use the shortcut everytime you want to expand all conversations...
    Unfortunately, I couldn't find any other solution so far...

  • Accordion tabs w/panel sub-nav - default open issues

    I have a spry accordion in a left sidebar, and I'm using it as navigation for a slideshow for a website I'm working on. Each of my 5 accordion tabs has a different category of slideshow, with each panel having multiple sub-navigation links that each link to a different slideshow which appears in the main part of the page (to the right of the sidebar). Say it's something like this:
    VENUES (tab)
    (start panel)
    Bayside Restaurant (link)
    Historic Ballroom (link)
    Western Ranch (link)
    (end panel)
    ACTIVITIES (tab)
    (start panel)
    Surfing (link)
    Dancing (link)
    Horse back riding (link)
    (end panel)
    The sub-navigation to each slideshow is activated by simply clicking on the text, which I linked with the "point to file" link tool in the properties menu. 
    Ideally, I'd like to work with one template in Dreamweaver for all pages/slideshows I'm creating, but I'm running into a problem.  I know how to change the default panel in the .js so that a different one appears open when a user first accesses the page, but I can't figure out how to get the default panel to change when the user clicks on a different panel and attempts to use the subnavigation.  The subnavigation works just fine (it takes the user to the correct slideshow), but then the panel snaps shut instead of remaining open on the one the user selected.
    (So, to further explain with the example above, say the user wanted to look at all the links in the "Venues" tab, but the default is to have the "Activities" tab open on arrival.  The "Venues" tab opens just fine on the click, but as soon as the user clicks on, say "Bayside Restaurant," the correct slideshow appears to the right, but then the "Venues" tab snaps shut and the "Activities" tab and its sub-navigation appears open again. The user then has to click on the "Venues" tab again if s/he wants to see the other options and view a different slideshow, rather than simply being able to click on the next link.) 
    I tried making multiple templates, with different default panels open as a solution, but that's not working either. . .for some reason it keeps defaulting back.  
    Does this make sense?  Are there any solutions to this problem? Any help would be much appreciated.
    Thanks!
    Rebekka

    I think I found your problem.  It lies in the Javascript:
    <script language="JavaScript" type="text/javascript">
    var indexAccordion = new Spry.Widget.Accordion("indexAccordion");
    var acc1 = new Spry.Widget.Accordion("indexAccordion", { useFixedPanelHeights: false });
    </script>
    You have essentially duplicated the code in order to accomodate the useFixedPanelHeights.  Consolidate it into single one, and remove the duplicate:
    <script language="JavaScript" type="text/javascript"> var acc1 = new Spry.Widget.Accordion("indexAccordion", { useFixedPanelHeights: false }); </script>
    IE might be having trouble understanding the double instances of the script and is ignoring the latter one.  Just keep the latter one and it might fix it.
    Also, thanks for the tip, but I use Chrome's Developer Tools... it just didn't cross my mind since I've been busy =)

  • Design Studio : How can I expand all hierarchy at once in dimension filter

    Dear Colleagues.
    I am currently working on design studio. I need your advises to implement BW hierarchies in my dashboard.
    Is it possible to expand all hierarchy in Dimension Filter of Design Studio?
    I tried to expand hierarchy in data source api, like 'expandNode' or 'setDrillLevel'.
    These functions can be expanded all hierarchy in Cross tab. but it can not be applied to Dimension Filter.
    Please help me to achieve this.
    Thank you in advance.
    Best Regards,
    K.Min

    I don't see a way to achieve this with the Dimension Filter or the Filter Panel
    I think it would be a great idea to add to Idea Place at ideas.sap.com

  • Drag and drop accordion tabs

    Is it possible to drag and drop accordion tabs, so that I can
    rearrange its children?

    Hi,
    Do you get any error message/code?
    Based on your description, I would like to suggest you try the following to check the issue:
    1. Run Internet Explorer Performance Troubleshooter.
    The Internet Explorer Performance Troubleshooter is an automated tool which will check for any performance issues which are common with the Internet Explorer on the computer and provides the details on how to fix them. Follow these steps and run the troubleshooter.
    a. Press “Windows Logo” + “W” keys from the keyboard.
    b. Type “Troubleshooting” in the search bar and press “Enter”.
    c. In the “Troubleshooting” window, click on “View All” on the left pane.
    d. Click on “Internet Explorer Performance”.
    e. Click on “Advanced” and then click on “Run as Administrator”.
    f. Click “Next” and follow the on-screen instructions to complete the troubleshooting process.
    2. Run IE with no add-ons. Click Start -> All Programs -> Accessories -> System Tools -> Internet Explorer (with no add-ons). 
    3. Reset Internet Explorer settings.
    http://support.microsoft.com/kb/923737
    Please understand that reset Internet Explorer to its default configuration. This step will also disable any add-ons, plug-ins, or toolbars that are installed.
    4. Try to reinstall the IE 11 for a test.
    How to reinstall or repair Internet Explorer in Windows 7, Windows Vista, and Windows XP
    http://support.microsoft.com/kb/318378/en-us
    If the issue still occurs, you may boot the computer in safe mode and check if that helps.
    Advanced startup options (including safe mode): 
    http://windows.microsoft.com/en-US/windows7/Advanced-startup-options-including-safe-mode
    Regards,
    Blair Deng
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • Revised and Updated Tutorial List

    Here are some Premiere Pro and Encore documents and Tutorials... A mix of old (back to CS5) and new for CC (even for the old ones, most of the basics are the same) There is a bit of overlap, since one discussion will often branch off to more discussi

  • Hp color LaserJet 3500n printer driver

    I just got a new iMac and have marveled at how EASY everything's been ... so far. Of course, Murphy just couldn't resist and I can't get my oldie but goodie hp color LaserJet 3500n printer to print. I clicked + in the Print & Fax System Preferences.

  • Integrate the OBIEE report to the SIEBEL applet using the realtime mode

    Questions: 1. I should send the siebel parameter to the obiee, so the obiee report can be displayed realtime. but i don't konw how to send the customizable siebel parameter to the OBIEE So thanks a lot who can help me.

  • How to read the date in Time management schema or in Payroll schema

    Dear all, My issue is before 16th in current month, the overtime/absence's wage type should be one and after 16th should be another.For example, before 16th,the overtime wage type is 5001 and the absence deduction wage type is 5002,and after the 16th

  • How to disable maintaining select option

    Hello All, I have select option in my selection screen. When i put some value in my select option and double click on it,one small window gets opened for maintaining select option. I want to disable this window . Can any one help me out on this. Than