Multiple HideShow Regions - Open/Close All

Using Oracle 10g, Apex 3.1.0
I have a page with multiple hideshow regions.
The customer would like to be able to open or close all of them with one or two ('OPEN ALL','CLOSE ALL') buttons but still have the standard open & close ability (one at a time).
Possible?
Bob

check this out
http://apex.oracle.com/pls/otn/f?p=35250:6:3551482161152928::NO
I hope it helps!
Sam
Please reward good answers by marking them correct or helpful!

Similar Messages

  • Open/close all sequence keyboard shortcut

    Hi,
    Does Anyone know the keyboard shortcut (if there is one) for opening/closing multiple sequences? Thanks!

    No keyboard shortcut for either of these, I'm afraid. (and neither one is a mappable function either)
    Jim's way to close all sequences is pretty clever though.

  • One link to open/close all _accordion_ panels

    I am aware that collapsible panels have group feature and you can open and close all panels by wrapping the individual panels within a group.
    Is there a way to open all panels in an accordion widget?

    Open all, no.
    Close all, yes (set panel to -1, with the useFixedHeights:false option)

  • Open/close all bins

    Is there a way to easily open and close all of the bins in the project panel with one keystroke?
    Thanks.

    glorius. You just saved me from hours of clicking, and probably carpel tunnel.

  • Open/close periods menu

    I want to design a menu for one user who is responsible for open/close all ebs periods.
    I have 2 Set of Books means 2 periods for GL.
    I have 2 each operating units and inventory orgs means 4 each for purchasing/inventory/ap/ar
    I have designed menu but its not working.
    I have created a 4 menus with responsibilities assigned OU Wise from system profile option but its not working.
    Yours help required.

    I am not a functional expert, but several profile options (MO Operating Unit, GL Set of Books etc) will have to be set at the responsibility level for each responsibility in order for them to pick up the correct SOB. I believe this is documented in the GL Manuals at http://download.oracle.com/docs/cd/B25516_18/current/html/docset.html
    HTH
    Srini

  • Collapse panels - close all button

    I am trying to use the Collapsible Panels widget for a FAQ
    page. Each Q/A is in its own CollapsablePanel group, so there are
    about 30 of them. I just created unique IDs for each -
    ID="CollapsiblePanel1", ID="CollapsiblePanel2", etc.
    Any idea how to create buttons to open/close all the panels
    at once? I am not that good with Javascript, so any input would be
    great and helpful.
    Thanks

    Hi MiloZ69,
    30 panels? Yikes!!! One of the widgets I have on my plate is
    a CollapsiblePanelGroup, which is basically the same markup as an
    accordion but it allows you to open/close *any* panel. Sounds like
    you could sure use that widget right now since it only requires a
    single constructor call and object to control all panels.
    Until then, you'll have to manage this manually. Make sure
    all your collapsible panels have a predictable id like "cp1",
    "cp2", etc., then try using this:
    <script language="JavaScript" type="text/javascript">
    function PanelGroup(idPrefixStr, startIndex, lastIndex,
    options)
    this.idPrefixStr = idPrefixStr;
    this.startIndex = startIndex;
    this.lastIndex = lastIndex;
    for (i = this.startIndex; i <= this.lastIndex; i++)
    var id = this.idPrefixStr + i;
    var ele = $(id);
    // Call the CP constructor and store the object
    // on the element itself so we can retrieve it later.
    if (ele)
    ele.spryCP = new Spry.Widget.CollapsiblePanel(id, options);
    PanelGroup.prototype.getWidget = function(panelIndex)
    var widget = null;
    var ele = $(this.idPrefixStr + panelIndex);
    if (ele)
    widget = ele.spryCP;
    return widget;
    PanelGroup.prototype.openPanel = function(panelIndex)
    var w = this.getWidget(panelIndex);
    if (w)
    w.open();
    PanelGroup.prototype.closePanel = function(panelIndex)
    var w = this.getWidget(panelIndex);
    if (w)
    w.close();
    PanelGroup.prototype.openAllPanels = function()
    for (var i = this.startIndex; i < this.lastIndex; i++)
    this.openPanel(i);
    PanelGroup.prototype.closeAllPanels = function()
    for (var i = this.startIndex; i < this.lastIndex; i++)
    this.closePanel(i);
    </script>
    Instead of calling a constructor for each collapsible panel,
    you can then use the PanelGroup constructor which will
    automatically call the constructor for each one:
    <script language="JavaScript" type="text/javascript">
    var cpg = new PanelGroup("cp", 1, 30, { contentIsOpen: false
    </script>
    Then add your buttons to trigger the appropriate function:
    <input type="button" value="Open"
    onclick="cpg.openPanel(3);" />
    <input type="button" value="Close"
    onclick="cpg.closePanel(3);" />
    <input type="button" value="Open All"
    onclick="cpg.openAllPanels();" />
    <input type="button" value="Close All"
    onclick="cpg.closeAllPanels();" />
    --== Kin ==--

  • In 4.0.1, if I have multiple firefox windows open, when I try to close one window, it closes all. Why can't I close just one window at a time?

    I open multiple Firefox windows so that I can quickly Alt+Tab between windows instead of using my mouse to point to tabs. When I close one of my Firefox windows, the browser closes all my windows. What happen to the "Close" feature under the File tab? Why don't I have the option to close only one window at a time?

    I don't understand what happened above, but ericn1, wasn't your problem that you tried to close one browser window using the red X, and ALL of them closed? How did any of the above help you solve your problem? jscher2000 gave you alternate methods of closing windows but said that closing a window with the red X "should" work. It doesn't work, because it is closing ALL your windows, not just the one you are clicking on. I am now having the same problem. with Firefox.
    Understand I do not have the problem with any other program. In other words, I can open multiple windows in Paint Shop Pro, IE, Notepad, etc. and close one with the red X and all others remain open. It ONLY happens when using the Firefox browser.
    The red X should close only the window that you are in when you click on it.
    NOW, before someone suggests tabs, I don't like them and don't use them. My choice. Before someone says my browser is out-of-date, (3.6.13) I am using it because it was the last version that worked reliably on my computers, both at home (Windows 7 Professional) and my office (Windows XP Professional).
    When I updated to the last Firefox browser, both computers started seizing up (nothing worked and had to reboot using power button) Removing that version of Firefox and going back to this version solved that problem. Fact remains, version has little to do with this problem. I've seen other posts around the net about this with different (newer) versions of Firefox.
    So . . . does anyone have a solution to this that doesn't involve using keystrokes or hot keys to close windows instead of the red X that should work properly?

  • If I have multiple browser windows open (not tabs, windows) and I close 1 of them, why do ALL browser windows close?

    If I have multiple browser windows open (not tabs, windows) and I close 1 of them, why do ALL browser windows close?

    How are you closing the window?
    Are you using the File menu or the close X on the title bar?
    Use Alt + F to open the File menu with the Close Tab entry visible (doesn't work with the mouse).

  • Closing one of the opening windows tries to close all tabs on another window

    I opened two windows, one with multiple tabs and another is no tab, when closing a window with no tab, a prompt window appears and ask if I want to close all tabs on another window. Prompt window appeared twice. Is this a bug?

    I also had this issue and disabling the Awesome Screenshot add-on fixed it for me too. Its not doing it anymore after disabling that plugin. Thanks for the tip!!!

  • IOS 8 - How to Close All Open Tabs in Safari?

    ioS 8 - Is there a way to close all open tabs in Safari on the iPhone?  The workaround in iOS 7 was to hit the "Private" button and then click "Close All Tabs," but that no longer works with the revised private browsing method.  Clicking each tab to close multiple tabs is burdensome if there are a lot open.

    Yes, this is VERY painful after a few days of using Safari: Having to close one window at a time. Ugh.

  • I am trying to uninstall and reinstall InDesign and a box shows up saying there is a file open, and I can't find it to close it. Before that, InDesign wouldn't open at all.

    I was trying to open InDesign and it wouldn't open at all. So I tried to uninstall it, intending to reinstall it to see if that would fix the problem. A box popped up saying a file was open, but I couldn't find the file to close it. What else can I try?

    I just uninstalled it and am waiting for it to reinstall. I sincerely hope that I have not lost everything that I worked on so hard. Now that mobile me is gone, I have not been able to go between devices to transfer things. I was merely trying to take a document I had worked on and open it in pages, but it said my version was too old. When I updated, it wouldn't load. Now I cannot do anything. I hope that the reinstall fixes it without losing everything. Please advise!!! Yes, I am in panic mode.

  • How do I open with one click all the windows that I have been minimized? When I right click on the lower bar Firefox icon, I only see the option to close all windows.

    It is used to be that I could right click on the Firefox icon on the toolbar at the bottom of the screen and I would then be given the option to open all windows. Now I only see the option to close all windows. The ability to open all windows is very useful. Have you eliminated this capability? It was a very helpful feature because I often have more than 15 windows minimized at one time. On a regular basis I like to open them all and keep only the ones that I still need. I know that it is possible to see the name of each window that is minimized by moving my cursor over the Firefox icon, but this does not provide enough information. So I have to open each window one at a time to look at it and then decide to close it or keep it - this is a frustrating, time-consuming process. Is there another way to open all the minimized windows at the same time, instead of one at a time?

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    You can retrieve the certificate and check details like who issued certificates and expiration dates of certificates.
    * Click the link at the bottom of the error page: "I Understand the Risks"
    Let Firefox retrieve the certificate: "Add Exception" -> "Get Certificate".
    * Click the "View..." button and inspect the certificate and check who is the issuer.
    You can see more Details like intermediate certificates that are used in the Details pane.

  • Close all the open Application in one-shot ?

    Is there are any way to close all the open application in one shot in ipad rather than double-click the home button and close the apps one by one.

    In principle, I agree with you...
    But it appears that reality is not perfect. I observed on iPhone 3 that memory could be pretty clogged from time to time and I needed to restart it to free up memory and get it back to original speed again. It all depends on which apps you are running. Some appears to eat more memory than others. On iPhone 4, it appears to be less of a problem and I have seen that later iOS releases also makes this less of a problem. I only have a first generation iPad, but I have seen that later iOS releases have improved memory handling significantly there as well. However, it appears to be a good idea to reboot the device after a week or two just to flush the memory. I can't prove this theory scientifically, but I do see a difference in memory usage when doing this.
    The reason I actually tried "Process Killer" was a tip that it addressed the problems many of us encountered with the first iOS 5 release: frequent crashes and slow performance. After the pretty quickly released iOS 5 update, that wes pretty much solved, but occasionally killing processes actually helped me at that point, It made both my devices more stable.
    The original question was about battery performance, there I don't think that the amount of processes running is the key. A much better way of getting more out of your battery is shutting off location services in apps where they are not really needed. I would guess that turning off push notofications for as many apps as possible helps as well.
    Also, turn off the Personal Hotspot on iPhone when it's not needed!

  • Apps open and close all of the sudden

    Ok, my iphone was working fine until 10 minutes ago. I had no issues with it and all of the sudden, I tried opening up an app and all it will do is just open and close all of the sudden. And it's with ALL apps! I tried doing everything there is to do to solve the issue and nothing. I even followed someone's post about downloading a free app and nothing. I have tried restoring it, doing the sleep/wake and home button till apple logo comes up, and turning it off normally, and even re-syncing to computer and NOTHING! What should I do?

    Download another free App - doesn't matter which one.
    Sync and then hold down the Home and top button until the phone switches of completely.
    Restart the phone and you should be fine - you did nothing wrong but its a sign of a bad sync.
    You're not the first so enjoy !

  • 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 ==--

Maybe you are looking for