Region Display Selector: Don't show the "show all" option

Is there a way to hide the "show all" option in the Region Display Selector ?
I want to have the user select 1 of several regions.
(Apex 4.02)

Hi Rene,
the easiest way is to add the following style information:
apex-rds-first {display:none;}
Regards
Michael

Similar Messages

  • Dynamically set available regions in Region Display Selector

    Hi all,
    assume the following:
    I have a page with multiple regions including a Region Display Selector that displays rows of different types (e.g. Vision, Strategy, Objective, Tatics...).
    All relevant regions are enabled to be displayed in the Region Display Selector.
    Depending on the type I want to set the regions that can be displayed and hide the rest.
    "Show all" in the Region Display Selector should only show all regions available for a given row type.
    Currently I can hide and show a region and the associated entry in the Region Display Selector using Dynamic Actions but "Show all" does exactly what it's Name indicates: It displays all regions, including those I don't want to be visible.
    How can I achieve the desired behaviour? Any ideas for a Workaround?
    Cheers Chris

    use - Region Plugin - RDS Customizable plugin.
    see if its fit in your requirement.
    Pars.

  • Apex 4.0 Region Display Selector export bug?

    Dear reader
    As we were very delighted to use the region display selector on a few pages, we noticed when taking an export of the application from development to test that the region display selector dropped one of the two selected regions. So we only saw "Show All"-"Region 2". Region 1 disappeared suddenly. Clicking one of the remaining options did not invoke something.
    When going into the region attributes of region 1 and turn on "region display selector" back to yes made everything up and running again.
    Has anyone been in the same situation?
    It's pretty annoying when going from test to production as we can't modify the code in there once it's installed.
    Kind regards
    Xnni

    Hi xnni,
    Thanks for posting this. Unfortunately I have been unable to reproduce this. I created a page with 2 regions, set both their 'Region Display Selector' attributes to 'Yes', created a separate 'Region Display Selector' region, exported from 1 4.0.1 instance into a different 4.0.1 instance and all worked fine. Can I ask...
    1) What version of APEX are you using for both development and test?
    2) What theme are you using? I tested with theme 1 and theme 20 and hit no issues.
    3) What type of region are your regions (HTML, Report, etc.) and what template are they using?
    4) Can you verify that the application export contains a "p_include_in_reg_disp_sel_yn=> 'Y'," for the appropriate wwv_flow_api.create_page_plug call where your 'Region 1' is created?
    Regards,
    Anthony

  • Region Display Selector - show all internal message

    Is there internal message that can be translated for Region Display Selector "Show All" link?
    I can do it with jQuery, but....I would like to do it by translating internal message. :)
    Tnx in advance,
    Marko.

    Hi Marko,
    did you check the documentation?
    In the Application Builder Users Guide, Chapter 16, you'll find a listing of all translatable internal messages.
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • Hide the 'Show All' option in Region Selector

    Hi there,
    I just searched this forum and came to know that we can hide the show all option in region selector using jQuery as suggested by VC.
    $('ul[id$="_RDS"]').children('li').each(function(i, e){
    if ($(e).text()=='My Tab') {
    $(e).find('a').click();
    Any idea where this jQuery needs to be inserted?
    thanks.
    Sun

    Hi VC,
    <table class="tbl-body" cellspacing="0" cellpadding="0" border="0" summary="">
        <tbody>
          <tr>
            <td class="tbl-main" width="100%"><div class="apex-rds-container"><ul id="3388023453317532_RDS" class="apex-rds"><li class="apex-rds-first apex-rds-selected"><a href="#SHOW_ALL"><span>Show All</span></a></li><li><a href="#R3065313453780541"><span> MASTER DATA</span></a></li><li class="apex-rds-last"><a href="#R3375830763272358"><span>Edit  Data Dump</span></a></li></ul></div><div class="rounded-corner-region" id="R3065313453780541" >
      <div class="rc-gray-top"><div class="rc-gray-top-r">
        <div class="rc-title"> MASTER DATA<a class="eLink" title="Edit" href="javascript:popupURL('f?p=4000:374:132::::P374_ID,FB_FLOW_ID,FB_FLOW_PAGE_ID:30653,129,1');" tabindex="999"><img src="/i/e.gif" alt="Edit" class="eLink" /></a></div>
      </div></div>
      <div class="rc-body"><div class="rc-body-r">
    <div class="rc-content-buttons"><button value="Reset" onclick="apex.submit('RESET');" class="button-default" type="button"  id="B3068426845780551">
      <span>Reset</span>Anything specific that you want me to paste? Lots of content in the actual HTML source.
    thanks,
    Sun
    Edited by: sun1977 on May 29, 2012 5:50 AM

  • Recently I reset my submenues to use the Show All option rather than displaying the entire contents of the menu. How do I get that setting back.

    Recently, I altered how my sub menes are displayed. I opted to have the sub menues display a "Show All" option to access the entire sub menu. This was a mistake and I can not determine how to return my sub menues to the complete list of available choices. How do I do this?

    Which sub menus do you mean?
    Are that sub menus from the Firefox menu bar or orange Firefox menu button or the context menu on a web page or otherwise?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Region Display Selector - 2nd tab selected

    Hello
    I have implemented the Region Display Selector plugin and modified my APEX 4.02 page so that the 2nd tab is selected on page load (i.e. not the Show All tab). The code I used to achieve this is:
    $('div.apex-rds-container li:eq(1) a').click()this is done on page load.
    This works fine when the page is run on its own - but the page in my application is part of a jquery accordion. When the page is part of the accordion, the 2nd tab gets selected, but I still get all regions displayed initially - clicking on each tab works so that I only get the single region displayed, but I need to have it so only one region is displayed initially (i.e. the region for the second tab which is highlighted).
    Can anyone help with this issue please - or suggest other resources that may help.
    Many thanks
    Paul

    I spoke to soon.... The reason the code appeared to working is because I had an alert in the on load code of the parent page:
    alert("wait");
    $("OTHER").load(function (){
       $('OTHER').contents().find('div.apex-rds-container li:eq(1) a').click();
    });and I was waiting for the accordion to render before clicking ok to the alert. This was then giving me the desired result.
    However, with the alert removed, all tabs are still displayed in the iframe page - so it like the code is firing before the accordion has rendered?
    Any ideas on how to work-around this without the alert?
    Many thanks
    Paul

  • What is done by Flash when you press "Show all" option???

    Hello,
    I need technical information. I'd like to know which kind of resizing is done by Flash when you press the "Show all" option. What differences between "Show all" and 100% are there???
    I'm programming an application and the Flash Player Proyector always has the "Show all" option enabled modifying the size of my content!!!!!
    Thanks in advance.

    https://support.mozilla.org/en-US/kb/firefox-sync-take-your-bookmarks-and-tabs-with-you#w_wheres-all-my-data

  • Region Display Selector

    Does Someone know how do I use the new "Region Display Selector" Region Type in APEX 4.0... and where an I find any example ???

    I have posted a non-solid solution on the following thread. Maybe it gets you started on solving the issue:
    Setup region selector
    Edit: A working solution has been added by Vee.
    Regards,
    Tuur
    Edited by: HENDRTU on Jan 7, 2011 1:29 AM

  • Where's the "show all" option in Spotlight?

    Where's the "show all" option in Spotlight? Currently I only see a list of the first few things Spotlight has found. Where's the option to show all of them in the Finder? I can't find it.

    Hello there, Tom in London.
    The following Knowledge Base article offers up some great information in regard to the Spotlight preferences in Yosemite:
    OS X Yosemite: Spotlight preferences
    Search Results pane
    Choose which categories appear in Spotlight search results: Select the categories you want to include, deselect those you don’t.
    By default, Spotlight results include Spotlight Suggestions, Bing Web Searches, conversions, documents, folders, music, and more.
    If you don’t want your Spotlight search queries and Spotlight Suggestions usage data sent to Apple, you can turn off Spotlight Suggestions by deselecting the Spotlight Suggestions and Bing Web Searches checkboxes. You can also turn off Location Services for Spotlight Suggestions in Security & Privacy preferences. If you turn off Location Services on your Mac, your precise location will not be sent to Apple. For detailed instructions and information, see About Spotlight Suggestions.
    Change the order of results: Drag the categories until they’re in the order you want.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Show All Option when Exporting Flash

    I've made my project and build a flash file out of it. I was wondering if there is an option in Encore to have the "Show All" option selected as default when viewing the project in Flash Player. I didn't know if it was something simple that I'm missing or if I have to find somone who knows how to actually use Flash to do it, but just looking to choose the "Show All" option instead of the "100%" option when viewing in Flash Player. Thanks.

    I don't do flash, but what does it say in the user guide?
    CS5 User Guide - Right click PDF link to save to your computer
    http://help.adobe.com/en_US/PremierePro/CS5/Using/index.html
    http://help.adobe.com/en_US/Encore/CS5/Using/index.html

  • TS3716 I have an iPod nano (3rd generation). I've recently dowloaded iCloud. So now when I open iTunes the window is entirely different. And I don't have the previous menu options. I have downloaded audiobooks for years. Is it not supported by iOS5?

    I have an iPod nano (3rd generation). I've recently dowloaded iCloud. So now when I open iTunes the window is entirely different. And I don't have the previous menu options. I have downloaded audiobooks for years. Is it not supported by iOS5?
    Can I revert back to a previous version? Or must I upgrade to a newer device? Thank you for you expertise!!

    I have an iPod nano (3rd generation). I've recently dowloaded iCloud. So now when I open iTunes the window is entirely different. And I don't have the previous menu options. I have downloaded audiobooks for years. Is it not supported by iOS5?
    Can I revert back to a previous version? Or must I upgrade to a newer device? Thank you for you expertise!!

  • I am using xp and I don't have the wpa2 personnel option to set it up.

    I have a wrt54g3g. I have it set up using security wpa2 personnel with aes. I have the password set and eveything. I can't get my lap top set up to connect. I am using xp and I don't have the wpa2 personnel option to set it up. I need some help on this? Thanks
    Message Edited by ewoolwine on 04-06-200702:46 PM

    Make sure you have Windows XP service pack 2 (SP2) installed.
    Also, WPA2 is the same as WPA with AES.
    Hope this helps.
    Message Edited by toomanydonuts on 04-07-200702:50 AM

  • HT4623 I don't have the software update option in my settings. How can I update my phone?

    I don't have the software update option in my settings. How can I update my phone so I can download apps?

    Are you referring to updating the iOS? Software update for the phone has nothing to do with downloading apps. The only time the OTA software update for the phone iOS was after iOS 5. If you are looking to update applications, then go to the App store and select updates.

  • HT4623 I have an ipad2 16GB but i don't have the software update option in it so how do I update it to iOS.5

    I want to update my ipad216GB to iOS.5 but i don't have the software update option in it so how do I update it to iOS.5

    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 6.0.1. For the iPad Mini the iOS is 6.0.2. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update an iPad (except iPad 1) to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
     Cheers, Tom

Maybe you are looking for