How to bring commandMenuItem to the right side of the MenuBar (Menu2)

Hi All,
I need to display the command menu item in menu bar to right side.
Currently
CommanMenuItem in Menu Tab by default is on the right side
and CommanMenuItem in Menu Bar by default is on the left side.
I need CommanMenuItem in Menu Bar to be on the right side or
CommanMenuItem in Menu Tab to be on the left side.
Thanks & Regards
Vimalan Balan

Dear Friend,
Please find the code snippet.
<f:facet name="menu1">
<af:menuTabs var="menuTab" value="#{menuModel.model}">
<f:facet name="nodeStamp">
<af:commandMenuItem text="#{menuTab.label}" immediate="true"
action="#{menuTab.getOutcome}"
rendered="#{menuTab.shown and menuTab.type=='default'}"
disabled="#{menuTab.readOnly}"/>
</f:facet>
</af:menuTabs>
</f:facet>
<f:facet name="menu2">
<af:menuBar startDepth="1" var="menuTab" value="#{menuModel.model}">
<f:facet name="nodeStamp">
<af:commandMenuItem text="#{menuTab.label}" immediate="true"
action="#{menuTab.getOutcome}"
rendered="#{menuTab.shown and menuTab.type=='default'}"/>
</f:facet>
</af:menuBar>
</f:facet>
So, If i click arabic link in home page means menubar item should be in left side.
Thanks & Regards
Vimalan Balan

Similar Messages

  • When I email a picture to my home computer is displays the picture side ways so how do I make it display right side up

    when I email a photo from my iphone to my home computer it displays sideways so how do I make it display right side up?

    Open the file in Preview on your computer.  Under the Tools menu you can select rotate to correct the orientation.  Then save.  You can do the same if you import to iPhoto.

  • How do I get slideshow photos right-side-up?

    I rotate individual photos to get them right-side-up; but when I start a slideshow, the photos revert to appearing sideways. Can someone please help me figure out how to get the slideshow photos right-side-up? Thanks very much.

    If you perform a backup to icloud, the camera roll photos are included (if that setting was turned on) but not any other photos.  (Go to Settings>icloud>Storage&Backup>Manage Storage, tap your device name then be sure that camera roll is turned on in Backup Options.
    Users should always sync photos to a computer to archiving.  icloud is not totally reliable, depending on how the user has the settings.
    If you are converned about your laptop breaking down, remember that performing regular backups is as important as carrying a spare tire in your car.

  • How to add other Links on Right side of Breadcrumb Region

    Hi,
    I want to display some other links like Help, Search, etc... to the extreme right side in the Breadcrumb Menu Region. Left side will have the same default breadcrumb stuff.. like Home -> Emp -> ..
    Any idea if we have to customize the Region Position 1 (default position for Breadcrumb) to acheive this and how..
    Thanks,
    Deepak

    Hi Jari,
    I have tried that.
    I have created a HTML Region, display point - Region Position 1 (same as for Breadcrumb region).... but it's coming in the next line..
    Actually I need to display links on the right side in the same Breadcrumb region in which normal breadcrumbs are dispalyed on the left side..
    something like
       Home -> Dept -> Emp                                                  Help | Searchso breadcrumbs are displayed on the left side as usual and the links I want to display on the right side.
    I am using Theme 13 - Classic Blue
    Thanks,
    Deepak

  • HT204406 HOW CAN I GET BACK MY RIGHT SIDE SCROLL BAR?

    how can I get back the right side scroll bar in I-Tunes?

    I am missing the right scroll bar in mail only i need help to get it back

  • How do I clean up the menubar?

    I have an old VPN icon there that I can't seem to get rid of...

    Hold the Command key down as you drag it off the menubar.

  • How to bring DFF in the SSHR

    Dear Friends
    I had created DFF in the Absence window. I need to bring this DFF in to my SSHR.
    Anyone know how to do it.
    Please provide me some steps or documents.
    Many Thanks
    Syed.

    Hi Sayed,
    1. Click on the personalize Page link and then on comlete view and expand all.
    2. Then search for the link "Flex: Additional Absence Details" and click on Update(pencil icon)
    3. Here make sure rendered value is true at site (or any other) level.
    4. In the segment list enter the DFF attributes name that you want to display.
    For example : Global Data Elements|Segment1|Segment2|Segment3($RO$)
    Thanks,
    Avinash

  • Sql query to bring single record from right side of a table

    hi
    I have two tables as below:
    create table testsh1 ( idd varchar2(10), name varchar2(20));
    create table testsh2 ( idd varchar2(10), balance float );
    insert into testsh1 values('1','abc');
    insert into testsh1 values('2','def');
    insert into testsh1 values('3','ghi');
    insert into testsh1 values('4','jkl');
    insert into testsh1 values('4','jkl');
    insert into testsh1 values('3','ghi');
    insert into testsh2 values('1',500);
    insert into testsh2 values('1',500);
    insert into testsh2 values('3',1000);
    insert into testsh2 values('3',1000);
    insert into testsh2 values('4',1500);
    insert into testsh2 values('4',1500);
    insert into testsh2 values('1',500);
    I am expecting the result below:
    1 abc 500
    2 def NULL
    3 ghi 1000
    3 ghi 1000
    4 jkl 1500
    4 jkl 1500
    That is only records from testsh1 table can come as many times but from testsh2 only we need to bring unique and matching records on column idd.
    Please help
    Thanks

    Hi Shavetha,
    As the testsh2 has duplicates of each record, the DISTINCT of the record has to be record has to be applied.
    Please Try this,
    SELECT IDD, NAME, (SELECT DISTINCT BALANCE
                                  FROM TESTSH2 B
                                 WHERE B.IDD = A.IDD) BALANCE
      FROM TESTSH1 A;Which Outputs:
    IDD     NAME     BALANCE
    1     abc     500
    2     def     
    3     ghi     1000
    4     jkl     1500
    4     jkl     1500
    3     ghi     1000Thanks,
    Shankar

  • How can I turn off automatic right side format bar?

    Using Pages 5.0 + Mavericks: When I open any Pages document (new or old), there appears a format bar on the right. It's a nuisance to have to manually close it each time. Is there some way that I can turn off that format bar so it won't appear unless I choose it?

    Thanks for your reply...at least I'm not alone in failing to find a cure

  • How to bring data for newly aciated datasource in a Application componenet

    Hi ,
             i have 2 data sources(application component 11) are active in production system. and  delta load is running for them.
    Now we have a requirement that we need to activate the 3rd datasource in the same application component 11.
    so, how to bring data for the newly acivated datasource. Do i delete the setup table data and again run statistical setup and run the init for the three data sources?
    how to do?

    Hi,
    To bring the data for the new data source you need to delete the data from setup tables and need to fill up again. before filling up the tables, its better to load the delts for other 11 application components data.
    Your deltas will come from delta queue, by deleting the setup tables, you will not impact your delta loads.
    So just fill up setup tables and run your init package. it will extract the data.
    Thanks
    Srikanth

  • In ML, I can no longer see the wifi status in the menubar

    Since I upgraded to ML, the right side of my menubar would regularly freeze, and the fans on my MacBook Pro 13" would keep running, with the mac slowing over time until it would become unusable. I found the suggestion to disable the "show wifi status in menubar" in the Network pref pane, and this indeed resolved the issue. However, trying to turn this setting back on does not work. There is no way to bring it back...I tried so far to reboot, repair disk permissions,...
    Any idea?
    Thanks,
    Guardajoias

    If the checkbox does not bring it back try this...
    It could be SystemUIServer which is a background process that specifically controls the right hand side of the menu bar where those menu extras are.
    Go to your Finder "Go" menu hold the option key to choose "Library". Then go to the Preferences folder and find and delete com.apple.systemuiserver.plist. Then go to the By Host folder also inside your Preferences folder and delete com.apple.systemuiserver.plist (also any with numbers). Then log out and back in, or restart. This should reset the right hand side of the menu bar to default.

  • How do I get rid of the annoying "exportPDF" bar on the right side of the screen that blocks much of the document?

    How do I get rid of the annoying "exportPDF" bar on the right side of the screen that blocks much of the document?

    Hi soreankles,
    To hide the toolbar in Reader, choose View > Show/Hide > Toolbar Items > Hide Toolbars.
    Best,
    Sara

  • Bookmarks toolbar changed from the right side of the drop-down menu to the left. How can I change it back on Firefox 4.0.1 for Mac?

    I just updated to Firefox 4.0.1. Some changes I don't like, especially that the Bookmarks toolbar opens to the left of the drop-down menu instead of the right. How can I change it?

    You may have bookmarks that have long title. Firefox 4 shows the full text of the bookmark name, so if it doesn't fit with opening to the right side the Firefox will open to the left side. You can scroll through the list and make the bookmarks with a long name shorter.
    * [[How do I use bookmarks?]]

  • How do you adjust Firefox to print what is on email page without adding a 1 inch left marghin to that page as it cuts off some of the right side of the page?

    When I receive an email the page often has a certificate that I would like to print. Using the print function at the top of the page brings up the email as a page as it looks in my web email. When I hit the print button on that page there is always a 1 inch margin added to the printed page cutting off the right side of the desired page to be printed.
    My printer accepts what ever I send it from word, pdf files as they appear on the screen, Why doe Firefox not send the same images as is displayed to the printer?
    This seems to occur whenever the screen shows an image that is almost border to border and not text. When a margin is part of the email message or it is text this doesn't seem to occur.
    HELP Please. I really need to be able to print what is displayed to print the proper document.
    Thanks
    Bob Ferguson
    Sonoran Consulting & Finance, LLC

    Some pages add their own margin to the minimum margin set in Page Setup. First you might reduce the margin here:
    Alt+f (displays the classic File menu) > Page Setup > Margins & Header/Footer tab
    Second, you could try using Shrink to Fit. However, if the image is a background image rather than part of the content of the page, that might not have any effect.

  • How do I get the word Bookmarks to appear on the right side of my bookmarks toolbar? It has disappeared.

    In my Bookmarks toolbar there is a star, an arrow, and a house. There used to be the word "bookmarks" but it disappeared. I want the word "bookmarks" back so that I can click on that. If I right click in the blue area, all I get is Open all in Tabs, etc. There is nothing to say how I get the word bookmarks.

    Firefox has two bookmark buttons with a star in the Customize window.<br />
    One star button has a drop-marker that open the Bookmark menu and may appear on the Navigation Toolbar or on the Bookmarks Toolbar if the menu bar is hidden.<br />
    The other star button without the drop-marker opens the bookmarks in the sidebar (View > Sidebar > Bookmarks).
    *https://support.mozilla.org/kb/How+to+customize+the+toolbar
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing
    You can drag the Bookmarks menu button with the drop-marker in the Customize window from the toolbar palette on a toolbar (e.g. Navigation Toolbar or Tab Bar or to the left side of the Bookmarks Menu Items).<br />
    If you do not see the drop-marker then try them both to see which works.
    You only see the Bookmarks Menu button when the Menu bar with the Bookmarks menu is hidden (View > Toolbars or Firefox > Options).<br />
    If the Bookmarks Toolbar is visible then the Bookmarks Menu button is displayed on the Bookmarks Toolbar as part of the Bookmarks Toolbar Items (bookmarks), but you can move it from the right side to the left side of the Bookmarks toolbar if the Customize window is open.<br />
    Otherwise the Bookmarks Menu button will appear on the right hand side of the Navigation Toolbar.

Maybe you are looking for

  • Upgraded to Yosemite how do I get my photos from IPhoto to Photos?

    I did not realize when I took the Yosemite upgrade that IPhoto would no longer work.  How do I get my photos into the new Photos application? So far no luck.

  • Need Acrobat 9 standard.

    I need Adobe Acrobat 9 Standard (only pro is available for download). Have multiple license numbers, just need the install.

  • Changing Cell Contents

    Hi folks, I have a requirement to display table output in an ALV grid, making 1 column editable. I have done this by setting the EDIT = 'X' flag in the field catalog for the field in question.  Yet, when the field value is modified and the users try

  • Asian characters translation

    What does the Asian characters in the CUSTOM SHAPE TOOL mean?  Where can I find the translation?

  • QuickTime embedded player just displaying a black rectangle

    Plug in not rendering correctly when playing a .mp3 file. The sound plays correctly and I can click on the control and it does move to the no location. S black rectangle is displayed instead of the nice visual. Using windows exployer and I have the l