show 2 regions report (subregions) side by side

Hello
I need to create a page with 2 regions report classic side by side.
My problem is that these regions are subregions in another area, so I can't fix the display on 1 or 2 column.

What can I do?

Concerning
Siegwin

I'm not laughing you ;)

I thought that * .rounded-corner-region * was one of your own class, but it seems that it is a default ApEx class. So you can change it in apex_4_1.min.css if you have access to, or you can simply override the class by wrtting * .rounded-corner-region {float: left; clear: none ;} * in your page header (it must appear after the call to apex_4_1.min.css in the code).} But as I said he's going to change all the items that use this class.

So the best way is to create your own new class, for example * .float-left-region *, identical to * .rounded-corner-region * but with float: left; instead of clear: left; :

.float-left-region {
     float: left;
     display: block;
     margin: 0;
     padding: 0 0 9px;
}

You can write write this code in a CSS file or directly in you page header.

Then in your report model, use the class float-left-region instead of rounded-corner-region.
The sum of the width of your report must be less than the width of the parent container if you want them to be displayed side by side.

I have created a new model for left float model in the region and a new class + .float-left-region + (defined in the header of your page) in your workspace to test, you can take a look.

Tags: Database

Similar Questions

  • the SQL for apex 4.2 with 'apex_item.text' region report renders incorrectly

    In the APEX 4.2 page, I created region "report data.

    Type = "SQl query".

    'User interface'-> 'Template '=' area of reports.

    "Area Source 'is' select apex_item.text (1, '111') as double c1".
    The select query is actually much more complex, but generally simplified it is such, that it uses the function "select apex_item.text" construction HTML textfield.

    If I run in query Sql Developer
    select apex_item.text(1, '111') as c1 from dual;
    Then it results in:
    <input type="text" name="f01" size="20" maxlength="2000" value="111"  />
    But in APEX 4.2 the report is rendered thus:
    <td  headers="c1">&lt ;input type=&quot ;text&quot ; name=&quot;f01&quot; size=&quot;20&quot; maxlength=&quot;2000&quot; value=&quot;111&quot;  /&gt ;</td>
    ("for this forum poster correctly I had to put extra spaces between ' ' & gt ' and ';' and so on)

    And APEX 4.2 shows ugly html inside the cell of report/slot for me, showing characters/symbols ">". The reason is that APEX source HTML of the page has no symbol ">" but has "' & gt; '."

    The APEX 3 I have a similar query works fine, without such an anomaly.

    What attribute should I change in APEX 4.2 region to display the result of my query as needed?

    I need this 'apex_item.text' function, I can't remove it.

    Published by: CharlesRoos on 13.02.2013 15:28

    Published by: CharlesRoos on 13.02.2013 15:29

    Published by: CharlesRoos on 13.02.2013 15:29

    CharlesRoos wrote:
    In the APEX 4.2 page, I created region "report data.

    Type = "SQl query".

    ' UI '-->' model '=' area of reports.

    "Area Source 'is' select apex_item.text (1, '111') as double c1".
    The select query is actually much more complex, but generally simplified it is such, that it uses the function "select apex_item.text" construction HTML textfield.

    If I run in query Sql Developer

    select apex_item.text(1, '111') as c1 from dual;
    

    Then it results in:

    
    

    But in APEX 4.2 the report is rendered thus:

    < ;input type=" ;text" ; name="f01" size="20" maxlength="2000" value="111"  /> ;
    

    ("for this forum poster correctly I had to put extra spaces between ' & gt' and ';' and so on)

    And APEX 4.2 shows ugly html inside the cell of report/slot for me, showing characters/symbols ">". The reason is that APEX source HTML of the page has no symbol ' > ' but '& gt;'.

    The APEX 3 I have a similar query works fine, without such an anomaly.

    What attribute should I change in APEX 4.2 region to display the result of my query as needed?

    Make sure the column attribute display as for column C1 is Standard report column.

  • How can I show several regions as a modal popup?

    Hi all!

    I have a popup that displays a report area. Now I want that it show more of a region, for example a regional report and another report below.

    Here is the code I have right now (and that can popup a region):
    $.fx.speeds._default = 1000;
    
    $( function(){
      $('#ModalForm').dialog(
       {
         modal: true,
         autoOpen: false,
         width: 650,
         height: 450,
         buttons:{ Calculate: function(){calculateTotal();},
                         Close: function(){closeForm();}         
       }
      });
    });
    
    function openForm(pFoodTemplateId, pMealTypeId)
    {
    var getone = new htmldb_Get('shiny',&APP_ID.,"APPLICATION_PROCESS=DUMMY", &APP_PAGE_ID.); // initialize get 
    getone.add('P24_TEMPLATEID', pFoodTemplateId);
    getone.add('P24_MEALID', pMealTypeId);
    gReturn = getone.get();
    getone = null;
    
    $('#ModalForm').dialog('open');
    }
    
    function closeForm()
    {$('#ModalForm').dialog('close');}
    
    $(document).ready(function() 
        {$('a.temppop').click(function() {openForm();});
    });
    The class of the button (or in my case, the link in another region that is not displayed as a popup) is temppop.

    QUESTION:_
    How can I change my existing code, so that it can now display another region?

    The ID of the region, it now displays is ModalPopup. I would add another region, with a different ID off course. Choose any ID, as long as you can explain to me how.

    Hello

    I think that better create a new area of HTML which is popup 'holder '.
    And the value of this region as a region of Parent for the other two regions.

    Kind regards
    Jari

    -----
    My Blog: http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • No additional text region report view report items below details

    I have a report based on EMP which displays EMPNO, ENAME and JOB and two text items disabled in the report area above the report. When the user clicks a row in the report these text elements are filled with the additional information of the date of HIRING and SAL for the selected employee. Layout below.

    HireDate February 20, 81
    SAL 1600

    Job name empno
    7698 SMITH CLERK
    7499 ALLEN SALESMAN

    What I want is for additional information (hiredate, sal) to display below the State lines.

    Note that I can't put these extra fields in a separate under the report area as the ratio in the region is a region of Hide and show. I tried the separate region approach by changing the report model to lose the table end tag at the end of "after rows', it seemed to work until I pressed Next on the report and then second region had not at all.


    Details of the page: -.

    HTML Page header - has the function

    function selectEMPRow (phiredate, psal)
    {
    $x('P9002_HIREDATE').value = phiredate;
    $x('P9002_SAL').value = psal;
    }


    Page in the region of report items
    P9002_HIREDATE - text field (disabled, only records do not state)
    P9002_SAL - text field (disabled, only records do not state)


    Region report
    definition
    (SQL query)

    SELECT
    E.EMPNO, E.ENAME, E.JOB,
    E.MGR, E.HIREDATE, E.SAL,
    E.COMM, E.DEPTNO
    OF EDP. EMP E

    Model UI - hide and show the region.

    Attributes
    All columns defined to display
    Report template - P9002_EMP_ROWTEMPLATE.

    Custom Report Template P9002_EMP_ROWTEMPLATE.
    Model name column Type (model line)
    Model - Standard class

    Model of line 1
    < tr #HIGHLIGHT_ROW # onclick = "selectEMPRow (' #HIREDATE #',)"
    #') ; ">
    < class td = "t15data" > #EMPNO # < table >
    < class td = "t15data" > #ENAME # < table >
    < class td = "t15data" > #JOB # < table >
    < /tr >

    Front of the lines
    < table class = "t15standard" summary = 'Report' >
    < class th = "t15header" #ALIGNMENT # > employee no. < /th >
    < class th = "t15header" #ALIGNMENT # > name < /th >
    < class th = "t15header" #ALIGNMENT # > job < /th >

    After the lines
    < b >
    < td colspan = "99" class = "t15afterrows" >
    < span class = "left" > EXTERNAL_LINK # CSV_LINK # # </span >
    < style table = "float: right;" text-align: right; ' Summary 'pagination' = >
    #PAGINATION # < /table >
    < table >
    < /tr >
    < /table >

    Published by: Pete @ LSC on January 6, 2010 01:18

    Published by: Pete @ LSC on January 6, 2010 01:22

    Hello

    Did you try to place your report point of view "Page Template Body (2. (Les éléments ci-dessous le contenu de la région) '?

    BR, Jari

  • How to hide a region report on a page

    Hello

    I have a page divided by 5 regions (region of report).
    It is possible to not show a region when the page is loaded iif the query returns no results?

    Thank you

    Roseline

    Hello

    Yes, you can show way conditional regions.
    Go change your region of report and define the Type of Condition "EXISTS (SQL query returns at least one row)."
    And in the Expression 1 place

    SELECT 1 FROM
    ( paste your query here )
    

    Between the support to place your request.

    BR, Jari

  • display a region report only when is click on the link in the other report

    Hi friends,

    I have 2 parts of report. In my first report region I'll have a column as a link. I want to show the 2nd report

    region only when the user clicks on the link in the 1st region of report. There is a button in the 2nd area of report I want to show

    This button only when the user clicks on the link in the first report.

    The code of my first report is
    select * from tasks;
    I have a column task_id as link
    f?p=&APP_ID.:10:&SESSION.::&DEBUG.::P10_TASK_ID:#TASK_ID#
    My 2nd report code is
    select * from task_details where task_id=:P10_TASK_ID;
    Help, please

    Thank you

    TJ

    Hello

    Assuming that your users get to other pages using the tabs and that these tabs don't doSubmit() when you click it, you can create a calculation for P10_TASK_ID item, in the point of calculation "after Submit'. It would be an Expression of PL/SQL in fair value NULL

    Andy

  • Apex 4.2.5: Problem with region report width to 100% in 26 theme

    For one of my interactive reports, I chose the width 100% region report, but it is not displayed in full width on my computer screen portable 16:9.

    Y at - it no additional parameters to fix?

    Other areas of work.

    Kind regards

    -Wilfried

    Depends on the parent area / page.

    Do you know if the content inside a table? If so, check the width of the td tag.

  • Automatically expand a Hide and Show model region when the Page loads

    Hello

    I work with a Hide and Show region model, and I'm trying to accomplish the following:

    When my Page loads, if a PX_ID is not null, hide it and see the area should be extended automatically.

    I use Apex 4.1.1.

    Any ideas?

    Thank you

    Erick

    Hello Joe,

    Thank you for your response.

    This morning, I was looking for a solution in the forum and I could not find anything. Now, I decided to keep looking for more careful and I found a solution.

    For those interested, check this thead element: Re: hide/show the region

    Basically, I created a dynamic Action with the Code JavaScript: $('.t20RegionHeader') ('img') .children ravishing ();

    Thank you

    Erick

  • Hide/show the region

    Hello
    I'm trying to change the default behavior to hide/show the region to show, after a few attempts, I got partially work but now does not work by clicking on the icon to enable/disable/hide also changed the icons and added a type = "" but his does not work. " Any help? Thanks and greetings

    You can do so at the level of the model. Copy the skin and see the area to Hide and Show (show) and then modify the model. Essentially 2 thing I've changed are the image of collapse_minus.gif and style ="". My suggestion is to make a copy of the region before making any changes. It works for me in IE, Chrome and FF.







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

  • Hide/show the region using the text in the list

    Hi all

    I created a list in a shared application component. Is it possible in the apex to hide and show the region according to the selected list text.

    Thank you.

    I have not used jQuery, but only if the region

    Kind regards
    Richard

  • Show (a region) IF (value) = recordset field

    Hello - I work on ASP Javascript and must show a region if the column of a recordset in my Access database special value. How can I write this? Thank you.

    <% if (rs_SanFran.Fields.Item("OpenClose").value == "Open") { %>
    Sign up right now!
    <% }else{ %>
    Do something else
    <% } %>

  • Creates "shared region report" possible?

    Hello

    I have several pages, which all have the same SQL report with where different clauses. Difference in the where clauses are only differences of the value of the variable binding.

    I would like to reuse the settings of the regions a report - selected columns, column, column etc. header text sortability - for all these pages. How could I proceed, for the region, I can't Maisons a component shared.

    TIA.

    Tamas

    Published by: Tamas Szecsy on July 31, 2009 01:19

    Tamas

    You can create the page using PL/SQL once returning the SQL query, and then have an iFrame or region report AJAX on every page that displays the report he and underlying predicates.

    There is an example you can mess with on my blog and I'll explain the iFrame approach if you want to...

    See you soon

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

  • When you use safari on my iPhone 6 and I turn on the side he's not mode full screen - instead it only shows half of the left side showing bookmark options - reading lists etc - it is really affecting my productivity

    Dream ever since I got my iPhone 6 and when I use safari and turn the phone on the side, it does not show the screen complete safari - instead the half left shows the options of brand book / read the list of options, etc.  my friends iPhone 6 does not mean that when it is in safari - please help me - I looked in the settings, etc and I can't find anything - thank you

    Look for the bookmark icon, it should be noted in blue. Press it to turn it off.

  • Region report show all lines?

    Hello

    I have a report of region in which I want to show all lines. Affecting the system of paging paging No. don't
    seem to do the trick. I put the number of lines and the number of lines Maximum two null. Nothing seems to work.
    Y at - there a trick to getting all the rows to display?

    Thanks in advance!

    You must define Number of Rows, and maximum number of lines = 9999999. If you set null APEX uses the default value, probably 10 paging and 500 maximum number of lines.

  • Satellite laptop computer with screen wide shows space black on both sides

    I have a laptop that has big screen satellite, but on the screen it is not wide but has a black space on part and on the other screen work. How can I change the settings to make it widescreen?
    I tried everything in the screen setting incl. changing resolution etc... not had the slightest idea what to do.

    Thanks :)

    Hello

    Reinstall a graphics driver of car, play with the settings like the resolution of the screen, connect external monitor (I think, it will be the same)

Maybe you are looking for

  • Photo of BlackBerryContact at EncodedImage

    Hi, I want to get a byte [] photo EncodedImage in the BlackBerryContact, how can I do this? When I try to do, an illegal argumet exception is thrown by the createEncodedImage (byte [] b, int offset, int length); I call it like that byte[] binary = co

  • How continuous Horizontal scrolling field Manager?

    Dear all, I want to make the HorizontalFieldManger to scroll continuously. As I have 5 bitmaps in my hfm and when I scroll it and when I am on 5th bitmap, I want to scroll to the first bitmap image. Is this possible? Please help me, I'm in a tense si

  • Why my java Control Panel windows7 opens when I click the icon?

    I am running windows 7 64 bit edition Home premium on my laptop.  I had to do a system restore and now my java icon opens the control panel.  Can someone help me with this problem?  I've deleted and reinstalled my Java as suggested.  My icon is worki

  • View of most recent exhibition/object module app

    HelloI have built a dynamic display object in the Application Module TechnicalSheetImpl.java. And if you run the application modules table appear well built, as we can see in the picture.However, in the JSPX page I can't show the last view.How do I?T

  • error moving Trapcode

    Every time I have applied a value of greater than 0 displacement in Trapcode Mir or Tao is was happens to my projectIt is the latest version of the software After Effects and Trapcode.