Wrapping items in regions

I have created a page with some item regions on it. I have placed some text items in the region. When I make my explorer window smaller, the text items ar placed on different lines. I want it to stay on one line. I can create a table with nowrap for the text items but if I add a basic search item, I have the same problem. Is there any solution to this ?
Thx,
Dirk

One trick I have used in the past is to place a transparent 1 pixel tall gif image in the item region. Make the gif as wide as you want. This will force the region to be at least as wide as the image, giving the other content the space it needs so that it does not wrap.
Hope this helps,
Candace

Similar Messages

  • Is it possible to move items betwen regions using personalizations

    Is it possible to move items betwen regions using personalizations?

    Hi,
    1. Can I create new item using personalization and refer to the item in the another region (for example there are 2 regions in my page R1 and R2, R1 has fields a,b,c and R2 has salary,empno,deptno , so can I create a field FFF in R1 and refer to deptno in R2.Suppose you have a 2 region like R1 & R2.
    R1 contains three MessageTextInput Box. (eg a,b,c)
    R2 contains three MessageTextInput Box. (eg x,y,z)
    Then you can create a new item in any region & its will only impact your UI. (i.e. It will be displayed under the region where you have created it.)
    2. if answer to above question is yes, then if user changes the value in deptno, will this get updated in the apps.The data in the new field won't update the automatically unless & untill, you attach EO based VO to the newly created item.
    Hope you are clear.
    Regards,
    Gyan

  • Items above region content

    Hi,
    How can I customize "Page Template Region 5" to show the "items" above the region?
    I want to customize this region something like "Page Template Body (3. items above region content)".
    Thanks in advance.
    Balaji Chellappa

    No
    "Page Template Body (3. items above region content)". was the only option.
    Alternatively you can create a blank region just above the region and can keep the buttons over there. Its the ugly idea but it works.

  • I want sort items in region by date? How do it?

    Standartly items in region may be sorted by author and size, how i may sort it by date? Reply, please!

    The ordering functionality of a custom search portlet is disabled if you have Oracle Text search enabled. I think this problem is solved in 9.0.4.
    Ordering by date in an item region can be achieved by choosing Group by Item type and then setting Sort order to descending. I have three custom item types (all of type text) available for publishing in a region. Even though it would seem that the three item types would be grouped and then ordered by this setting, it seems that the fact that all of the custom types are derived from one base type makes it work as I want where the last published item is put at the top of the list.
    I presume the Group by function won't work as well if you have file, url, text, ++ item types in the same region.

  • Align page item to region right edge.

    Hi gurus
    I have a region that has just one page item and I want to align it to right edge of its region.
    How can I do that?
    Thanks in advance
    Oscar

    Maheswara,
    Thanks for your answer.
    Really my region is a reports region of item-above-region-content type.
    And the only page item has to be right-aligned to match rigthmost columns.
    Can this info helps you?
    Oscar

  • Adding items to regions dinamically

    Hi,
    I create the following PL/SQL item in a region:
    DECLARE
    item_id NUMBER;
    BEGIN
    item_id := WWSBR_API.add_item(
    p_caid => 34,
    p_folder_id => 34293,
    p_display_name => 'Display name add_item',
    p_type_id => wwsbr_api.ITEM_TYPE_TEXT,
    p_type_caid => wwsbr_api.SHARED_OBJECTS,
    p_region_id => 3668,
    p_category_id => wwsbr_api.GENERAL_CATEGORY,
    p_category_caid => wwsbr_api.SHARED_OBJECTS,
    p_image_filename => '1905.GIF',
    p_image_alignment => wwsbr_api.ALIGN_LEFT,
    p_description => 'Description add_item',
    p_publish_date => '04-APR-03',
    p_expire_mode => wwsbr_api.PERMANENT
    END;
    The code should dynamically create an item. But I have the following error executing it:
    Error 30584: DBMS_SQL has raised an unhandled exception. ORA-29532: Java call terminated by uncaught Java exception: java.lang.NullPointerException
    Any suggestion?
    Thank you,
    Alessandro

    try 'p_type_id => wwsbr_api.ITEM_TYPE_FILE'.

  • Lov Items in region files problem in jhs 10.1.3.2.52

    Dear jhs team,
    Everytime we are using lov items inside groups checked with the "generate group in region file" jhs property the following exception is thrown by the container:
    500 Internal Server Error
    java.lang.IllegalArgumentException
         at oracle.adf.view.faces.component.UIXComponentBase.findComponent(UIXComponentBase.java:420)
         at oracle.adfinternal.view.faces.context.AdfFacesContextImpl.addPartialTriggerListeners(AdfFacesContextImpl.java:429)
         at oracle.adf.view.faces.component.UIXComponentBase.decode(UIXComponentBase.java:574)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:676)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXForm.processDecodes(UIXForm.java:53)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:818)
         at oracle.adf.view.faces.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:803)
         at oracle.adf.view.faces.component.UIXComponentBase.processDecodes(UIXComponentBase.java:673)
         at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:900)
         at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:326)
         at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:99)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:233)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:202)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
    Is there any workaround to this problem. If there is please advise so.
    cheers
    George

    I've changed the last line of tableLovItem.vm from:
    ${JHS.dependenciesMgr.addToList("hasChangesPartialTriggers", "${JHS.current.item.fullIdInTable}")}
    into
    #set ($includePrefix = ${JHS.engine.getTemplateContext("includeContext")})
    ${JHS.dependenciesMgr.addToList("hasChangesPartialTriggers", "${includePrefix}${JHS.current.item.fullIdInTable}")}
    as you stated and it works fine now.
    thanks again

  • Arangement of Page Items and Regions

    I created an APEX page (version 4.0.1.00.03) named Request Edit with many page items for data entry of user requests. The form has a region named Request Edit that holds the data entry page items. Within the region is a region for buttons. There were two addition regions on the page below the buttons named Jobs a report region and Audit a Show/Hide region. The users do not like to scroll the page during data entry so I decided to place many page items into three new Hide/Show regions name Requestor, Recipient, and Service. I defined the regions and then moved the page items to one of the three regions Requestor, Recipient, and Service. When the page is displayed the three new regions displayed after the audit region. I wanted the new regions to display after the Request Number and before the Comments page items. I decide to change the Parent Region in the User Interface properties of the page to Request Edit for the new regions. That moved the three regions above the Audit region but after the Comments page item.
    What properties of the three new regions Requestor, Recipient, and Service will position the new regions after the Request Number and before the Comments Page items? Is it necessary to define the Parent Region in the User Interface properties of the page to Request Edit for all of the regions?
    To describe visually what I am trying to do imagine the following simplified page:
    <Create> <Save>
    Request ID: [________]
    Requestor Name: [_________]
    Recipient Name:[ __________]
    Service Type: [____________]
    Comments: [____________________]
    <Create> <Save>
    Jobs Report Region
    +Audit Region
    I defined three regions and moved the page items to them
    <Create> <Save>
    Request ID: [________]
    Comments: [____________________]
    <Create> <Save>
    +Requestor
    +Recipient
    +Service
    Jobs Report Region
    +Audit Region
    After I defined the Parent Region in the User Interface properties of the page to Request Edit it looks something like this:
    <Create> <Save>
    Request ID: [________]
    Comments: [____________________]
    +Requestor
    +Recipient
    +Service
    <Create> <Save>
    Jobs Report Region
    +Audit Region
    But I want the new regions to display between the Request ID and Comments page items.
    Thank you.

    here is how i got someting like that to work with a raoid group.
    page HTML header:
    &lt;script&gt;
    function Show_On_Radio_Value_2(pThis, pThat, pValue, pLabel){
    var rv = html_RadioValue(pThis);
    var elm = document.getElementById(pThat);
    var lbl = document.getElementById(pLabel);
    if (rv == pValue) {
    html_ShowElement(pThat);
    html_ShowElement(pLabel);
    } else {
    html_HideElement(pThat);
    html_HideElement(pLabel); }
    }&lt;/script&gt;
    REGION Footer:
    &lt;script&gt;
    Show_On_Radio_Value_2('<code>P3_ENT_APPROVAL</code>
    ','<code>P3_REJECTION_DESC</code>
    ',"Y",'L_<code>P3_REJECTION_DESC</code>
    &lt;/script&gt;
    I think thats it but it should get you in ther right direction.
    jp
    Edited by: SHONET on Nov 12, 2008 9:26 AM

  • APEX Bug: Page Copy with Items in Region on Page 0

    I've created a region on Page 0 which is a common place holder for items. On all the pages developers will link several items to this region.
    If I copy a page that has items associated to a region on Page 0 those items are not copied. Items that are associated to regions on the current page get copied
    Martin
    http://www.talkapex.com

    Hi Martin,
    I have filed bug# 10386419.
    Regards
    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

  • Create Word Doc from list with multiple items (repeat region)

    I have a document library that creates an invoice document based on another list. The list has multiple items that where purchased and need to appear on the invoice. It is only showing the first purchase item and not the others. How do I get all the items
    to display (repeating region)?
    Example:
    Invoice #
    Salesperson
    Items Purchased
    item 1
    item 2
    etc...
    Thanks!

    I've tried these examples but it only grabs the first item and places it in the word document. I need it to grab all the items.
    Example:
    Invoice #
    Salesperson
    Items Purchased
    item 1
    item 2
    etc...

  • Can a button be easily moved between Items and Region Position?

    When a button is originally defined, we have to choose whether it is to be placed amongst the items in the regions, or placed in a pre-established region position. Once the button is defined in to one of those places or the other, is there any way to "reassign" it into the other location, i.e. move it between "in the items" and "in a region position"?
    Using Apex release 4.1.1.00.23
    Edited by: Mark T. on Feb 29, 2012 11:03 AM

    I don't believe so, but it won't take long to re-create.

  • Using item depending region

    Hello everyone, I am new to APEX, so sorry if the question is obvious.
    I have ul li list with links (something like
    ul
    li a href="#" class="clickable" value="1">Link1 /a /li
    ul)
    I have P1_ID textitem with type hidden.
    When i'm press link value "id" goes to textfield P1_ID
    (using
    $("a.clickable").click(function(event){
    event.preventDefault();
    $("#P1_ID").get(0).value = $(this).attr('value') ;
    Then i show another region on the same page(region type Pl/SQL block, source some_procedure(:P1_ID));
    I'm facing with problem that my procedure did not see "P1_ID" value without submiting page.
    How to accomplish this without page submiting?

    Denes - See Re: Computed Region TItles being Escaped in Apex 2.2 for warnings about doing this. If the values contain HTML you will need to use application items or page items of type "Display as Text (does not save state)" with display condition=Never instead of using page items of type Hidden.
    Scott

  • Acrobat x pro serial number issues - registration says not valid. This was an unused, shrink wrapped item. ideas?

    Just bought this item, and on installation, the serial number isn't accepted. double checked the entry, and am still getting kick back.
    Thanks in advance for assistance!

    65083248 is the PN. Thanks!
    On Dec 28, 2014 11:59 AM, "Test Screen Name" <[email protected]>

  • Skillbuilders Modal Refresh Item and Region separately on parent

    I have a page with two regions.
    One region has a LOV field and a button that calls a modal window to update the LOV values. On return I fire a DA based on the Modal autoclose event with a selection type of DOM Object and document object set to "document". That works.
    I have a second region and a button that calls a modal window to create a record for that region. I want the submit on that modal page to refresh the second region. This is not working. I tried to hang it off the first DA just to get it working. That did not work. That second region is a pl/sql region that calls a pl/sql procedure to build the region,  if that matters.
    harry

    Harry,
    A PL/SQL type region is not refresh-able like this through dynamic actions.
    One way to achieve something like this would be to recreate your PL/SQL region as an Application Process that is called On Demand (or even create an Ajax Callback in the page). You can then call this process via aja where it will return the results of your print statements. Then you would work with the return value to place it on the page.
    This thread shows example code that you could follow:
    Write Javascript from On Demand Process
    Greg

  • 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.

Maybe you are looking for

  • HT1414 How can I get my IPad back to the way it was before I updated it? I hate the way it is now!

    I recently upgraded my IPad because I thought it was a necessary security upgrade since Apple's security was recently compromised. I did not know it was going to reconfigure my settings. I hate it the way it is now and don't know how to get it back t

  • Random Intenet Drops for a Few Seconds

    Hi all, my first post on here.  I was hoping to get this issue fixed with a tech visit, but of course, that didn't happen. I started my 105 mbps internet service about a month ago.  I am using the Technicolor Xfinity modem that is currently being ren

  • Import projects not working ?

    Hello All,           I had some 10 Projects in one drive. Now I moved them all to a different location. Now I tried to Import all of these from the current location into my NWDS. The import took place but the prjects are still <b>referring to the old

  • Animation will not work on when previewing in Folio builder

    I have created a simple animation in Edge Animate, but when I place it in InDesign and preview it only displays the poster image. When clicked it fades to nothing. This is the process I followed thus far: Created shapes  in illustrator and saved it a

  • VIs in Dropbox, file-verison conflicts possible?

    Hi I develop my VIs mostly on my laptop, also at home, and need to use the VIs on a 12-core workstation at work. I want to have the latest VIs on both computers, and therefore Dropbox might be a good version to keep the VIs always synchronized. My qu