Page Button Bar Layout in ADF

Dear Members,
I have developed a simple master detail page in ADF 11g.
I am displaying Departments and corresponding employees data in JSF Page.
I am displaying Departments Data in the Panel Form Layout and Employees Data in the table layout.
Now in this page I want to display the Navigational Buttons i.e., First, Next,Previous and Last buttons on the top and bottom of the right hand side of the page. Similar to Page Button Bar in OAF.
Can any one please tell me which component I should use to achieve the above functionality?
Many thanks in advance.
Regards.

Hi,
Say your parent collection is "DepartmentsView1" in the ADF Data Control panel. Drag the DepartmentsView1 collection from the DataControls panel and drop it onto the page. In the opened context menu, choose Navigation and then "ADF Navigation Buttons". A button bas is a layout container (can be toolbar or panelGroup layout) that hosts a number of buttons. If you need a more sophisticated component to do this, read this: http://www.oracle.com/technetwork/developer-tools/adf/learnmore/24-generic-toolbar-component-169163.pdf
Frank

Similar Messages

  • How to remove the divider at the end of application panel page button bar

    I want to remove the divider at the end of the application panel's page button bar. I dont see a handle in the propery inspector which can be set or unset to remove this divider.
    I am thinking more in lines of something like a "SecondaryToolbarRendered =false" kind of thing to remove this divider.
    Any suggestions?

    Applications Panel is an internal Fusion Apps component. Please post this in Oracle's intrnal ADF Frontnd Forum at myforums.oracle.com.
    We , the world outside Oracle are oblivious to this component :)

  • Page button bar

    How to create button region such that the buttons appear both on top and bottom of the page.
    similar to page button bar in OAF, do we have any inbuilt way of doing this?
    I read somewhere that panelButtonBar should be used. But I could not find any panelButtonBar in my jdev.
    I am using jdev11.1.1.2

    You will need template where you can have af:panelStretchLayout which has top and bottom facet. I use train tf with trainButtonBar.

  • How do I move the home page button back to the left side of the menu bar?

    When I installed Firefox 4.0, the home page button "moved" to the right top of the menu bar. It was at the top left in the previous versions of Firefox. I want to put it back on the left. I use a desktop Mac Pro with Mac OS 10.5.8.

    https://support.mozilla.com/en-US/kb/How+to+customize+the+toolbar <br />
    http://kb.mozillazine.org/Toolbar_customization

  • Where has the recent pages button on the navigation bar gone?

    On the V3 navigation bar we had a "go back one page" a "go forwards one page" and a "recent pages" button. The latter has disappeared in V4, which is inconvenient when I want to skip over several pages to get back to the one I wanted. Is there a way to retrieve this facility?

    The back/forward buttons should still be there by default, to restore them see https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing
    When you have restored them, there is a small change in functionality. The small dropdown marker next to the back/forward buttons has been removed. To get the list of sites, you can either right-clicking on the back/forward buttons, or hold down the left button until the list appears.

  • FF29: Page title bar MIA with minimize/maximize/close buttons gone! How do I get it back?

    FF29 on win7: the minimize/maximize/close buttons are MIA, as is the page title bar. I've restored 28 because Australis is driving me nuts!

    You should not have to restore the Firefox 28 release. There is a solution: Classic Theme Restorer. https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer/

  • Add grid rows in panel grid layout in adf UI page

    I'm using panel grid layout in adf UI page. I need to add a dynamic grid row in panelGridLayout. Or in simple way programatically I need to add grid rows in panel grid layout in adf UI page.Timo Hahn Frank Nimphius Shay Shmeltzer-Oracle

    Hi Shay,
    It is a dynamic grid.
    there can be one dropdown, two dropdown.... n dropdown.
    Please tell me if there is any specific method to add children.

  • Window Layout/ Button Bars

    Hi,
    is there a way to make a custom window layout and button bar load at start-up automatically ie make it the standart?
    Everytime the system crashes - and it does a lot currently with EX footage, it reverts back to not my preferred settings...

    You might want to figure out why you're crashing to begin with...
    In the meantime, I'd save a window layout, then you only need to call that back up after a crash...Main Menu/Window/Arrange/Save (or Load) Window layout...
    Not sure about button bars, I've not seen them disappear except after trashing prefs (and not sure they did then, either)
    K

  • How Can I disable Button from Button Bar on OAF page

    Hi Everyone,
    We have a requirement like, in button bar I need to hide one button.
    I worked on personalization but there is a option to hide entire button bar, not single button.
    If I extend controller, how can I proceed , please provide steps.
    or
    please provide how can i achieve this??????
    Thanks,
    Rakesh

    Hi,
    If your issue has been resolved than please close the thread so that it can be helpful for others as people may search with answered threads.
    --Sushant                                                                                                                                                                                                                                                                                                                                   

  • Enable train button bar

    hi how can someone enabale train button bar when they are disable,am in jdeveloper 11.1.1.6.0
    Edited by: user0994 on 2012/10/18 12:02 PM
    Edited by: user0994 on 2012/10/18 4:56 PM

    ok my child task flow is
    <?xml version="1.0" encoding="windows-1252" ?>
    <adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
      <task-flow-definition id="taskFlowCall1">
        <default-activity id="__1">members</default-activity>
        <managed-bean id="__3">
          <managed-bean-name id="__5">orgBean</managed-bean-name>
          <managed-bean-class id="__2">OrgDetails</managed-bean-class>
          <managed-bean-scope id="__4">pageFlow</managed-bean-scope>
        </managed-bean>
        <managed-bean id="__15">
          <managed-bean-name id="__12">MemberBean</managed-bean-name>
          <managed-bean-class id="__14">MemberBean</managed-bean-class>
          <managed-bean-scope id="__13">pageFlow</managed-bean-scope>
        </managed-bean>
        <view id="members">
          <page>/members.jsff</page>
          <train-stop id="__17"/>
        </view>
        <task-flow-return id="taskFlowReturn1">
          <outcome id="__20">
            <name>taskFlowReturn1</name>
          </outcome>
        </task-flow-return>
        <train/>
        <control-flow-rule id="__21">
          <from-activity-id id="__22">members</from-activity-id>
          <control-flow-case id="__24">
            <from-outcome id="__25">Done</from-outcome>
            <to-activity-id id="__23">taskFlowReturn1</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <use-page-fragments/>
      </task-flow-definition>
    </adfc-config>and the parent task flow is
    <task-flow-definition id="register-org-flow">
        <default-activity id="__17">odetails</default-activity>
        <managed-bean id="__5">
          <managed-bean-name id="__4">orgDetailsBean</managed-bean-name>
          <managed-bean-class id="__1">OrgDetails</managed-bean-class>
          <managed-bean-scope id="__2">pageFlow</managed-bean-scope>
        </managed-bean>
        <managed-bean id="__7">
          <managed-bean-name id="__10">AutosuggestBeanmanagedBean1</managed-bean-name>
          <managed-bean-class id="__8">model</managed-bean-class>
          <managed-bean-scope id="__9">pageFlow</managed-bean-scope>
        </managed-bean>
        <managed-bean id="__11">
          <managed-bean-name id="__14">companyOfficials</managed-bean-name>
          <managed-bean-class id="__13">CompanyOfficials</managed-bean-class>
          <managed-bean-scope id="__12">pageFlow</managed-bean-scope>
        </managed-bean>
        <managed-bean id="__33">
          <managed-bean-name id="__34">Member</managed-bean-name>
          <managed-bean-class id="__35">Bean.MemberBean</managed-bean-class>
          <managed-bean-scope id="__32">pageFlow</managed-bean-scope>
        </managed-bean>
        <view id="odetails">
          <page>/odetails.jsff</page>
          <train-stop id="__3">
            <display-name id="__18">Organisation Details           </display-name>
          </train-stop>
        </view>
        <view id="addMembers">
          <page>/addMembers.jsff</page>
          <train-stop id="__25">
            <display-name id="__6">AddOptions</display-name>
          </train-stop>
        </view>
        <task-flow-call id="taskFlowCall1">
          <task-flow-reference>
            <document>/WEB-INF/membersFlow.xml</document>
            <id>taskFlowCall1</id>
          </task-flow-reference>
          <train-stop id="__38"/>
        </task-flow-call>
        <view id="opayment">
          <page>/opayment.jsff</page>
          <train-stop id="__15">
            <display-name id="__19">Payment Opions</display-name>
          </train-stop>
        </view>
        <view id="osuccess">
          <page>/osuccess.jsff</page>
          <train-stop id="__16">
            <display-name id="__20">Done</display-name>
          </train-stop>
        </view>
        <router id="router1">
          <case>
            <expression>#{pageFlowScope.orgDetailsBean.addMember ==1}</expression>
            <outcome id="__36">yes</outcome>
          </case>
          <case>
            <expression>#{pageFlowScope.orgDetailsBean.addMember ==2}</expression>
            <outcome id="__37">no</outcome>
          </case>
          <default-outcome>no</default-outcome>
        </router>
        <task-flow-return id="taskFlowReturn1">
          <outcome id="__47">
            <name>taskFlowReturn1</name>
          </outcome>
        </task-flow-return>
        <train/>
        <control-flow-rule id="__21">
          <from-activity-id id="__22">router1</from-activity-id>
          <control-flow-case id="__24">
            <from-outcome id="__31">no</from-outcome>
            <to-activity-id id="__23">opayment</to-activity-id>
          </control-flow-case>
          <control-flow-case id="__40">
            <from-outcome id="__41">yes</from-outcome>
            <to-activity-id id="__39">taskFlowCall1</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <control-flow-rule id="__26">
          <from-activity-id id="__27">addMembers</from-activity-id>
          <control-flow-case id="__28">
            <from-outcome id="__30">addMembers</from-outcome>
            <to-activity-id id="__29">router1</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <control-flow-rule id="__48">
          <from-activity-id id="__49">osuccess</from-activity-id>
          <control-flow-case id="__51">
            <from-outcome id="__52">Done</from-outcome>
            <to-activity-id id="__50">taskFlowReturn1</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <use-page-fragments/>
      </task-flow-definition>and the jsff page which got the train button disabled is
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
              xmlns:f="http://java.sun.com/jsf/core">
      <af:pageTemplate viewId="/trainTemplate.jspx" id="pt1">
        <f:facet name="body">
          <af:panelHeader text="Add Member to Organisation" id="ph1"
                          inlineStyle="width:792px; height:464px;">
            <f:facet name="context"/>
            <f:facet name="menuBar"/>
            <f:facet name="toolbar">
              <af:toolbar id="t1">
                <af:toolbar id="t2">
                  <af:trainButtonBar value="#{controllerContext.currentViewPort.taskFlowContext.trainModel}"
                                     id="tbb1" />
                </af:toolbar>
                <af:commandButton text="back" id="cb1"
                                  disabled="false"/>
              </af:toolbar>
            </f:facet>
            <f:facet name="legend"/>
            <f:facet name="info"/>
            <af:panelGroupLayout layout="vertical" id="pgl2">
              <af:panelHeader text="Search User" id="ph3">
                <af:query id="qryId1" headerText="Search" disclosed="true"
                          value="#{bindings.UserDetailViewVOCriteriaQuery.queryDescriptor}"
                          model="#{bindings.UserDetailViewVOCriteriaQuery.queryModel}"
                          queryListener="#{bindings.UserDetailViewVOCriteriaQuery.processQuery}"
                          queryOperationListener="#{bindings.UserDetailViewVOCriteriaQuery.processQueryOperation}"
                          resultComponentId="::resId1"/>
              </af:panelHeader>
              <af:table value="#{bindings.UserDetailViewVO1.collectionModel}"
                        var="row" rows="#{bindings.UserDetailViewVO1.rangeSize}"
                        emptyText="#{bindings.UserDetailViewVO1.viewable ? 'No data to display.' : 'Access Denied.'}"
                        fetchSize="#{bindings.UserDetailViewVO1.rangeSize}"
                        rowBandingInterval="0"
                        filterModel="#{bindings.UserDetailViewVOCriteriaQuery.queryDescriptor}"
                        queryListener="#{bindings.UserDetailViewVOCriteriaQuery.processQuery}"
                        filterVisible="true" varStatus="vs" id="resId1">
                <af:column sortProperty="Firstname" filterable="true"
                           sortable="true"
                           headerText="#{bindings.UserDetailViewVO1.hints.Firstname.label}"
                           id="resId1c1">
                  <af:outputText value="#{row.Firstname}" id="ot3"/>
                </af:column>
                <af:column sortProperty="Surname" filterable="true" sortable="true"
                           headerText="#{bindings.UserDetailViewVO1.hints.Surname.label}"
                           id="resId1c2">
                  <af:outputText value="#{row.Surname}" id="ot2"/>
                </af:column>
                <af:column sortProperty="Emailaddress" filterable="true"
                           sortable="true"
                           headerText="#{bindings.UserDetailViewVO1.hints.Emailaddress.label}"
                           id="resId1c3">
                  <af:outputText value="#{row.Emailaddress}" id="ot1"/>
                </af:column>
                <af:column id="c1" headerText="AddUser">
                  <af:commandButton text="AddUser" id="cb2"
                                    actionListener="#{pageFlowScope.MemberBean.cb1_actions}">
                    <f:attribute name="test"
                                 value="#{row.bindings.Username.inputValue}"/>
                  </af:commandButton>
                </af:column>
              </af:table>
            </af:panelGroupLayout>
          </af:panelHeader>
        </f:facet>
      </af:pageTemplate>
    </jsp:root>the train is in this template
    <?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"/>
      <af:pageTemplateDef var="attrs">
        <af:panelGroupLayout id="pt_pgl1" layout="vertical" halign="left"
                             valign="middle" inlineStyle="height:170px;">
          <af:panelSplitter id="pt_ps1" orientation="vertical"
                            inlineStyle="width:1083px; height:901px;"
                            splitterPosition="50" collapsed="false" disabled="true">
            <f:facet name="first">
              <af:train var="node" id="pt_t1" value="#{controllerContext.currentViewPort.taskFlowContext.trainModel}">
                         <f:facet name="nodeStamp">
          <af:commandNavigationItem action="#{node.action}"
                                  disabled="true"
                                  immediate="#{node.immediate}"
                                  textAndAccessKey="#{node.textAndAccessKey}"
                                  visited="#{node.visited}"
                                  id="cn1"/>
      </f:facet>
                        </af:train>
            </f:facet>
            <f:facet name="second">
              <af:panelGroupLayout id="pt_pgl2" layout="horizontal">
                <af:panelHeader text=" Registration" id="pt_ph1"
                                inlineStyle="font-size:large;width:300px;">
                  <f:facet name="context"/>
                  <f:facet name="menuBar"/>
                  <f:facet name="toolbar"/>
                  <f:facet name="legend"/>
                  <f:facet name="info"/>
                  <af:panelGroupLayout id="pt_pgl3" valign="bottom"
                                       layout="vertical"
                                       inlineStyle="width:1099px;">
                    <af:spacer width="10" height="15" id="pt_s1"/>
                    <af:facetRef facetName="body"/>
                  </af:panelGroupLayout>
                </af:panelHeader>
              </af:panelGroupLayout>
            </f:facet>
          </af:panelSplitter>
        </af:panelGroupLayout>
        <af:xmlContent>
          <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
            <display-name>trainTemplate</display-name>
            <facet>
              <facet-name>body</facet-name>
            </facet>
          </component>
        </af:xmlContent>
        <af:panelGroupLayout id="pt_pgl4"/>
      </af:pageTemplateDef>
    </jsp:root>Edited by: user0994 on 2012/10/19 1:42 PM

  • Adding a new link in global button bar

    Hi,
    How can i add a custom link in the global button bar near home, personalize page etc links.

    hi Kali,
    I have not seen in any responsibility where global links are different. The requirement was to show the custom global link only on my custom pages which are accessed via custom responsibility. That's why i asked that question of showing global link for the responsibilty. I should have asked how to display custom global link only on a custom page and not on seeded pages. I went thorugh the dev guide and found that we can assign the property global menu of the page layout to display custom global links only for that particular page. I created a new global menu with one function. I assigned the global menu to all my custom pages. So now i am able to see the custom global link on all the pages accessible through my custom responsibility. My problem is solved now. Thanks for replying.

  • How do I restore the "Pages" button on Adobe Acrobat Pro?

    I clicked the  Pages button, usually seen in the grey bar on the upper left side of the  screen, and accidentally pulled it out of the bar. Now it's gone. I suppose I don't know my own strength.
    Please help me get it back. I use it a lot. Thanks!
    (And is there a way to nail it down to keep this from happening again?

    There are two ways. The following is for Acrobat 9, but it's similar for Acrobat 10:
    1, View > Navigation Panels > Reset Panels
    2. View > Navigation Panels > Pages, and then click on the word "Pages" (as opposed to the top bar) in the floating window and drag back to the navigation pane.

  • How to create a floating layout using adf

    Hi ,
    I am using Jdeveloper 11g to develop an application.
    I am coming across problems when i am trying to build the look and feel.
    Basically i want to develop as per the following link.
    http://webfusion.kcmo.org/coldfusionapps/ActionCenterRequest/getstatus.cfm
    I have been able to create the layout using adf layouts and components(af:panelStechlayout, af:panelgrouplayout), but the problem i am facing is that i want the entire page to scroll and have a floating layout.
    But in my case, the panels are scrolling, so when i resize the browser or change the resolution, everything appears to be broken in parts.
    Besides to recreate the above layout i have to include everything under the "center" facet, hence using templates is creating issues.
    following is the code i am using(just the structure code), this looks preety simple but i am not able to figure this one out.
    <?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 title="findcase" id="d1">
          <af:form id="f1">
            <af:panelStretchLayout startWidth="100px" endWidth="100px" id="psl2">
              <f:facet name="center">
                <af:panelStretchLayout endWidth="63px" id="psl1"  topHeight="120px" bottomHeight="50px"
                inlineStyle="font: 100% Arial, Helvetica, sans-serif;background: #2A3644;font-size: 13px;margin: 0;padding: 0;text-align: center;color: #000000;"
                                       startWidth="44px">
                  <f:facet name="center">
                   <!-- Header -->
                   <af:panelGroupLayout layout="scroll"
                                         xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
                                         id="pgl3">
                      <af:image source="http://cfdev.kcmo.org/coldfusionapps/templates/images/kcmo_banner.jpg"
                                shortDesc="header" id="i1"
                                inlineStyle="width:960px; height:77.0px;"/>
                      <af:panelGroupLayout id="pgl2" inlineStyle="height:33.0px;">
                        <af:image source="http://webfusion.kcmo.org/coldfusionapps/templates/images/home.jpg"
                                  shortDesc="menu1" id="i2"/>
                        <af:image source="http://webfusion.kcmo.org/coldfusionapps/templates/images/services.jpg"
                                  shortDesc="menu2" id="i3"/>
                        <af:image source="http://webfusion.kcmo.org/coldfusionapps/templates/images/residents.jpg"
                                  shortDesc="menu3" id="i4"/>
                        <af:image source="http://webfusion.kcmo.org/coldfusionapps/templates/images/business.jpg"
                                  shortDesc="menu4" id="i5"/>
                        <af:image source="http://webfusion.kcmo.org/coldfusionapps/templates/images/visitors2.jpg"
                                  shortDesc="menu5" id="i6"/>
                        <af:image source="http://webfusion.kcmo.org/coldfusionapps/templates/images/officials2.jpg"
                                  shortDesc="menu6" id="i7"/>
                        <!--af:panelGroupLayout id="pgl4"-->
                          <af:image source="http://webfusion.kcmo.org/coldfusionapps/templates/images/kcmo_banner_slice.jpg"
                                    shortDesc="searcharea" id="i8"
                                    inlineStyle="background-repeat:repeat; width:355px; height:35.0px;"/>
                        <!--/af:panelGroupLayout-->
                        <af:image source="http://webfusion.kcmo.org/coldfusionapps/templates/images/kcmo_banner_lower.jpg"
                                  shortDesc="banner" id="i9"
                                  inlineStyle="width:960px; height:7.0px;"/>
                      </af:panelGroupLayout>
                     <!-- starting the center section -->
                      <af:panelStretchLayout id="psl3" inlineStyle="width:960px; margin:auto; background-color:White;"
                                             startWidth="232px">
                        <f:facet name="center">
                         <!-- your page content goes here -->
                          <af:outputText value="outputText1" id="ot3"/>
                        </f:facet>
                       <!-- side navigation panel -->
                        <f:facet name="start">
                          <af:panelGroupLayout id="pgl1" inlineStyle="float:left; margin:5px; width:236.0px;background-color:#edf0f5;text-align: center;">
                           <af:goLink text="City Government" id="gl1"
                                   destination="http://www.kcmo.org/CKCMO/Depts/CityManagersOffice/InternshipsandfellowshipswiththeCity/KansasCityGovernment/index.htm"
                                   inlineStyle="font-family:Arial, Helvetica, sans-serif; font-size:10px;     color:#395F76;     font-weight:bold;"/>
                          <br/>
                            <af:goLink text="Codes and Ordinances" id="gl2"
                                       destination="http://cityclerk.kcmo.org/liveweb/common/"
                                       targetFrame="_blank"/>
                          </af:panelGroupLayout>
                        </f:facet>
                        <f:facet name="end"/>
                      </af:panelStretchLayout>
                    </af:panelGroupLayout>
                  </f:facet>
                  <f:facet name="end">
                    <af:outputText value="" id="ot2"/>
                  </f:facet>
                   <f:facet name="start">
                <af:outputText value="" id="ot1"/>
              </f:facet>
                </af:panelStretchLayout>
              </f:facet>
            </af:panelStretchLayout>
          </af:form>
        </af:document>
      </f:view>
    </jsp:root>Any help will be highly appreciated.
    Thanks in advance
    Ash

    Try creating a layout that uses a panelGroup scroll as the top container and use panelBorders inside it.
    Something like this:
    <?xml version='1.0' encoding='windows-1252'?>
    <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=windows-1252"/>
      <f:view>
        <af:document id="d1">
          <af:form id="f1">
            <af:panelGroupLayout layout="scroll" id="pgl1">
              <af:panelBorderLayout id="pbl1">
                <f:facet name="start"/>
                <f:facet name="bottom"/>
                <f:facet name="end"/>
                <f:facet name="top">
                  <af:panelGroupLayout layout="scroll"
                                       xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
                                       id="pgl3">
                    <af:image source="http://cfdev.kcmo.org/coldfusionapps/templates/images/kcmo_banner.jpg"
                              shortDesc="header" id="i1"
                              inlineStyle="width:960px; height:77.0px;"/>
                    <af:panelGroupLayout id="pgl2" inlineStyle="height:33.0px;">
                      <af:image source="http://webfusion.kcmo.org/coldfusionapps/templates/images/home.jpg"
                                shortDesc="menu1" id="i2"/>
                      <af:image source="http://webfusion.kcmo.org/coldfusionapps/templates/images/services.jpg"
                                shortDesc="menu2" id="i3"/>
                      <af:image source="http://webfusion.kcmo.org/coldfusionapps/templates/images/residents.jpg"
                                shortDesc="menu3" id="i4"/>
                      <af:image source="http://webfusion.kcmo.org/coldfusionapps/templates/images/business.jpg"
                                shortDesc="menu4" id="i5"/>
                      <af:image source="http://webfusion.kcmo.org/coldfusionapps/templates/images/visitors2.jpg"
                                shortDesc="menu5" id="i6"/>
                      <af:image source="http://webfusion.kcmo.org/coldfusionapps/templates/images/officials2.jpg"
                                shortDesc="menu6" id="i7"/>
                      <!--af:panelGroupLayout id="pgl4"-->
                      <af:image source="http://webfusion.kcmo.org/coldfusionapps/templates/images/kcmo_banner_slice.jpg"
                                shortDesc="searcharea" id="i8"
                                inlineStyle="background-repeat:repeat; width:355px; height:35.0px;"/>
                      <!--/af:panelGroupLayout-->
                      <af:image source="http://webfusion.kcmo.org/coldfusionapps/templates/images/kcmo_banner_lower.jpg"
                                shortDesc="banner" id="i9"
                                inlineStyle="width:960px; height:7.0px;"/>
                    </af:panelGroupLayout>
                  </af:panelGroupLayout>
                </f:facet>
                <af:panelBorderLayout id="pbl2">
                  <f:facet name="start">
                    <af:panelGroupLayout id="pgl4" layout="scroll">
                      <af:commandLink text="menu1" id="cl1"/>
                      <af:commandLink text="menu2" id="cl2"/>
                    </af:panelGroupLayout>
                  </f:facet>
                  <f:facet name="bottom"/>
                  <f:facet name="end"/>
                  <f:facet name="top"/>
                  <af:panelFormLayout id="pfl1">
                    <f:facet name="footer"/>
                    <af:inputText label="Label 2" id="it2"/>
                    <af:inputText label="Label 1" id="it1"/>
                  </af:panelFormLayout>
                </af:panelBorderLayout>
              </af:panelBorderLayout>
            </af:panelGroupLayout>
          </af:form>
        </af:document>
      </f:view>
    </jsp:root>

  • How do i move the reload page button in firefox OSX to beside the back button where it was before i updated.

    how do i move the reload page button in firefox OSX to beside the back button where it was before i updated.
    i know there is a classic theme addon for windows but i need a fix for osx...its very frustrating when you update and things like this change and cant be customized back to the way we are used to using the browser. its counter intuitive to have the refresh page button so far away from the back and home buttons.

    Is Classic Theme Restorer only for Windows? I thought it worked on Mac, too. Some of the pre-selected interface items like the Application Button may match old Windows versions and you may need to deselect those in its Settings dialog.
    To access that dialog, you can use the Add-ons page. Either:
    * Command+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    In the left column, click Extensions, the on the right side, look for the Options button below Classic Theme Restorer.

  • Back, History link on Page Title Bar

    Hi guys,
    Is it possible to
    - move these links (Back, History, <Icons>) from the right side to the left side?
    - change their appearance from links into buttons?
    Thanks In Advance!

    Hi,
    as far as I know it is not possible to customize the page title bar the way you would like to. However, if you really have to realize your requirements you can modify the standard component. Therefore you have to download the PAR file which contains the page tile bar component, modify the PAR file, save it in your namespace and upload the PAR file again. Afterwards you can replace the standard page title bar with your modified page title bar.
    You will find a copy of the original PAR file (com.sap.portal.navigation.pagetoolbar.par.bak) in the following directory of your portal server:
    \usr\sap\<J2E>\<JC01>\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment
    Best regards,
    Martin

Maybe you are looking for