Displaying a Region on Column 2

Hello All,
I have a Jquery tab on one pf my pages.
Under one tab, I need to add 2 sub regions,
Region1's display point is Column1 & Region2's display point is Column2
How can I achieve this positioning ?
I want the regions to be displayed beside each other
I tried to group them under one parent, somehow I was not able to get the region positioned on column2.
Basically the region that contains the HTML for the tab is column1, how can I make it span to 2 columns ?
Thanks,
RD

RD wrote:
Hello All,
I have a Jquery tab on one pf my pages.
Under one tab, I need to add 2 sub regions,
Region1's display point is Column1 & Region2's display point is Column2
How can I achieve this positioning ?
I want the regions to be displayed beside each other
I tried to group them under one parent, somehow I was not able to get the region positioned on column2.
Basically the region that contains the HTML for the tab is column1, how can I make it span to 2 columns ?Don't use column layout for this. Use 2 subregions within a container region, with CSS positioning.
See +{thread:id=2155320}+ for a discussion of something similar.

Similar Messages

  • Regions in columns display issue

    Good morning,
    In a previous application, I created a page with multiple display points with multiple regions. One of the display points contains two regions; one in column 1 and one in column 2. And the page displays as I expect. Similar to this:
    <body 1>
    Region 1 – column 1
    <body 2>
    Region 2 – column 1 Region 3 – column 2
    <body 3>
    Region 4 – column 1
    Region 5 – column 1
    I’m creating a subset of that application. Using “New page as copy of” to import the previous page. But when I execute the page, the regions are not displaying correctly. Region 4 is displaying to the right of Region 3, as if it was in <body 2> column 3.
    <body 1>
    Region 1 – column 1
    <body 2>
    Region 2 – column 1 Region 3 – column 2 <body 3> Region 4 – column 1
    Region 5 – column 1
    I’ve double checked both pages multiple times and I can find no differences. If I modify Region 2 to be in column 1 and the page displays as I would expect.
    <body 1>
    Region 1 – column 1
    <body 2>
    Region 2 – column 1
    Region 3 – column 1
    <body 3>
    Region 4 – column 1
    Region 5 – column 1
    Does anyone have any ideas what the problem is?
    Thanks
    Ray

    gillfir wrote:
    In a previous application, I created a page with multiple display points with multiple regions. One of the display points contains two regions; one in column 1 and one in column 2. And the page displays as I expect. Similar to this:
    <body 1>
    Region 1 – column 1
    <body 2>
    Region 2 – column 1 Region 3 – column 2
    <body 3>
    Region 4 – column 1
    Region 5 – column 1
    I’m creating a subset of that application. Using “New page as copy of” to import the previous page. But when I execute the page, the regions are not displaying correctly. Region 4 is displaying to the right of Region 3, as if it was in <body 2> column 3.
    <body 1>
    Region 1 – column 1
    <body 2>
    Region 2 – column 1 Region 3 – column 2 <body 3> Region 4 – column 1
    Region 5 – column 1
    I’ve double checked both pages multiple times and I can find no differences. If I modify Region 2 to be in column 1 and the page displays as I would expect.
    <body 1>
    Region 1 – column 1
    <body 2>
    Region 2 – column 1
    Region 3 – column 1
    <body 3>
    Region 4 – column 1
    Region 5 – column 1
    Does anyone have any ideas what the problem is?Not without a reproduction of the problem on apex.oracle.com, and/or information relevant to page layout:
    <li>Full APEX version
    <li>Full DB version and edition
    <li>Web server architecture (EPG, OHS or APEX listener)
    <li>Browser(s)/version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region type(s)
    (For something this involved you really should produce a test case on apex.oracle.com rather than expecting others to try to reproduce it.)

  • Gallery Display Thumbnails in Two Columns

    Thanks to Mr. Booth for his excellent tutorial on setting up
    a web gallery. This really gave me a great foundation.
    My question has to do with controlling how thumbnail images
    are displayed on the page. I would like to display two (or three)
    columns ot thumbs along with a text title for each. If I were
    programming this in C++, I would setup a "for loop" and simply
    display the first column with an index of i/2, and the second
    column with an index of i/2 + 1, but I can't seem to figure out how
    to achieve a similar effect within the confines of HTML.
    Here is my code snippet. What I get is two columns of
    identical thumbs. How would you change this to make thumbs 1,3,5...
    appear in column one, and thumbs 2,4,6... appear in column two? It
    seemed to me that using a table was a good way to set this up, but
    I'm very new to web programming.
    <div class="NewThumbClass" spry:region="dsGallery" >
    <table>
    <tr spry:repeat="dsGallery" >
    <td> {title} <br />
    <img src ="thumbnails/{path}" /></td>
    <td> {title}<br />
    <img src ="thumbnails/{path}" /></td>
    </tr>
    </table>
    </div>
    Note that {title} and {path} are gotten from the XML database
    file. Thanks in advance for your help.
    Mike Whalen

    Hi
    No! It's not possible, but you can try to create an your own heading in TOP-OF-PAGE to write the first heading line, the second one will be the std line .
    Max

  • Dynamically change region sequence/column

    I have a page that has many regions on it (ie. dashboard). The regions are all set to customize so the user can hide/show any of them. I have them all set with Display Point Page Template Body (3) and in columns 1-3 (see below):
    Region 1 Region 2 Region 3
    Region 4 Region 5 Region 6
    My problem is that the users want to be able to decide what sequence/column to display each region. .ie move Region5 under the 1st column or move it above Region 2. Is there any way to do that? Should I be using a different approach for dashboarding?
    Thanks

    Hi Bob,
    it should be possible with Javascript. Each region is contained in a HTML-table cell. With the region static-id you can identify each region with something like :
    theRegion = document.getElementById('region static-id')
    the HTML-content of the region would be.
    theRegion.innerHTML
    You should be able to exchange the content of the regions like this.
    DickDral

  • How to display two regions side-by-side without wrapping?

    Application Express 3.2.1.00.10
    On my page I have two regions: (1) report region, and (2) PL/SQL Region
    The report region is based on a query that returns a single column containing the following HTML.
    example:
    <TABLE width=100% bordercolor=#E7E7E7 cellspacing=1>
    <TR bgcolor=#E7E7E7>
    <TD><B>VIEW NAME</B></TD>
    <TD><B>LAST UPDATED</B></TD>
    </TR>
    </TABLE>
    The second region is based on PL/SQL code that based on certain conditions, returns a workspace image using htp.img.
    Both regions are using defined with:
    Template: No Template
    Display Point: Page Template Body (1, items below region content)
    Column: 1 (for 1st region), 2 (for 2nd region)
    The issue is that both the HTML table and image appear on the page, but the contents within the table are wrapping.
    I have tried changing the CSS Style attribute for the report column attribute, but I can't get it to stop wrapping the contents. In searching the forum, I haven't found any solution to this, or maybe I am not searching for the right keywords.
    Any ideas?

    You can do this in form painter position your secondary windows side by side. then in the page start creating tables.
    so now your each table in each window will appear side by side because your both windows u positioned it side by side.
    Swetha.

  • Not able to display data in different columns using Unicode encoding

    Hi,
    Iam using Unicode encoding in my Java appln to support Japanese characters while downloading CSV report. But using the Unicode encoding displays all data in the first column of Excel sheet.
    Please let me know how to display data in different columns using Unicode encoding in Excel sheet.

    Hi Venkat,
    After extracting data into DSO check the request whether active or not.
    Check data in DSO in contents.
    If is there any restrictions on info providers in Queries.
    Let us know status clearly.......
    Reg
    Pra

  • Not able to display data in separate columns using Unicode encoding

    Hi,
    Iam using Unicode encoding in my Java appln to support Japanese characters while downloading CSV report. But using the Unicode encoding displays all data in the first column of Excel sheet.
    Please let me know how to display data in different columns using Unicode encoding in Excel sheet.
    This is an urgent need. Please help me out.

    Hi,
    I have no problem with item :P15_EV_LCL this is having a value my probem here is i am using java script to display the value in different color based on the condtion case
    eg:
    select
    case
    TRUNC((
    ( (NVL(Z."AEWP",0) - NVL(Z."BEWP_Final",0) ) / DECODE(Z."BEWP_Final",0,NULL,Z."BEWP_Final") ) * 100
    ),2)
    = :P15_EV_LCL
    then
    span style="background-color:lightgreen"
    || TRUNC((
    ( (NVL(Z."AEWP",0) - NVL(Z."BEWP_Final",0) ) / DECODE(Z."BEWP_Final",0,NULL,Z."BEWP_Final") ) * 100
    ),2) || '%' || /span
    else
    span style="background-color:yellow"
    || TRUNC(
    ( (NVL(Z."AEWP",0) - NVL(Z."BEWP_Final",0) ) / DECODE(Z."BEWP_Final",0,NULL,Z."BEWP_Final") ) * 100
    ),2) || '%' || /span
    end "Effort"
    from actuals Z
    If i dont use this <Span style="Background-color:color"> i am able to generate data in excel sheet if i use this color coding i am not able to get data in spread sheet.
    Please suggest
    Thanks
    Sudhir
    Edited by: Sudhir_N on Mar 23, 2009 10:00 PM

  • How to display subtotals in separate column in alv report?

    hi,
    I am displayed the subtotals  for QUantity field BDMNG in Reuse_alv_grid_display  in the same column.
    but I want to display subtotal in separate column.
    How to display subtotals in separate column in alv report?
    thanks&regards.
    samba.k

    Hi
    As far as i know you can't do this,the option you have is to create one more column (subtotal) and populate it by manual calculation at every subtotal (not alv subtotal but yours) .
    Best Regards
    Yossi

  • How to display more than 60 columns in a report

    I have a table defined as follows
    id
    column_name
    column_value
    data sample
    id col_name column_value
    1 col1 val1
    1 col2 val2
    1 col3 val3
    2 col1 val1
    2 col2 val2
    2 col3 val3
    now I want to display the data in a report as follows
    id col1 col2 col3
    1 val1 val2 val3
    2 val1 val2 val3
    I was able to generate output using pivots [http://technology.amis.nl/blog/1197/pivot-dynamic-data]
    the problem is that I can have more that 60 columns retrieved in each row, the pivot solution will retrieve them correctly but I can't display more than 60 columns in apex reports, why this restriction in apex, any solution

    Hello:
    In the Source section of the report definition choose 'Use Generic Column Names (parse query at runtime only)' and then specify a suitable value for 'Maximum number of generic report columns:'
    Varad

  • Display images in rows & columns using dataTable in JSF 2.0, netbeans 6.9.1

    Hi,
    I have to display only images on a web page in JSF2.0 in Netbeans. I am using datatable and column to do so. But there is one problem.
    All images are display only in single column(i.e. vertically). I want to display in rows and columns not only column.
    e.g. One row will have atleast 3 images and more rows like this.
    Which attribute should i use of datatable? or should i use some other tag?
    My code is:
    <h:dataTable var="images"
    value="#{jsfMBean.allImages}"
    rules="none"
    cellpadding="20"
    border="0" >
    <h:column>
    <h:graphicImage value="faces/WEB-INF/upload/#{images.picid}" width="300px" height="100px" />
    </h:column>
    </h:dataTable>
    Thanks.
    NetBeans 6.9.1
    JSF 2.0 with facelets
    glassfish 3.0
    Enterprise java beans
    PrimeFaces 3.0

    I believe you are looking for the panelgrid, not the datatable.
    Note that there are a few useful websites online that list the available JSF tags plus their properties, such as these:
    http://www.horstmann.com/corejsf/jsf-tags.html
    http://www.exadel.com/web/portal/jsftags-guide

  • How do i prevent display of a particular column in ALV

    How do i prevent display of a particular column
    of a structure in ALV

    Hi Serdar,
    Please do let us know the link , as soon as your code sample is put in sdn.sap.com.
    I request the <b>veteran members</b> of this forum to <b>contribute to WebLogs</b> or <b>code samples</b>, since over the time, the same questions will be asked and instead of repeating the answers, we can direct them to Weblogs or Code Samples.
    There is an ABAP FAQ present in this site, which has given insight to so many things, that I have not even considered remotely possible.
    As seen today, there was a useful piece of code posted. Instead of posting the code in the forum, you can create it as a weblog and post it there.
    Regards,
    Subramanian V.

  • How do I get my bookmarks to display again in a column on the left of my screen, just as it always has and the way I like them. I do not want to use full screen display without the bookmarks showing.

    I have a full screen and cannot see my bookmarks.
    How do I get my bookmarks to display again in a column on the left of my screen, just as it always has and the way I like them. I do not want to use full screen display without the bookmarks showing.

    View > Sidebar > Bookmarks (Ctrl+B)
    Press F10 or tap the Alt key to bring up the "Menu Bar" temporarily.

  • Displaying more than one column in TreeControl

    Hi,
    I have three tables ( LaborOperation, LaborIndex, LaborData). In TreeControl, i am displaying the following table columns,
    LaborOperation ->operationid,
    LaborIndex -> indexid,
    LaborData -> date, value.
    i want to be like this.
    + Operation Id(Single Column)
    + OperationIndex(Single Column)
    -OperationData(Multiple Column)
    I can able to display single column values in tree control by setting the nodedifinition property in tree control. i can't able to display more than one column in tree control.
    any idea about this problem
    thanks in advance.
    -Nainar

    Arun Prasath wrote:
    I want to display more than one row in a multiple columns of a single row.
    For example,
    In oracle apps, there are multiple tax lines for a single invoice. Each tax lines having their own entry in tax detail table.
    When i try to display a single invoice's details in a single row i found the difficulty.Hmm did you see the title of the forum? Oracle Database » General Questions !
    May be you want to check the Oracle Apps forum?
    Aman....

  • How to display more than one column with for each

    Hi guys,
    how to display more than one column with for each like below?
    for each
    Item1
    Item2
    Item3
    Item4
    Item5
    Item6
    Item7
    Item8
    Item9
    Item10
    End for each
    for each          
    Item1     Item2     Item3
    Item4     Item5     Item6
    Item7     Item8     Item9
    Item10          
    End for each

    Take a look at this to see if the solution provided would work for you: https://blogs.oracle.com/xmlpublisher/entry/multi_column_row_woes
    Won't you have more than 10 records in your data file ? If you are going to have only 10 items then you may be able to use position() function to limit it to 3 each..
    Take a look at this: https://blogs.oracle.com/xmlpublisher/entry/turning_rows_into_columns
    Thanks,
    Bipuser

  • Display more than 1023 Columns in alv

    can we display more than 1023 columns in alv. please provide inputs on any approach that can be followed to achieve this.
    Thanks.

    Hi,
    just for the record. Here's the code to create a table with 10000 columns, in this example all of type vendor. It could be modified a little to create any dynamic table. Without any visible limits and can be displayed in SALV.
    DATA:
        lv_lifnr       TYPE lifnr,
        lv_numc7       TYPE numc7,
        lt_components  TYPE cl_abap_structdescr=>component_table,
        lo_struc_descr TYPE REF TO cl_abap_structdescr,
        lo_tdescr      TYPE REF TO cl_abap_tabledescr,
        lr_tab         TYPE REF TO data.
      FIELD-SYMBOLS:
        <component>   TYPE LINE OF abap_component_tab,
        <range_tab>   TYPE STANDARD TABLE,
        <tab>         TYPE table.
    * build dynamic table
      DO 10000 TIMES.
        APPEND INITIAL LINE TO lt_components ASSIGNING <component>.
        <component>-type ?= cl_abap_datadescr=>describe_by_data( lv_lifnr ).
        lv_numc7 = sy-index.
        CONCATENATE 'FIELD' lv_numc7 INTO <component>-name.
      ENDDO.
      lo_struc_descr    ?= cl_abap_structdescr=>create( lt_components ).
      lo_tdescr        = cl_abap_tabledescr=>create( lo_struc_descr ).
      CREATE DATA lr_tab TYPE HANDLE lo_tdescr.
      ASSIGN lr_tab->* TO <tab>.
      APPEND INITIAL LINE TO <tab>.
    I discovered that it takes some time (15 seconds or more) to create, even F1 and F4 in the SALV table use considerable time to pop up, I think (SAP never imagined
    But it works - and the code is so simple!
    Kind regards,
    Clemens

Maybe you are looking for

  • Suppress Zeros in BPC

    I've run into a slight issue when suppressing Zeros in a standard report in BPC.  I'm hoping others have run into this as well, it seems like there should be a solution (but I haven't run into any via the help or this forum).  Here's the situation: I

  • SD PS Integration: How to copy material text in Project Network?

    Hi We are creating project from contract where every material from contract creates a Network/ activity in project. The requirement is to pull material text in Network. Does it require user exit because I was unable to find any thing in configuration

  • Report Output in PDF using htmldb_example.xslt yields blank page; commas

    I am able to generate a PDF file from a given region using FOP (Formatting Objects Processor). The file that is produced in the Adobe reader produces a nice report with a header and footer region. However, there is always a blank page (containing the

  • Info record error in BAPI_PO_CHANGE

    Hi, I am using BAPI_PO_CHANGE for performing material exchange in a PO. While the new exchanged material do not have any info record for the vendor, the BAPI is throwing an error " No info record exists for material ABC and vendor ABC." The funny thi

  • Page to import data

    What can i create one page to import data in my application?