How to resize and place a Button in the middle of a Region

Hi,
I have a requirement where I have to place a button in the middle of a region. This is the only Region on this page and only one button on this region. I made the region bigger by placing the following code in the Region Footer:
<div style="height:300px; width:300px;"></div>
Now the Region is big and in the middle of the page. Now I have to place one button in the middle of this region. I am using HTML Button. I also want to increase the size of the button from the default. Can anyone suggest how to do this ?
Thanks
Naresh

Hi,
I have a requirement where I have to place a button in the middle of a region. This is the only Region on this page and only one button on this region. I made the region bigger by placing the following code in the Region Footer:
<div style="height:300px; width:300px;"></div>
Now the Region is big and in the middle of the page. Now I have to place one button in the middle of this region. I am using HTML Button. I also want to increase the size of the button from the default. Can anyone suggest how to do this ?
Thanks
Naresh

Similar Messages

  • How do i correctly place my buttons?

    I have a button on my landing page that I was having trouble placing. I used "position: fixed;" after "position: absolute" did not work, but I'm not sure that was the right course of action. The button jumps around on me when viewed in chrome and it is not present in firefox. How do i properly place my button?
    Thanks
    www.kurtesposito.com

    Where do you want the button placed? By the way, do not use position:fixed or position:absolute until you completely understand how they work and why. Otherwise you will always encounter unexpected results.

  • How to place af:table in the middle of radio buttons

    Hi,
    I am on jdev 11.1.2.4.
    I've a requirement to have a form with two radio buttons. RB1 & RB2 and af:table component in the middle of these radio buttons
    something like this.
    RB1
    <af:table>
    RB2   <InputTextItem>
    I've tried placing  the table component in the desired place but it's not allowing it.
    please can you help?
    thanks

    Just setup a small sample
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view>
        <af:document id="d1">
          <af:form id="f1">
            <af:panelStretchLayout topHeight="50px" id="psl1">
              <f:facet name="top">
                <af:outputText value="SelectBooleanRadio Test" id="ot1" inlineStyle="font-size:x-large;"/>
              </f:facet>
              <f:facet name="center">
                <af:panelGroupLayout id="pgl1" layout="vertical">
                  <af:selectBooleanRadio text="Group A" id="sbr1" simple="true" group="myGroup" value="#{bindings.selGroup1.inputValue}" autoSubmit="true"/>
                  <af:panelGroupLayout id="pgl2" layout="vertical">
                    <af:inputText label="Label 1" id="it1" disabled="#{!bindings.selGroup1.inputValue}" partialTriggers="sbr1 sbr2"/>
                    <af:outputText value="selGroup = #{bindings.selGroup1.inputValue}" id="ot2" partialTriggers="sbr1 sbr2"/>
                  </af:panelGroupLayout>
                  <af:selectBooleanRadio text="Group B" label="Label 1" id="sbr2" simple="true" group="myGroup" value="#{bindings.selGroup1.inputValue}"
                                         autoSubmit="true"/>
                </af:panelGroupLayout>
                <!-- id="af_one_column_header_stretched"  -->
              </f:facet>
            </af:panelStretchLayout>
          </af:form>
        </af:document>
      </f:view>
    </jsp:root>
    and hte pagedef which holds the variable
    <?xml version="1.0" encoding="UTF-8" ?>
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel" version="11.1.1.64.93" id="SelectBooleanPageDef" Package="de.hahn.blog.vctest11g.view.pageDefs">
      <parameters/>
      <executables>
        <variableIterator id="variables">
          <variable Name="selGroup" Type="java.lang.Boolean"/>
        </variableIterator>
      </executables>
      <bindings>
        <attributeValues IterBinding="variables" id="selGroup1">
          <AttrNames>
            <Item Value="selGroup"/>
          </AttrNames>
        </attributeValues>
      </bindings>
    </pageDefinition>
    Timo

  • How can I turn off "reply" button when the messages come? I prefer the "open" button.

    How can I turn off "reply" button when the messages come? I prefer the "open" button. Because my friends usually send lots of messages at the same time so I cannot read all of them when I press "reply", then I have to go to Messages -> my friends' messages, and it's really complicated.

    Sorry for not quite understanding. I guess you are referring to a notice in an alert. I do not have that alert active on my device, so I cannot say. I use the banner alert, so I just get a notice of a message and can swipe to open that particular message. If I ignore it, it will eventually go away.

  • Resizing and scaling all content to the artboard

    Hi
    I have about 150 files of various sizes. They all have different content and need to be resized to 5cm x 5cm (2.5in x 2.5in) so they can be compatible with an online system of mine.
    I have succesfully made a script that opens every file in the directory with the files, then resizes their artboard to my required size. Thats part of the manual labor taken out of the job.
    But how do I make the script resize and scale all content to the artboard, irrespective of the size of the content initially? Similar to how you might scale an image in Photoshop? I've seen bits and peices of code around that can resize and scale text objects and the like, but what about all content in the file?
    Robbie

    She needs to sync her phone to HER account on HER computer with HER iTunes library. Syncing with YOUR iTunes library does exactly what you described. By design.

  • ThePrevious button, a choice, and a Next button in the tabel dont work (new

    Im writing the code like that for adf faces earlly access 13 but The Previous button, a choice, and a Next button in the tabel select one dont work i dont know why , they were working properly in the early access9 with the HR employees tabel with the same code but in the newest versions it dosent work .
    <af:table var="row"
    value="#{myEmployees.employees}" rows="10">
    <f:facet name="selection">
    <af:tableSelectOne text="Select Employee and "
    </af:tableSelectOne>

    what method does myEmployees.employees call?
    that method must cache the List.
    if a new List is returned each time, then the table resets to the first row.
    we have fixed this in EA15.

  • ThePrevious button, a choice, and a Next button in the tabel dont work

    The Previous button, a choice, and a Next button in the tabel select one dont work i dont know why , they were working properly in thw early access9 with the HR employees tabel but in the newest versions it dosent work and i dont know why.

    Could you clarify the technology and versions you're using - that'll make it much easier for us to understand the problem.

  • How to mute and lock screen rotation at the same time? Loved this feature in iOS 5.

    How to mute and lock screen rotation at the same time? Loved this feature in iOS 5.

    You cannot do two different simultaneous VISA writes over a serial bus. There is a single rx line on the pc's com port and a single rx line on the instrument. You only hope is if the instrument allows you to chain commands and the reception of the carriage return triggers the instrument to implement both at the same time. Maybe you can send CTS01 and CTS02 separated by a space or comma. The manual should tell you if that's possible or maybe you need to ask the manufacturer.

  • HT2905 Does anyone know how to find and remove duplicate items in the new itunes 11?

    I am having a hard time trying to figure out how to find and remove duplicate items under the New iTunes 11? Its not as user friendly as in previous versions. Does anyone know how to figure this out?

    As Jim said View > Show Duplicates
    or
    Option + View > Show Exact Duplicates

  • My iphone is showing the apple pic so i Pressed both home and sleep/wake buttons until the Apple logo appears, then release the sleep/wake button and continue pressing the home button alone until iTunes detects and Recoveys but it is gives an error 1051

    my phone was showing the apple pic when i eraseed all content and settings so i did Pressed both home and sleep/wake buttons until the Apple logo appeared, then released the sleep/wake button and continued pressing the home button alone until iTunes detected the phone in Recovery Mode but an error is coming (1015) plz help me!!!!

    plug into itunes and take it from there
    http://support.apple.com/kb/HT1808

  • How To Install and Configure External Drivers for the JDBC & JMS Adapters

    Hello colleagues,
    Please I need a How To Install and Configure External Drivers for the JDBC & JMS Adapters version 7.10.
    VERSION 7.10.
    BBDD ORACLE - ojdbc14.jar
    Regards.

    Hi ,
    Uisng  Java Support Package Manager (JSPM) to deploy com.sap.aii.adapter.lib.sda file,
    refer this two links,the procedure available how to deploy using JSPM.
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/33/e6fb40f17af66fe10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/1f/c45b4211aac353e10000000a1550b0/frameset.htm
    Regards,
    Raj

  • How do i and where do i download the mac store app to my desktop?

    How do I and where do I download the mac store app to my desktop?

    FYI .. Snow Leopard is no longer available from the Apple online store but you can purchase Snow Leopard by calling Apple >  1-800-APL-CARE (1-800-275-2273)
    Before purchasing, make sure your Mac meets Snow Leopard's requirements.
    Mac OS X v10.6 Snow Leopard - Technical Specifications

  • Hide and Display submit button on the Simple search page.

    Heading 1: h1 Hide and Display submit button on the Simple search page.
    I'm trying to set the enabled property of the submit button on the simple search page. The business case is to disable the button if the VO has not returned any rows.
    The Submit button is on the page button bar.
    regards
    Abhi

    Hi,
    I have already added this in my ProcessRequest, the issue I am facing is it the submit button is disabled while I load >the page which is fine. but when I do a search and the query returns rows still the submit button is disabled.---Will nt reuired SPEL here..
    ---On go button click setsession value.
    Follow below steps:
    CO PR:*
    OASubmitButtonBean continueBtn=(OASubmitButtonBean)flowLayout.findChildRecursive("continueBtn");
    if(continueBtn != null && "D".equals(oapagecontext.getSessionValue("Flag"))
    continueBtn.setDisabled(false);
    else if(continueBtn != null )
    continueBtn.setDisabled(true);
    CO PFR:_
    if(pageContext.getParameter("Go") != null)
    oapagecontext.putSessionValue("Flag","D");
    Regards
    Meher Irk
    Edited by: Meher Irk on Mar 22, 2011 7:48 PM
    Edited by: Meher Irk on Mar 22, 2011 7:48 PM

  • My Macbook has died. Mail and Firefox wouldn't boot up today and so I turned it off at the button. Now I've just got a spinning wheel and nothing works. In the middle of doing a magazine too, altho I did some backup on a stick.  Any suggestions?

    My Macbook has died. Mail and Firefox wouldn’t boot up today and so I turned it off at the button. Now I’ve just got a spinning wheel and nothing works. In the middle of doing a magazine too, altho I did some backup on a stick.
    Any suggestions?

    Try rebooting while holding down the Command and R keys (two keys).
    If you see an icon for Recovery, select it and continue.
    Then select Disk Utiltiy and press Return.
    Now select the hard drive and the Repair Disk.
    Quit DU when that is done and restart.

  • I have a Time Capsule on which I back up 2 MacBooks and on my wife's machine she keeps having Airport Utility popping up all the time with a yellow button flashing on the left and a Red button on the right side with a "1" in the middle of it.

    I have a Time Capsule on which I back up 2 MacBooks and on my wife's machine she keeps having Airport Utility popping up all the time with a yellow button flashing on the left and a Red button on the right side with a "1" in the middle of it. Can any one tell me what is wrong. I read where when the yellow light was flashing there was a problem, but I am a novice at this and have no idea where to turn. It seems to be backing up on a regular basis.

    On the Mac......
    Open up Macintosh HD > Applicatons > Utilities > AirPort Utility
    Click on the Time Capsule icon, then click Edit in the small window that appears
    Click the Network tab at the top of the next window
    Change the setting for Router Mode from the current DHCP and NAT to read Off (Bridge Mode), then click Update at the lower right of the window, and wait a full minute for the Time Capsule to restart to a green light.
    Then.....very important
    Power off the Time Capsule and your Arris modem/router for a few minutes
    Start up the Arris first, and let it run a few minutes by itself
    Start up the Time Capsule next the same way
    Your network will now be correct, and your printing capabilities will improve.
    If Time Machine backups do not occur now, post back and we will tackle that next.

Maybe you are looking for