APEX 4.1.1 title of the region as a link to an application page

Hello
I have a page with many areas where I would like the title of region to be a link to another page in the application, so when the user clicks on the title redirected to this page.

I saw a number of variables like APP_ID etc but I can't seem to figure how to use in this case.

Good ideas on how to do it?

Kind regards
Andy

You should be able to create a view single element on the page, P1_ITEM then fill this article with your link, then enter the title of region & P1_ITEM.

Include point.

I guess that the region is configured to display the title.

PS - Create a hidden region that this element of the page will reside in so it does not display elsewhere on the page.

Published by: Bob37 on March 8, 2012 13:29

Tags: Database

Similar Questions

  • How to display the number of dynamics and the progress bar graphic on the title of the region

    Hello

    I have several show/hide parts of a report on a dashboard page. When the user comes to this dashboard page, it see areas collapsed and a status appropriate for each region and click on the region concerned the status listed in the title bar of region-based. Each region show different reports as "Exits", "Tasks", "Communiqué of progress" etc., for example, the user want to see the number of questions and tasks as a number displayed on the side right of the 'from', 'Tasks' area, in the same line as the title of the region. In addition, the user wants to see a progress bar graphic of liitle for the region 'Progress of the liberation' displayed on the right side of the area, in the same line as the title of the report. I have the return function to get these numbers and the graphic progress bar, but do not know how to post them on the right side of the area in the same line as the title of the region. all the ideas are really appreciated.

    Thanks for your time,
    Surya

    Seems interesting. Could create an example on apex.oracle.com experiment?

    Try this approach:

    Create an item hidden in each region to receive these values of synthesis (e.g. P1_DASH_TASK_COUNT) and calculate them the or some functions in regions before calculations.

    These values using the notation of substitution in the region of reference titles:

    Tasks &P1_DASH_TASK_COUNT.
    

    This can then be styled with CSS to get the look required, starting with:

    .dash-summary {
      float: right;
    }
    

    Exactly what is required in the CSS will depend on the theme/template used, why it would be a good idea to see on apex.oracle.com.

  • Title of the region

    Hi all

    Is there a way to control the formatting of the elements contained in a region title? I have a wizard based application that currently lists the step # in the title of the region. IE step 1, step 2...

    We want to list all steps of each title in the region and have the current step that is displayed in bold. I said it is referred to as a 'Train of the Widget', but can't seem to find anything on a Widget Train anywhere. What we would like to see below.


    for the title of step 1, it would look like this step 1 > step 2 > step 3 > step 4 where step 1 is "BOLD" and a little bigger

    for the title of step 2, it would look like this step 1 > step 2 > step 3 > step 4

    for the title of step 3, it would look like this step 1 > step 2 > step 3 > step 4

    for the title of step 4, it would look like this step 1 > step 2 > step 3 > step 4

    What I have found is this id I put the following in the area of title it does what I want. It all seems like a bad solution.

    < span style = "" font-size: 12px ";" > step 1 > step 2 > < span style = "do-style: oblique;" "font-size: 15px; > step 3 > < / span > step 4 </span >

    Any ideas or suggestions would be appreciated.


    Tom

    Hello

    I guess the ' step 1 > step 2... "are the title of regions and when the user moves to a different application, corresponding page step must be highlighted in bold.

    If my interpretation is correct, then you can change the title of this page itself region to highlight the step.

    Lets say, the user is on page 3 and the corresponding step which is step 3 need to be highlighted.

    desired output:

    Step 1 > step 2 > step 3 > step 4

    Change the title of region

    Step 1 > Step 2 > Step 3  > Step 4 
    

    And that makes the step 3 to appear in bold. In addition, you can create a CSS class and use this class instead of using the inline style.

    Therefore, you can use html span and b tags to highlight your text on other pages.

    I hope this helps you!

    Kind regards
    Mathe

    Published by: man on November 24, 2009 22:09

  • "Title of the document is not a valid windows32 application" error message when opening Word.

    Whenever I try to open a Word document on my desktop, you receive this error message. "Title of the document is not a valid windows32 application.

    can how I recover from this problem, thank you!

    Hi Lydia, I believe it's your first post here, welcome to our community!

    You can try to repair Microsoft Word for this problem.  Here's how.

    1. Go to start > Control Panel.  Select programs and features.
    2. In the list, find Microsoft Office and highlight it.
    3. Choose change on the toolbar and then click "fix."

    Once finished, it will ask you to restart your computer.

  • The title of the region of pageLayout

    Hello

    I have a layout and under that, I much messagecomponentlayouts. Somehow the title of the page I gave in the title pagelayout property does not appear in centre-back to the top but its projection upward at the top left. How can I bring it to the top center.

    Thanks in advance.

    Displays the Cape in the upper left corner is standard FAROUK.
    Almost all of the standard Web sites follow this rule.
    You will never find an application in Oracle apps with center position.

    If you want to continue to do so, leave the empty title in the Pagelayout.
    Include a rawText element in the region of pagelayout as first element.
    Put the HTML required in rawtext to make it look like the Page title.
    You can try different CSS classes within the element too...

    Prasanna-

  • APEX 4.0.1: restriction on the maximum number of dynamic actions on a page?

    Hello

    I would like to know if there is a restriction on the number of dynamic actions on a page.
    I have a page with 29 dynamic actions. Everything works fine on the page.
    If I create another dynamic action that display only an alert or nothing else, I have the HTTP 404 error message when I try to view the page.
    If I delete the old dynamic action and create a new one so that the page works fine.
    After several tests, it seems that there is a maximum number of DA on a page, but if someone can confirm that?

    Environment:
    APEX 4.0.1
    Embedded PL/SQL gateway

    Kind regards
    SDDC

    Hi sddc.

    There is no limit on the number of dynamic action that you have on a page, but it is very likely that you hit a size limit of a variable we use during the generation of the JavaScript code for the dynamic actions. You can activate a log more detailed error further details on your 404 error - see http://www.inside-oracle-apex.com/oracle-apex-got-404-not-found-2/ EPG instructions are in the comments.

    BTW, you might be able to reduce the number of you dynamic actions by specifying page several items in the attribute 'Product (s)' from the 'when' the article if all run the same code. Just separate them with a comma (no spaces). Such as: P1_MGR, P1_DEPTNO

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • In the region Metropolitan 8.1 Windows, Mail applications and people will not open

    I have Windows installed on my g6 Pavilion 8.1, and only today, it started that I can not open the Mail App or people App.

    When I search on either, they just start on the screen lights up but then disappear and eventually small tabs or buttons all the way down in the taskbar.

    What's wrong? Is there a repair App program?

    Hello

    It's something to do with Windows. First, please see the following response:

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_8-ECOMS/cant-open-win-8-mail-app/17484e23-48f4-4cba-A8B9-250bb356ffb3

    After that, you can ask another question on this forum.

    Good luck.

  • Expand the background Image to cover across the region title

    I have a region title that contains an image and it has a height of 2 rows, but the background image (blue image) is not growing in the region (the css contains repetition for background). The application uses the theme 2. Can anyone help?

    CSS:
    .rc-title {
        background: url("../images/bg-region-blue-l.gif") repeat scroll 0 0 transparent;
        float: left;
        width: 100%;
    }
    div.rc-blue-top
    {
        background: url("../images/bg-region-blue-l.gif") repeat scroll 0 0 transparent;
        float: left;
        width: 100%;
    }
    I created the application on the APEX. ORACLE.COM:
    Workspace: RGWORK
    User: TESTER
    Password: test123
    Application: CSRSR (33558)

    Select view from the menu (only choice).

    You will see that the tabular forms a dog tags and an image, another tabular form has a picture but no text (nameplates), even if it is there. I live blue to cover the image and the text.

    Help, please

    DB: 10g
    APEX 4.1

    4.2 APEX (APEX. ORACLE.COM) works the same way.

    Robert
    http://apexjscss.blogspot.com

    sect55 wrote:
    fac586,
    I would like to try the second option:
    >
    Another option would be to eliminate the problem by moving images of the nameplate on the titles of the region. There is a horizontal space within the regions that will allow these images to be rotated to the left of tabular form, that would look OK. But how to refer to the horizontal space within the regions? I looked at the model for the region:

    #TITLE#
    #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#
    #BODY#

    and could not put the image in horizontal space.

    Can you please help me by providing the details?

    There are two options, depending on the role you see images of the plate by playing on the page. I used the two regions to give an example of each.

    * 1. Nameplate as eye-candy: * If there is sufficient information on the region, contained region title and labels of items to make the images of the nameplate of the superfluous by providing information to the user and you are just using them to improve the appearance of the page, then they can only be applied using CSS.

    /* Nameplate image as CSS eye-candy */
    #nameplates-ndc div[id$="catch"] {
      min-height: 36px;
      padding-left: 113px;
      background: transparent url(#WORKSPACE_IMAGES#nameplate_ndc.gif) top left no-repeat;
      background-size: 103px;
    }
    

    Note the use of the CSS3 background-size property to resize the image. If the application needs to work in browsers that do not support this so you will have to drop it and create an image of the exact size required for use in the bottom rule.

    * 2. Nameplate as content: * If the plate images are necessary to provide information to the user, then they should be included in the region (and they must have an alt attribute, providing an alternative representation of the information contained in the image).

    Put the image in the header area:

    Nameplate (name only)
    

    and it floats so it sits next to the form:

    /* Nameplate image as page content */
    #nameplates-name .rc-content-main img {
      float: left;
      margin-right: 10px;
    }
    
  • Enlarge / reduce the region

    Hello
    In Oracle metalink, there is something of a region that has a small icon to the left of the title of the region when using by clicking on the icon, the region will collapse or expand.
    Is it possible to have this kind of region in the Apex?

    Thank you

    PEK

    You can do this with jQuery UI Accordion: http://jqueryui.com/accordion/
    To use this, I created 2 new models in the region in the shared components. I copied 'Form Zone' two times and then adjusted. One will be the region of 'master' and is designed as a container for the different regions with the content. The important thing for this region, must ensure that all of the markup. Since this is just a container, the actual content will be in several subregions. These subregions held the other model and respect the default markup for the accordion and shall be held within a div. Each of these subregions will result in a container separated from accordion.
    Master model region code:

    #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#
    #SUB_REGIONS#
    #BODY#

    #SUB_REGIONS # is wrapped in a div with id static region as id.
    Model of the subregion accordion

    #TITLE#

    #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#
    #BODY#

    This simply reflects the default markup: tag followed by h3 to a div tag

    Now, this jQuery user interface component is not loaded by default on the pages, but it is up to the jQuery UI library that resides in the apex_images folder. So just include it in the HTML of the page header section:

    
    

    Then, you create a pristine area html in your page and he entrusted the main template. Assign a static region id.
    Then assign the template of the subregion accordion to the desired collapsible regions.

    Finally, the accordion must be initialized. I created a dynamic action to run javascript as real action and fire on page load:

    $('#accordion_master').accordion({
    collapsible:true,
    autoHeight:false
    });
    

    #accordion_master is the id of the static region of the master region.

    If you want to keep the (open) assets page is sent, you can. Create a hidden element (here P26_ACCORDION_ACTIVE) and worth "protected value', 'no '.

    $('#accordion_master').accordion({
    collapsible:true,
    autoHeight:false,
    active: ($('#P26_ACCORDION_ACTIVE').val()=="" ? false : parseInt($('#P26_ACCORDION_ACTIVE').val())),
    change: function(event, ui){
    $('#P26_ACCORDION_ACTIVE').val(ui.options.active);
    }
    });
    

    Be sure to check the docs and api for it!

  • How to make a title of region as a link to another page?

    Hello
    I need hyperlink, a title in the region, so when I click in the title I'll go to another page in the application without connection again, in other words to keep the same session.
    Thank you
    Abdul

    Published by: dtabed on May 12, 2009 13:40

    Abdul

    The full link would be

     http://host:port/pls[if using mod_plsql handler]/f?p=&APP_ID.:&APP_PAGE_ID.[if to a specific page]:&APP_SESSION.
    

    Hope this helps

    See you soon

    Ben
    http://www.munkyben.WordPress.com
    Don't forget to mark the answers useful or correct ;)

  • Position of the region

    Hi friends,

    I want to create or set the position of the region as

    http://HTMLDB.Oracle.com/pls/OTN/f?p=31517:59


    Actully I have several checkbox and select L:ist and Date Picker points in my area so I can not put the look of the area and I have 7 regions.
    I want to put the potion of the region as this link.


    How can I do that.

    Published by: 805629 on March 28, 2011 12:20 AM

    You can reorganize and reposition the regions in multiple columns and rows of

  • combining parts of the line which must appear in the same "rank" under the same point of the screen ( region of change-> User Interface-> view Point )
  • Regions under the same point of view can be aligned side-by-side using the attributes of "Column" ( region of change-> User Interface-> column )

  • A region at the only border only no title or the title bar

    Hello Expert,

    I'm trying to create a border around the region, essentially a region with just the bar border and no title or title. There are no simple approach available for this option. Anyone can shed light on this question.

    APEX Version: 4.1.0.00.32

    Theme: Builder 2 blue (I guess that's the theme 2 in the APEX)

    I tried various option using the model of the region without border, report region, region of report without title, without model, etc. as well as a style following CSS code, I've added in the header section of the Page.

    This option creates the border on top of the elements of the region, but do not cover the elements of the region as the elements, who was also in the model without button nor titles

    < style type = "text/css" >
    #CRR {border-style: solid;-CRR is a static ID for the region}
    border-width: 1px ;}
    < / style >

    I also tried to create a model with a new region and removed from the class title and the button class, which has created a region without borders, but there is no line on top than on the sides, which looked so weird. I don't know what is the right solution, but a solution with the new model of the region which does not create that border and no title and the title bar is good.

    Kindly please let me know an approach if everyone is aware.

    Thank you
    CP

    cpora007 wrote:

    Is certainly useful, it does not create the border, but the border is created for both regions.

    It is not the case. It applies only to the #CRR region.

    I have four total regions. At the top is breadcrumb area, below which is region report showing details of base. The third region is a region list waith browser tab only and it is a region without borders. Regions of fourth has all the elements of the form for which I wan the border only. With your suggestion, I am able to get the border, but it covers now the two region 3 and 4. I just only on the 4th region. The model region of fourth, that I modified to 'Region without button or title' the way you suggested.

    Region 3 is cut off from normal flow by excess of s floatthis theme inexplicably applies to virtually everything. This causes the region 4 up and region 3 is rendered in its box.

    Try to make the region 3 model No., or using this to clear the floating region:

    #CRR {
      clear: both;
      border: 1px solid;
    }
    #CRR .bl-body {
      float: none;
      padding: 10px;
    }
    

    The region 3 and region 4 same class .bl-body, hjowever I did not have any static id for region 3. I tried with the static id in region 3 of naming with different name, but that has not changed anything.

    None of this has to do any (other than this class .bl-body is floating).

    Ideally I would prefer a new model of the region, so I can use it for several pages.

    You probably want to create your own model of region from scratch, something like:

    #BODY#

    with a stylesheet as:

    .bordered-region {
      clear: both;
      border: 1px solid;
      padding: 10px;
    }
    
  • Theme of 23 apex no region in some models of the region id?

    When you use the 23 (Crimson) theme, I noticed dynamic actions simple such that hide, do not work on some areas. After investigating the model region I noticed the tag in the section of these regions did not contain an id an example is the ' region without buttons and titles.
    When I added the code: id = "" #REGION_STATIC_ID # "in the tag in the section the problem has been resolved."

    Is there a reason that apex has chosen not to include an ID in certain themes in the area of the 23 theme?

    Joni

    Joni Vandenberghe says:
    When you use the 23 (Crimson) theme, I noticed dynamic actions simple such that hide, do not work on some areas. After investigating the model region I noticed the tag in the section of these regions did not contain an id an example is the ' region without buttons and titles.
    When I added the code: id = "" #REGION_STATIC_ID # "in the tag in the section the problem has been resolved."

    Is there a reason that apex has chosen not to include an ID in certain themes in the area of the 23 theme?

    Joni

    No good reason, you can change to add the desired substitution strings.

    Thank you

  • Hide/show dynamic Action on the region, not hiding title area

    I use APEX 4.0.1 with topic 13.
    I created a dynamic Action to show/hide a region on my page, but that content hiding as expected, the region remains title. Any idea on how to hide title area as well?

    To identify the area to the DA, I use the following method:
    Region Header
    <div id=XYZ>
    
    Region Footer
    </div>
     
    In the DA dom object is now XYZ

    Thanks in advance
    PaulP

    PaulP says:
    I use APEX 4.0.1 with topic 13.
    I created a dynamic Action to show/hide a region on my page, but that content hiding as expected, the region remains title. Any idea on how to hide title area as well?

    To identify the area to the DA, I use the following method:

    Region Header
    
    Region Footer

    Lose the header/footer code, it does not act as a container for the whole region. Use a static region ID as selector of DA.

  • positioning of the region and elements in apex 5.0

    Hello

    I have 1 Brabant in the elements of this region in 3 columns.

    For example

    Point 1 column 1, column of article 2, item 3, column 3

    Article 4 column 1...

    I want to place the region to the left on the screen and position various components

    For example

    Section 1, column 1, point 2, column 2 to column 1, point 3 Column3 twice larger than column 2

    Article 4 column 1 bigger than column1 + column 2, point 5, on the position of the point 3 so there are only 2 items on line 2 and line 3 maybe 4 items

    All the elements are in the 1 table. I don't want to display more than 1 record in this region.

    I think I have to set the position of each element and the region maually. How can I do this?

    I tried in the attributes of the region: style = "left: 320; bottom: 50; »

    and the same thing in the attributes of the element

    What I did wrong

    Kind regards

    Siegwin

    Hi Siegwin

    I assume that you are working on 5 Apex and universal theme.

    I think you have to play with column spans.

    I hope this will help you to Apex 5 theme universal problem with text boxes

    Concerning

    Mahmoud

Maybe you are looking for