Align portlet in a region right

Hello
You can align items to the right or left in a portal region. How do I do this with portlets? For eg: How do I align the 'set language' portlet to the right in one of my regions?
Regards,
Chrigel

hi chrigel,
this does not make sense for portlets because the portlet content is rendered by the portlet code. so you would have to have this functionality within the portlet code or config options. if you add 2 portlets to a region they will always have the same size depending of the HTML frame settings. items are different since their layout is controlled by the portal framework itself. so the portal framework has control over where the items are rendered.
regards,
christian

Similar Messages

  • 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

  • Align af:output to the right side in facet top

    Hi Guys,
    I m trying to align af:output to the right side in facet top but its not working.how can i do that.
    <f:facet name="top">
    <af:panelGroupLayout layout="horizontal"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    id="pgl1" styleClass="AFStretchWidth">
    <af:panelHeader text="JCB Workbench" id="ph1"/>
    <af:outputText value="#{bindings.Name.inputValue}" id="ot1"/>
    </af:panelGroupLayout>
    </f:facet>
    Thanks,
    Raul

    Hi,
    set
    <af:panelGroupLayout layout="vertical" halign="right"  >
    <af:panelHeader text="JCB Workbench" id="ph1"/>
    <af:outputText value="#{bindings.Name.inputValue}" id="ot1"/>
    </af:panelGroupLayout>

  • How to align the number to the right

    Hi,
    Can anybody tell me ,
    1. if the field is related to number, align the value to the right and complete it to the left with 0.
    2. if the field is related to description, align the value to the left and complete it with "spaces".
    Please reply ASAP.
    Thanks,
    Madhu

    Hello Madhu
    If a field has a numeric type its contents is, by default, right-aligned.
    If a field has a alphanumeric type its contents is, by default, left-aligned.
    In order to remove leading spaces (2) you can use the CONDENSE statement.
    In order to add leading zero (1) you can use the OVERLAY statement.
    For details please refer to: [Processing Character Strings|http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3357358411d1829f0000e829fbfe/content.htm]
    Regards
      Uwe

  • Align sub-region Right

    How can I align a sub-region to the right? On an order form, I want to show the line items followed by various other items in the bottom right corner.
    Also, is it possible to align the page items to the right instead of the left within a region?
    Thanks,
    Gregory
    Nudged by Gregory on May 24, 2011 3:54 PM

    for horizontal + vertical alignment I use this little gem of a layout manager:
    [http://www.java2s.com/Code/Java/Swing-JFC/AverticallayoutmanagersimilartojavaawtFlowLayout.htm|http://www.java2s.com/Code/Java/Swing-JFC/AverticallayoutmanagersimilartojavaawtFlowLayout.htm]
    Simple and effective. It can even stretch components on demand.

  • How to Display PHP Output as Portlet in HTML Region using utl_http.request

    I wanted to be able to parse PHP functions to add more functionality to my Page. nothing fantasy, something simple like: http://phpsysinfo.sourceforge.net/phpsysinfo-dev/?template=classic
    Where the realtime values are retrieved from the OS. this represent some kind of problem to me, I know how to do it from Shell Script, Perl or PHP, but not from PL/SQL.
    Based on my experience using Oracle Portal, Portlets, I think we really can make use of the feature used in Portal called Web Clipping. [ This feature basically goes to some Site a retrieve part of the site to show in the current page]. Well the PL/SQL utility utl_http.request does something similar.
    Make sure your request page does not retrieve some headers because that would cause a problem in your page and will not show up.
    This is what I did:
    <b> 1.- </b> Grant Privileges to execute [ <b> utl_http.request </b> ] to the owner of your schema.
    login into the OracleXE / APEX as SYS then go to the Object Navigator, then click on packages, find the utl_http.request then click on it, later click on grant and select your schema owner for your applicaion.
    <b> 2.- </b> Logout as SYS then login as your application schema user. just to test the functionality go to the sql command then enter the following command and then click run:
    <b> select substr(utl_http.request('http://www.oracle.com/'),1, 255) from dual; </b>
    If your output is:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Oracle 10g, Siebel, PeopleSoft | Oracle, The World's Largest Enterprise Software Company</title> <meta name="title" content="Enterprise Applications | Database | Fusio
    <font color='blue'> Wow It worked </font>, this really could be useful !!, If not go back to step 1 and check your permissions to execute, or perhaps your Internet connectivity.
    3.- Once we know the package works and we can retrieve content from the Internet. lets go to some of our pages add some HTML Region.
    4.- Create an item and put into the new region. the source will be SQL, For the purposes of my test the query to the Oracle Page failed, so I decided to give a shot with a simple PHP script with no headers.
    The internal server is: http://mytest.com/hello_world.php
    Where the content of the hello_world.php is:
    <?
    echo '"<b> Hello World </b> ";
    ?>
    This PHP works fine and display the basic Hello World. can be the same server or not, also noticed this can be another port perhaps using something like Ruby,Mason or Java.
    <b> 5.- </b> Finally in my Item the source type is SQL and looks like this:
    <b> select substr(utl_http.request('http://mytest.com/hello_world.php'),1, 255) from dual; </b>
    Apply the changes and run the page !!!
    Excelent It worked as expected. now you know how use utl_http.request to create webclipping in your OracleXE / APEX from remote pages, or how to use it to parse the output from CGI, Perl, PHP, Ruby or Java pages.
    Note: [ Just make sure to strip the headers or parse into a PL/SQL Procedure to clean then show ]
    Best Regards <b> Dino </b>.
    Brains R Like Books only work when they R Open.
    http://www.htmldbhosting.com/

    Sorry, from your post in the LabVIEW board I did not understand that it was the Output message that you were looking for.
    I thought you wanted the results from your test steps displayed on the user interface. 
    It is the “Output Panel” in the sequence editor that displays your output message, but I do not know if there is default Output panel activeX indicator for user interface that the TestStand engine would update automatically like it does the execution view.
    Maybe someone else knows 
    As also pointed out, the UI messages is your other option.
    The Output Message event number is 40 
    http://zone.ni.com/devzone/cda/epd/p/id/3879
    UIMsg_OutputMessages–(Value: 40) TestStand sends this message at periodic intervals when it holds references to output messages that calls to the OutputMessage.Post method queue. TestStand transfers the queued messages to an OutputMessages collection attached to the UIMessage.ActiveXData property for this event. An application that processes output messages should copy the output message references from the collection in UIMessage.ActiveXData to its own private OutputMessages collection by passing its private collection to the OutputMessages.CopyMessagesToCollection method. An application calls the Engine.NewOutputMessages method to create a private OutputMessage collection. TestStand generates this event only if the Engine.OutputMessagesEnabled property is True. Because there can be more than one handler for this event, the application should not modify the OutputMessages collection the UIMessage.ActiveXData property holds.
    Omar
    Message Edited by OmarGator on 10-09-2008 10:12 AM

  • How to align the components in panelGrid right?

    I have a panelGrid with two column, the left column is a image and the right colum is commandLink.
    <h:panelGrid border="0" columns="2" width="100%" columnClasses="headerColumn1, headerColumn2">
    .headerColumn1 {
    vertical-align: top;
    width: 50;
    .headerColumn2 {
    vertical-align: top;
    width: 100%;
    text-align: right;
    But the output is both column width are equal and the text in right column is align left. Can anyone points out what is the problem here?

    Check if the generated HTML and CSS outputs are correct.

  • Beginner ?:  How to align Items in HTML Region so they display nicely?

    I am new to Application Express so please be gentle....
    I have an HTML region that contains several items/fields that I am using to gather user input. So my Page or HTML region looks something like the example below.....
    Name:__________ Birthdate:_________
    Address: _____________________ City:__________ State: _______
    So with the example above in mind how can I get the fields "City" and "Birthdate" to line up nicely on the page so that they would appear something like.....
    Name:__________ Birthdate:_________
    Address: _____________________ City:__________ State: _______
    I have tried changing all kinds of things such as Begin on New Line, ...Field, Colspan, Rowspan. In playing with these various settings I am unable to make any headway with aligning the fields on my page so that they display nicely....but I AM making progress at confusing myself as to how AppEx actually stores the labels and fields. I never seem to be able to control the spacing between the fields being displayed.
    So with all of that said....is there a way to make page items line up in an HTML region? There seems to be no issue getting the first column of each new row to line up (Begin on New Line = Yes) but when in comes to lining up the 2nd and 3rd fields on a row I am at a lose. Looks like I could also use a lesson in how labels and fields are stored within underlying AppEx HTML tables.
    Many thanks in advance for any and all responses.

    Hi Andrei,
    Thanks so much for your response...it got me to realize what my issue really was......What you listed above in your response to my plea for help is almost what I had but I was so concentrated on the small fields that I had that I failed to notice that my problem was the text area below those fields which takes up quite a bit of space on the screen...so what I finally realized (bonehead / rookie mistake on my part) was that my fields were lining up in the second column but the second column did not start until the end of the text area.
    So I am going to look into moving my text area fields to a separate HTML region so that the smaller sized fields above will line up nicely.
    Thanks again for your response and helping me to step back and look again.
    Best regards,
    Shellie

  • Aligning tileset caption to the right?

    Hi Guys,
    When we specify a caption to a tileset SAP CRM Mobile 7.0, it aligns itself to the left. How can we make it right aligned?
    thanks
    Mahesh

    Hi Mahesh,
    From 5.0 release onwards, the layout of customer logo and caption text is changed as Customer logo on LEFT and caption text on RIGHT.
    This was changed as a correction to the standard application. Refer to SAP Note 1463022.
    Best Regards,
    Gervase

  • How to align/flush completely to the right margin or text frame?

    Is this possible? I'm trying to align the Standing Head to the edge of the frame.

    Is the colored background simply the color of your text frame? If so, no, you cannot move text out at the right hand side (on the left side, inserting a thin space before the first character and using a negative kern value works -- but not on the right side). Optical Margin Alignment does something, but it appears to move the right-aligned text to the left instead ...
    If you want to be able to apply a paragraph style and forget about it, you will have to separate the background color and the text frame itself. Then you can make the text frame just a bit wider, and set the right margin of the "regular" text to that same bit.
    You can also put the header into a separate frame and make it an anchored object. More work, harder to adjust, same effect -- but you don't need to resize your text frame.

  • How to align desktop icons to the right in gnome

    How do i get the icons to auto align to the right of the desktop??  And i know i could just manually put them there, but that is not a solution but more a workaround.   Thanks in advanced.
    -Dan

    thanks for the response.  As i said i know i can move them from the left to the right manually.  But im saying when i new icon is created it defualts to the left, i want to change that.  I want my icons to neatly arrange themeselves to the right when i choose align by name.  Hmmmm....   From reading online it seams impossible.... to bad though...... 
    Thanks again for the help
    -Dan

  • Align top menu to the right

    Hi everyone,
    I translated Safari to Hebrew and Arabic , is there a way to align the top Safari menus to the right ? (file,view,help,etc.)
    Thank for the help.
    Aviran

    You should write a feature request to https://bugreport.apple.com/ regarding your need

  • Ultra Search portlet page results region

    Hi all,
    Is possible to define the region where the results for an UltraSearch query are displayed?.
    By default these results are showed below the query box.
    The idea is that the results were shown in a different region.
    It's possible?
    Thanks in advance,

    It might be better if you address this question on the UltraSearch forum at Ultra Search

  • How to change "Portlet" Regions type alignment?

    how can I change the alignment in the region with portlets?
    *** In regions with items type ,inedit settings its possible to change the alignment..
    How can i do that to portlet-regions?
    thanks

    Hi Neeraj,
    We have a requirement to set the portlet preferences for al the users.
    Based on the solution you gave, I set preference value in config mode and those preferences value are set for all the users.
    I succusfully implemented edit_config mode on Oracle Portal and I shared my code snippets at
    http://wsrp-jsr168.blogspot.com/
    I hope this is very helpful.
    --Somesh                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How can I vertically align items that are in different regions

    Hello,
    I am a novice developer in APEX. I am creating a page which has 4 regions on it. Right now it looks like the following:
    ----region 1----------------------
    label: field label4: field
    -----region 2--- region 3--
    label: field label45: field
    -----region 4---------------------
    label:field [one-item-worth-of-space. next item aligned to right of item below]long_label: field
    label: field label: field
    I am trying to vertically align the items in these regions, in such a way that all the colons are vertically aligned.
    I am having a particular alignment problem in region 4, column 2 (item are bold). Both label:field, and long_label:field in region 4 have the same vertical/horizontal alignment option as the rest of the region (right for label, left for field). For some reason, there is one item space between these two items. This space is removed if I switch the two fields.
    I would really appreciate any help trying to understand
    - how to remove the one-item-equivalent space between two items in region 4
    - how to vertically align all these fields in different regions on one page.
    I tried to create the original scenario in bold, but the post would not allow space formatting. I apologise if it is difficult to understand
    Thank you in advance for your time.
    RHaq

    This is not the APEX forum. Post your question in this forum:
    Oracle Application Express (APEX)

Maybe you are looking for