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

Similar Messages

  • 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

  • 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

  • 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

  • Placing buttons in a region displaying an Interactive Report

    Hi,
    I have a page on which I am displaying an interactive report.I would like to place buttons on this region where the report is displayed-
    - The first button right of the search bar of the interactive report
    - The second button right of the first button.
    - The third (exactly ) below the second button (still right of the search bar)
    I am aware that if this where an HTML region,then I would have had the flexibility to place the third button in a new line without a problem,but can I achieve this in a region displaying an interactive report?
    Is there any way to do this?
    Regards,
    Priya Jetley

    Create the buttons as region buttons in the IR region, with the following properties:
    Button Position: Right of Interactive Report Search Bar
    Button Alignment: Left Right
    Enter *style="display: block; float: right;"* in the Button Attributes of the third button.
    Edited by: fac586 on Nov 11, 2008 8:04 AM
    Changed to fix slight layout glitch in Firefox 2.
    Edited by: fac586 on Nov 11, 2008 9:06 AM
    Changed back as the slight glitch in FF2 is preferable to not working in FF3 and Safari

  • Can you create more region display points??

    There are a number of region display ponts ie Page Template Region Position 1, Page Template Region Position 2.........> Page Template Region Position 8. Is it possible to create another ie Page Template Region Position 9 which is directly below 8??? If so.. how?? I am building a application and am using alot of conditional displays and i have run out of regions!
    thanks Roddy

    Hello,
    No you can not create more region display points.
    But each display point can have N number of regions in it and conditions are at a region level not a region display point level.
    Carl

  • Regions display name number of characters

    I would like to increase the number of characters currently available in the Region Display Name, currently I am limited to 40. How do I change the number of characters avaialble to me?

    Hi,
    Do you talk about Apex region?
    If so , create hidden item Px_ITEM and set it value with your long region name.
    Then use item on region title like &Px_ITEM.Br, Jari

  • Conditional region display

    I am trying to add what I think is a simple condition to a region display with no luck.
    Trying to use the
    Value of item in Expression 1 = Expression 2
    with no luck.
    I have a text item P312_TABLE_NAME with the value SERVER.
    Yet, it does not display when the text item is SERVER
    What am I doing wrong?
    TIA

    Hi TIA,
    I had same issue and it was taking time. I tried your resolution. It worked pretty good. Thanks for posting your resolution to help others.
    Raj

  • Position of items in a region changes when changing region display point

    Hi all,
    I encounter a strange behaviour of items when changing the display point of a reports region from default (Page Template Body (3)) to anything else.
    If set to Body (3), my items are correctly displayed above the report, but else they are displayed below.
    Changing the sequence numbers does not affect this.
    To clarify what I mean I created a sample application:
    http://apex.oracle.com/pls/otn/f?p=16478:1
    Is there any possiblity to influence whether items in a reports region are displayed below or above the report table? - I did not find anything...
    TIA,
    Felix

    If you read the description of those other regions you'll clearly see "items below region content" rather than "items above region content", like the page template body region #3.
    This is one limitation of the ApEx region templates that some would like to see improved - meaning, allowing for more flexibility.
    Earl

  • Best practice for conditional region display

    I feel like I'm missing something here...
    What's the easiest way to control display of a region only if the user has submitted that same page via a button?
    For example, I only want to display a search results region if the user has entered search criteria and pressed a "Search" button.
    Currently, I'm setting a hidden item value on page submission, and only displaying the region if the hidden item value = "SEARCH".
    Is there a better way?

    After click the Search button (Item Name = SEARCH),
    debug mode shows the following at the start of the SHOW:When you submit the page by clicking the button, the REQUEST will be set to the button name during accept procesing, not during the subsequent show processing (the request value for the latter can be passed in via the same-page branch you have defined)
    To verify this, create a dummy after-submit PL/SQL process with NULL; and a Success Message of "Fired", make it conditional upon REQUEST=SEARCH and make sure your branch has the 'Show process success message' checkbox checked.
    Now when you click the Search button, the page should re-display with the Fired success message.

  • Region - Display only on form layout page

    Hi,
    1) I have defined regions on table-form layout style. How ever I want the regions to be displayed only on the Form layout and not on the table layout page that has the search functionality. Is there a way to hide the regions on the search page?
    2) Also for display type "textinput" (read-only), eventhough I checked the "Column wrap?" checkbox, the text still spans across the page and not wrapping.
    Please help!
    Thanks.

    Regions enclose items. You can set the Display in Form Layout, Display in Table Layout and Include in Advanced Search properties on the items within the regions, but you are probably asking how to also hide the region title and line for items that are not displayed on the table/search page.
    Although there may be a better way to handle this, we've created a custom template for the Regions node under the group. The template is attached to the VERTICAL_REGION_CONTAINER template on that node. The template has code that turns off generation of the region if the region name is a certain string,
    We copied the current verticalRegionContainer.vm and added conditional code to the top of it like this:
    #if (((($subRegion.title=="Title1") || ($subRegion.title=="Title2")) && (${JHS.current.pageComponent.processingAdvancedSearchArea}))
              || (($subRegion.title=="SearchTitle") && !${JHS.current.pageComponent.processingAdvancedSearchArea}))
           ## do nothing
        #else
    ## the usual stuff in this template
    #endIn this example, the Title1 and Title2 regions are not being displayed on the search form (Advanced search)/table page but are displayed on the Form (Insert/update) page. The SearchTitle region is displayed on the Advanced Search/ table page but not on the Form (insert/update) page. Something like that may work in your case.
    If you want some fields to appear on both, but in different regions, copy the items and drop them under the appropriate regions.
    Peter Koletzke

  • Region Display

    Hi, can anyone help with this please ...
    I have 6 regions on a page that I am trying to display as 3 first side by side (eg. seq 10, page col 1,2,3) ...
    and the other 3 as (eg. seq 20, page col 1,2,3)
    This works fine, but the regions are too far apart.
    How can I adjust the htmldb page so that the regions are not too far apart when displayed horizontally?
    Thanks
    Kezie

    The easiest way to do this would be to use the "Conditional Display" feature.
    With this feature, you can choose a condition for which to display each region.
    Perhaps you could then create a variable that could change when you press the button, and that could be the test for the conditional display.

  • Regions display

    Hi
    I have 2 regions, 1 on left and 1 on rigth. If i chose to display the banner of both regions, The two banners display as only 1 100% width line, without separation betwen the 2 regions. Is it possible to have e separation ?
    Also, it would be nice to display regions as portlets, that is with (optionnaly) a full frame and not only banner.
    A.

    Hi,
    Do you talk about Apex region?
    If so , create hidden item Px_ITEM and set it value with your long region name.
    Then use item on region title like &Px_ITEM.Br, Jari

Maybe you are looking for