Need to add a link on Page title bar

HI,
Can i know how can i add a link on page title bar.
When i click on that link, it should open  a page in a separate window.
Regards,
Raju

Hi,
i am talking about portal only.
once you login, you can see history, back and forward links on top of page title bar.
Now i need to add one more link just beside history.
Can you please give me brief idea on customisation of page title bar.
Regards,
Raju

Similar Messages

  • 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

  • Need to add a link to the masthead area of the Portal

    Hi
    I need to add a link to the masthead area of the portal. That link needs to be able to print the content of the current page.
    Ihave downloaded the com.sap.portal.navigation.masthead into the NWDS.
    Can anybody please let me know where exactly to modify the code.
    i am guessing i may need to use window.print() to print the page.
    Thanks
    Sharath
    Thanks
    Sharath

    Step 1: Adding new link in the masthead
    1. Rename the par file to your own namespace and import the PAR using eclipse
    2. To add your link - modify HeaderiView.jsp appropriately
    3. Build the PAR and export using Eclipse
    Step 2: Create an iView
    1. Content Administrator -> Portal Content -> Select the folder in which you need to create the masthead iView. Right click on the selected folder and "Select New From PAR" -> iView
    2. Select the PAR file name created by you in Step 1 a
    3. Choose "default" in Portal Component Selection
    4. Provide the properties for the iView and save
    Step 3: Modify Portal Masthead
    1. Add the iView created in Step 2 to the Framework Page of your application
    2. Remove the existing Masthead iView from the framework page and add iView created in Step 2 in the framework page.
    3. Note that the position should be the same where the previous masthead is removed.
    Logoff and logon with the user who is assigned the framework page - you should be able to see the new masthead with links
    Incase you are changing the default framework page and default masthead ensure that you have a backup so that you can revert.

  • Need to hide the options menu in page title bar in sap portal 7.31

    Hi Experts,
    I am using a classic frame work page. In that I have the page title bar iview. Now I need to hide the Persoalize and Open in new window option from the page title bar. Can you please suggest how to do the same.
    I have already removed the Add to portal Favorites and Add to Browser Favorites. But could not remove the Open in New Window option and Personalize option.
    PFA the screenshot.

    There are a few ways to achieve your requirement with the Classic framework, see the response from Nico Luhr in remove details option in Tool area. By editing the properties of the Core Page you can hide the Personalize and Open in New Window options. See the attached screenshots.

  • Disable Refresh menu option on Page Title Bar

    Hi,
    We have a TLN node that opens an iview in a new window. Therefore nothing is displayed in the portal page. However the Page Title Bar menu still has all the options (Open in New Window, Refresh, Details etc.) and if a user selects Refresh, it throws a portal runtime error (iView not found: .default). How can I disable the menu options for this iview? I have tried setting the Show Refresh etc. parameters to No but it didn't work - I assume because the iview isn't being opened in the portal page.
    Many thanks
    Jane

    hi
    the iview you need to explore is page title bar i view in default framework page available in  portal standard user  directory in portal content.In this context i would like to suggest a solution why don,t you creat a default framework page just copy it in your folder  and open it and disable all checkboxes associated to page title bar and save after that go on to create a deskttop in portal display in system configuration and add your framework page and theme from themes in portal content and then add a rule to the main rule in super administrators  folder which will for role of the user will display onle that desktop.i have illustrated the concept of branding if you want to avoid codeing or command groups which is long approach.hope this helps youplease do not forget to give points
    with regards
    subrato kundu

  • "Page Title Bar" back/history design

    Hi,
    Does anyone know how to Bold the back/history commands , in the portal ?
    when I download the Par file of the "Page Title Bar" I cannot tell where are these commands located .
    Regards and thanks
    Hadar

    Hi Hadar,
    First of all wait for an answer on how to do it using theme.
    If you'll not find it, do it the 'hard' way:
    You need to download 'com.sap.portal.navigation.pagetoolbar.par.bak'.
    Inside you'll find a jar file named 'com.sap.portal.navigation.pagetoolbar_core.jar'
    Inside the jar you will the file 'PageToolbar.class'
    Decompile it with jad.
    Edit the following lines in the extracted java file:
    back = (new StringBuffer(200)).append("<a class="urLnkDsbl" id="back" href="javascript:pageTitleBar.Back();"><span class="urTxtStd" id=""><nobr>").append(StringUtils.escapeToJS(PageToolbarHelper.getNLSString("PAGE_TOOLBAR_BACK_LABEL", request))).append("</nobr></span></a>").toString();
    forward = (new StringBuffer(200)).append("<a class="urLnkDsbl" id="forward" href="javascript:pageTitleBar.Forward();"><span class="urTxtStd" id=""><nobr>").append(StringUtils.escapeToJS(PageToolbarHelper.getNLSString("PAGE_TOOLBAR_FORWARD_LABEL", request))).append("</nobr></span></a>").toString();
    Add
    <b>
    and
    </b>
    where needed...
    pack the jar into the par and deploy it...
    Omri

  • Page personalization without page title bar

    Hello,
    we have removed our page title bar in order to save space.
    Is there any way to still personalize a page, e.g. through a direct URL to the personalization of a given page, or do I have to enable the page title bar again?

    I imagine it might be possible if you...
    1. Take the relevant code from the Page Title Bar iView (which does not have the source code - I will leave it up to you how you want to "get" the source - not sure of SAP's stance on decompiling).
    2. Then create a java iView with the relevant code in it that will perform the personalize functionality. Add a link in the page to launch the personalize function. This link will launch the "personalize" page/code (you will see this in the JAR). You can heavily leverage the existing code. FYI, the iView utilizes the abstract portal component instead of a JSP page. If you are not used to using these, it may be a little confusing at first.
    3. Add this iView to a page; then save the page as a template. Then use the template for all of your pages.
    It might take a some effort to make it work with the page. I just don't know. In the default way it works, the page title bar iview is outside the page that it relates to. The option I am suggesting, the iview is within the page.
    I haven't done this, but I have created my own page title bar iview so I could add an additional hyperlink in it. When I added it to the framework page, the back and forward links would not enable/work unless I added it above the already-existing page titlebar iView (in the layout), or removed the already-existing iView.  I did not end up using the modified iView, so I never took the time to figure out why.
    Now that I think about this, the above option would probably "push" down your content visually anyway(thus you lose space) unless you move it to Dynamic Navigation instead of the page template, so it may be better just to add back the original iview to the framework page.

  • How do you Add a Link in Nav. Bar to a different site?

    I would like to add a link to the Nav Bar that goes to a location of my choice. Is that possible in iWeb? If So, how?
    Thanks
    Neil

    Here's a way to do it:
    1 - create a blank page with the name you want to appear in the navbar.
    2 - publish the site.
    3 - edit the html file of the page and put the following in the head section of the file:
    <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com">.
    Replace the “0” with the number of seconds you would like to pass before the redirection takes place. Put in the URL of your destination site.
    As long as you never make any more changes to that page or use the Publish All to MobileMe option you won't have to reedit the html file and add the code all over again. This is a demo of that feature with an 8 second lag.
    Now the external page will be in your navbar.
    OT

  • Add a Button in JFrame Title Bar

    How can I add a button in JFrame Title Bar. I want to put on more button for docking after the closing button in the title bar.

    if you use JFrame.setDefaultLookAndFeelDecorated(true) then you can do it by extending the JRootPaneUI class of the L&F (the default is the metal L&F). that is not a easy task but if you want take a look at BasicRootPaneUI, there you will have to point it to a new TitlePane which you will have to create. to load all this you must use the UIManager class. if you need more explaination try reading on look and feel and customizing it.

  • Page Title Bar icons functionality

    Hi all,
            Can you please give me some details about the following icons on the Page Title bar (New Analysis, Open, Save As,.. Comments ) . How are these useful when we run the iViews in the Portal. I could not find any documentation on SAP Help.
    Thank you for your time,
    Ram.

    Hi Ram,
    Please refer to this link may give you some idea,
    http://help.sap.com/saphelp_nw70/helpdata/en/8b/c2ca3e76d34e64b3ee0f612755da61/frameset.htm
    Thanks
    Pankaj

  • How to add an icon in the title bar,next to the maximize and minimize icons

    I need to add an icon ( help icon; ?) in the JInternalFrame� title bar. Anyone could help me????
    Thanks

    have you get the answer ?? on how you add an icon to the title bar?? ...
    if you do please inform me..
    thanks

  • Iview Name on the page title bar

    Hi All,
    For our ESS/MSS iviews, text specified on the service (IMG Configuration) used to appear on the Page title bar. We have recently upgraded our Portal and backend system and now instead of the text speacied on the service, iview name appears on the page title bar.
    For example .. The iview name is Address and in the SPRO we created a service called "Address XYZ". On area page the service appears as "Address XYZ", but when we click on the link on the page title bar it shows "Address" instead of "Address XYZ"
    Please let me know how change this.
    Regards,
    Vaishali

    Hi All,
    Any suggestions??
    Regards,
    Vaishali

  • Navigation in page title bar

    Hello,
    I am importing roles from ECC into the portal.
    The transactions are getting displayed in the content area of the portal.
    However I would like to traverse forward and backward only for the content displayed in the content area.
    Likewise I would also like to display a save button in the masthead (or in the page title bar) so that the transactions displayed in the content area get saved using the button in the masthead , instead of using the regular F3 +CtrlS.
    I would also prefer to have forward and backward buttons for traversal of content viz; transactions in the content area.
    Can anyone suggest me the possible alternatives to implement the above functionalities.
    Thanks & Regards
    Pooja

    Hi Pooja,
    Can you be more specific? What have you already been done? Have you done any try? Have you checked some documentation?
    Regarding the backward button, be carefull specially on trasaction content . Make sure you mantain all the information you need on session, otherwise it will not works properly.
    Below some documentation that perhaps helps:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a03ead25-4288-2e10-57ae-c70b8c412629
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a03ead25-4288-2e10-57ae-c70b8c412629
    Regards,
    Fabio

  • Page history in the page title bar

    Hi,
        I have customized default masthead and  tln.
        I created iView that contains both customized masthead and tln.
        now in the page title bar. only the current page  is maintained in the history of the titile bar.
        previous pages are not maintained in the history...
        how to make history containing all pages...
    Regards,
    Shanthakumar.

    Hi Shanthakumar,
    I am implementing a custom iView which should show me the History in the same way as the page Title Bar iView works with History set to ON.
    The code which i used in the JSP is as follows:
    <nav:iterateNavNodesInSelectedPath>
              <nav:ifNotNavNodeEqualsLaunchedNavNode>
                   <span style="color= #0000CC; text-decoration:none; font-family:Arial; font-size:12px">
                        <nav:navNodeAnchor navigationMethod="byEPCM" EPCMHistoryMode="0"/>
                   </span>     
                        <nav:ifHasMoreIterations>
                             <span style="text-decoration:none; color= #666666">|</span>
                        </nav:ifHasMoreIterations>
              </nav:ifNotNavNodeEqualsLaunchedNavNode>          
             <nav:ifNavNodeEqualsLaunchedNavNode>
                 <span style="color= #333333; text-decoration:none;font-family:Arial; font-size:12px">
                      <nav:navNodeTitle/>
             </span>
             </nav:ifNavNodeEqualsLaunchedNavNode>          
         </nav:iterateNavNodesInSelectedPath>
    I have used the line that you have posted.
    However i am not able to see the complete Page history. I can only see the path from the Role to the Page that is currently launched.
    Any help would be appreciated.
    Regards,
    Melwyn.

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

Maybe you are looking for