Browser favorites icons & labels

can favorites take on the same icons as they would on a browser on a pc, as opposed to a screen shot?
eg every favorite from google websites will get some kind of a "G" google logo?
Also can we edit the label underneath the icons?
Thanks.

As of OS 1.0.6 : no and no.
The search box on top-right of this page is your true friend, and the public Knowledge Base too:

Similar Messages

  • Javascript code needed for "Add to Favorites" icon in Webhelp using RH8

    Hi,
      I have a huge problem in making the add to favorites icon click event associate with the appropriate code.
    This was the code i used in the Inline Javascript tab:
    <script type="text/javascript" language="JavaScript" src="showhide.js"></script>
    <input type="image" value="Add to Favorites" onclick="window.external.AddFavorite(location.href, document.title);return false"
    /="" name="AddTopicToFavorites_selected.gif"  src="AddTopicToFavorites_selected.gif"  
    <script type="text/javascript">var BookmarkURL="http://www.geekpedia.com"
    var BookmarkTitle="Geekpedia"
    // If the browser is Internet Explorer
    if (document.all)
      // Add to Favorites (Internet Explorer)
        window.external.AddFavorite(BookmarkURL,BookmarkTitle)
          else
                  // Add to Bookmarks (Mozilla Firefox)
                  window.sidebar.addPanel(BookmarkTitle, BookmarkURL, '');
          }</script>
    Also in the onclick in the Edit tab, i wrote: window.external.AddFavorite(BookmarkURL,BookmarkTitle)
    It loads the add to favorites window very well as in any IE..But since the static word Geekpedia is being used, it displays the same and also navigates to the static URL http://www.geekpedia.com".
    I want to make it work dynamically...Please help me with any code change if any one has tried this before.
    One other thing that got messed up with was this icon replaced all other icons in the output....but...if i viewed the whskin_tbars.htm, i could see that the default icons appeared below somwhere...and there was this Add to Favorites icon appearing at the top...I dont know why these icons have got misplaced,,,i want to align them all in the same line..
    Please help me with this.....
    -Nanditha

    Hi,
    A long story, but I will need some more time to sort this out:
    Simple solutions:
         - Change the var BookmarkURL="http://www.geekpedia.com" to your own URL, such as: var BookmarkURL="http://myhelp.com"
         - Change the var BookmarkTitle="Geekpedia" to your name, such as: var BookmarkTitle="My help system"
         - Do not insert an image trough the javascript tab, add it using the image options with the custom toolbar items popup. This will probably solve your image problem.
    If you want to the URL dynamic, you need document.location.href, such as: var BookmarkURL = document.location.href; This however will get the adress of the current frame, which is whskin_tbars.htm.
    If you want to get the Title dynamic, you will need document.getElementsByTagName('title')[0]; and then you need to retrieve the title, as: xxx.firstChild.data,: such as:
         - var BookmarkGet = document.getElementsByTagName('title')[0];
         - var BookmarkTitle = BookmarkGet.firstChild.data;
    This always gets the URL and the Title of the frame you inserted the script in, which for the button toolbar is whskin_tbar.htm. When you insert this in any give topic, your bookmark will work fine, but will only call the topic, and not your skin.
    If you only want the URL of your helpsystem, I suggest you just change the  variables BookmarkURL and BookmarkTitle.
    If you want to target the current topic from any other location, such as the title bar, you need to address the top frame and then the topic. I don't know which frame this is, but I will look into it. This may take me some time though, but perhaps someone else knows which frames to address.
    Example for getting the url of your helpsystem dynamically:
    var BookmarkURL= this.parent.document.location.href;
    //Your projects main file does not have a title, so don't get it dynamically.
    var BookmarkTitle="My help system"
    // If the browser is Internet Explorer
    if (document.all)
      // Add to Favorites (Internet Explorer)
        window.external.AddFavorite(BookmarkURL,BookmarkTitle)
          else
                  // Add to Bookmarks (Mozilla Firefox)
                  window.sidebar.addPanel(BookmarkTitle, BookmarkURL, '');
    Long story, if you have any further questions, just ask.
    Greets,
    Willam

  • IPad running iOS 5 has on the menu bar only have 4 icons, being: back, forward, bookmarks, and the "add to bookmarks", but is missing an icon after the "add to bookmarks" arrow, that is a "show all open browser windows" icon. How do I get it in my safari?

    iPad running iOS 5 has on the menu bar only have 4 icons, being: back, forward, bookmarks, and the "add to bookmarks", but is missing an icon after the "add to bookmarks" arrow, that is a "show all open browser windows" icon. How do I get it in my safari?

    What you are seeing is how Safari works now in iOS 5. There is no way to get that icon in Safari now. There other much better browsers available in the App Store. Look at iCab Mobile, Mercury, Atomic, ....
    I have been running iOS 5x for so long now, that I don't even remember if that icon did appear in earlier iOS versions

  • "Add To Browser Favorites" for ABAP Web Dynpro

    Hi All,
    In the Portal Environment, the end user has an option to "Add To Browser Favorites".  This will trigger the "Add a Favorite" window in the Internet Explorer and the user can save the favorite as needed.  Do we have a similar cabapility in ABAP Web Dynpro if the Web Dynpro is not delivered through an SAP Portal? 
    Thanks in advance for your help.
    John

    John Breen wrote:
    Hi All,
    >
    > In the Portal Environment, the end user has an option to "Add To Browser Favorites".  This will trigger the "Add a Favorite" window in the Internet Explorer and the user can save the favorite as needed.  Do we have a similar cabapility in ABAP Web Dynpro if the Web Dynpro is not delivered through an SAP Portal? 
    >
    > Thanks in advance for your help.
    >
    > John
    No.  There is no similiar option in the Web Dynpro framework, nor can you access JavaScript in order to interact with the web browser and supply this feature. Browser Favorites can be maintained by the NetWeaver Portal Framework or in the NetWeaver Business Client by the surrounding frame. In the case of the NWBC, it isn't actually browser favorites but a separate set of favorites merged with Easy Access Menu favorites.

  • Can we get a "Add to Browser Favorites" URL from ABAP-side?

    Hi,
    via "Add to Browser Favorites", you can get a URL for opening exactly the portal page you are currently on. Is there any possibility
    to get (or create/generate) the URL for such a page from ABAP-side? We have the requirement to send e-mails from the ABAP
    backend with links (URLs) to a corresponding portal page (like the example below). This has to be done quite generic, mi.e. the server,
    the port, the application parameters, etc. cannot be hardcoded but have to be generated in a generic way.
    Thank you and kind regards,
        Florian
    PS: Example:
    http://pwdf6460.wdf.sap.corp:50000/irj/portal/ajax?navigationtarget=roles://portal_content/com.sap.pct/every_user/com.sap.pct.erp.common.bp_folder/com.sap.pct.erp.common.roles/com.sap.pct.erp.common.erp_common/com.sap.pct.erp.common.lpd_start_wd_abap&&WebDynproApplication=CPROJECTS_FPM&WebDynproConfiguration=CPROJECTS_FPM&ApplicationParameter=OBJ_EVENT%253dDPO47BAB5FEB7A55A28E10000000A424B1D47BAB5FEB7A55A28E10000000A424B1DDPO++++++++++++++++++++++++NON&NavMode=3&System=SAP_cProjects&PrevNavTarget=ROLES%253a%252f%252fportal_content%252fcom.sap.pct%252fevery_user%252fcom.sap.pct.plm.ppm.PPM50%252fcom.sap.pct.plm.ppm.Roles%252fcom.sap.pct.plm.ppm.port_prj_mgmt_showcase%252fcom.sap.pct.plm.ppm.projectmanagement_showcase%252fcom.sap.pct.plm.ppm.pm_overview%252fcom.sap.pct.plm.ppm.ws_projects%252fcom.sap.pct.plm.ppm.cpr_projects_showcase&WebDynproNamespace=sap&&NavigationContext=merge(ROLES://portal_content/every_user/general/eu_core_role/com.sap.uwl.home_core_ws/com.sap.netweaver.bc.uwl.overview%7CROLES://portal_content/every_user/general/eu_core_role/com.sap.portal.home_core/com.sap.portal.home.overview)

    Hi,
    It is hard to know exactly what to suggest since I don't know the full story behind the process you are trying to implement. However I can make some suggestions:
    1. Use short URLs. These can be configured in the portal and will allow for easier navigation. you will see this as a "quick link" parameter in the page properties.
    2. Rather then hard coding any values use a configuration table in the ABAP system.
    3. If the process starts in the portal you could have your portal application send the necessary data to the ABAP system so it could use it to generate the email (e.g. Server/Port/Parameters etc...)
    4. If it is a dual stack system you may be able to leverage the co-existance of portal an ABAP on the same server.
    5. What about using a web service on the portal to supply the URL to the ABAP system. You could call this web service from the ABAP and have the portal provide the data that way. This would be good if your process kicks off on the ABAP side and not via the portal.
    Anyway, I hope some of those suggestions help.
    BRgds,
    Simon

  • How to adjust userChrome.css to move the #identity-icon-label to the right side of the #urlbar?

    I hate the way the #identity-icon-label moves the URL over to the right. I've applied a patch to just hide it, but I'd rather make it behave more like IE8 and just have that box show up way over at the right end of the #urlbar.
    So far, my customization experiments in userChrome.css havent yielded the desired result. Also, I thought it would be nice for someone else to be able to search and find a solution to this issue. (If it can be answered.)
    Thanks :)

    Try code like this to set the wanted order.
    <pre><nowiki>
    #urlbar .textbox-input-box {-moz-box-ordinal-group:1!important}
    #identity-box {-moz-box-ordinal-group:2!important}
    #urlbar-icons {-moz-box-ordinal-group:3!important}
    </nowiki></pre>

  • Add Page to Browser Favorites

    Hi all,
    is there a possibility to bookmark portal pages, without the button in the page toolbar? Just by clicking on add to browser favorites in the Browser. The problem is: No matter which page is diplayed on the Browser I have in the Adress bar the URI:
    http://ServerName:50000/irj/servlet/prt/portal/prtroot/com.sap.portal.navigation.portallauncher.default
    So if add this to my bookmarks, the portallauncher is added and not the page itself.
    Thanks,
    Billy

    Hi Senthil,
    I know what you mean, but unfortunately you can bookmark pages by clicking in the toolbar the button "Add to Browser Favorites" which creates a link something like this: http://ServerName:50000/irj/portal?NavigationTarget=ROLES://portal_content/administrator/super_admin/super_admin_role/com.sap.portal.content_administration/com.sap.portal.portal_content. That's fine for me, but I think there must be a "JavaScript" way to tell the browser to do his on his own, without the portal feature "Add to Browser favorites".
    Cheers,
    Billy

  • Delete Favorites ICONS Safari iOS 8

    I know how to delete my bookmarks, but how do I delete the Favorites Icons in Safari on my iPad with iOS 8?

    Ok well you need to delete the bookmarks you have saved in the FAVOURITES folder of your Bookmarks to remove the icons. If you don't wish to delete them visit the pages first, save them again in an alternative location/folder and then delete from the FAVOURITES folder of your bookmarks.
    Oh and by the way, if you've got iOS 8 you're doing very well as they've only just released iOS 7 last month.
    Regards,
    Steve

  • Favorites icon gone from Oracle SQL Developer Help screen

    Favorites icon gone from Oracle SQL Developer 3.0 Help Center screen
    How do I get it back?
    In Oracle SQL Developer 3.0 I clicked
    Help->Table of Contents
    to bring ut the Help Center window.
    It the Help Center window I used to have a Favorites tab next
    to the Contents TAB on the left side of the window.
    I did an unpin some how and now I can't get the Favorites
    TAB back.
    On the right side there is a Star + icon that does
    Add to Favorites.
    I can add links to favorites but I have no way to go to these
    saved favorites anymore.
    How do I get the Favorites TAB/Icon back?
    Thanks

    Hi John,
    SQL Developer depends on JDeveloper code for the Help. After closing the Favorites tab I see no way to re-open it in the UI, so I imagine there may be a bug on the JDev side. Fortunately, there is a manual fix:
    In file product-preferences.xml
    In directory C:\Documents and Settings\<userid>\Application Data\SQL Developer\system3.0.04.34\o.sqldeveloper.11.1.2.4.34
    use Notepad to look for the lines like:
          <value n="helpDynamicLinksNavigatorLocation" v="3"/>
          <value n="helpFavoritesNavigatorLocation" v="0"/>
    Just change the value "0" to "2"Regards,
    Gary
    SQL Developer Team

  • Can i turn off icon labels in Symbian ^3 on my N8?

    just updated my N8 from anna to belle and my first inclination is to turn off what was originally called tool tips, or the superfluous labels underneath each icon in the GUI.  i mean isn't that what the G stands for - Graphical?  the Nokia representative checked on it, but could find no user setting to resolve this.  she did say that in fact these labels are 'theme' controlled so i'm off in search of a (third party?) theme that would render my icons label-less...

    hi mate,
    there may be some custom themes that remove this label, but normally you cannot turn them off, no. i personally have no issue with them and find them quite useful in time.

  • What happened to Favorites Icon?

    Just got an update today (14.0.1) and noticed I've lost my Favorites Icon. Checked in the about:config and that item is set to true. Now what?

    The developers have been eliminating a lot of duplicate elements and other things that they consider unnecessary like menu items that only appear when using the keyboard from the user interface during the last few releases and there will be more changes. So you will have to get used to it and either check the docs on the SUMO Knowledge Base or search the internet for information about such changes to find out how it works now.

  • Running latest version on OS X and mail.  What happened to the icon labeled "not junk?"  Is there any way to brink it back?

    Running latest version on OS X and mail.  What happened to the icon labeled "not junk?"  Is there any way to bring it back?  Thanks in advance!

    Make sure your Junk Mail settings are properly set up, right now neither of those messages are marked as Junk Mail.  When Mail identifies an item as Junk Mail or you manually do, it will add the text "Mail thinks this message is Junk Mail" or "You marked this message as Junk Mail" to the message.  Right now this just looks like regular SPAM that you might get that hasn't been properly identified as Junk Mail or when Junk Mail Filtering is no enabled.  Remember Mail needs to learn what is and is not Junk Mail over time, so if you have recently reset your mail settings through a reinstall or the like, it may still be learning.
    1.  Do you have a Junk folder (system created) as one of your mailboxes?  If there is none, it means that Junk Mail filtering is not enabled or has been enabled but the system has yet to identify any mail as Junk.
    2.  If you do have a Junk folder, try dragging a piece of mail into the folder to see if the banner I am referring to appears.  It should.  You should be able to unmark the mail and drag it it back in your inbox.
    3.  If you manually mark the mail as Junk, does it move into the Junk folder and have the banner I am referring to?  It should.
    4.  If any of the above is not happening, first check your mail settings using the guides below:
    Mail (Yosemite): Reduce junk mail in your inbox
    Mail (Yosemite): If junk mail filters aren’t working correctly
    If all seems correct and it's still not working right, try rebuilding your mailbox:
    Mail (Yosemite): Rebuild mailboxes
    If none of these help you, please post back and we'll try something else.  Oh, and clear out your Previous Recipients window of any unwanted email addresses.  Anything listed in there is usually ignored by the Junk Mail filters.

  • Browser message icon on main page on 8120

    I've recently gotten some sort of "browser message" icon (located where one would normally get a meeting or schedule message icon) and noone at the local T Mobile store can tell me how to get rid of it. Once again it is a small icon located just above the regular page icons, much smaller and I was told it was a "browser message icon" but they couldn't tell me how to get rid of it.
    Any help???

    Have you checked to see if you actually do have a browser message? Click on your message icon and click the menu key. Scroll down and select "view folder". Then select browser messages. Hopefully you will have an unread message there and the icon will go away.
    ~Lorrie~ Master of All Things Blackberry!

  • Add to Browser Favorites from WDJ

    Hi experts.
    I'm running web dynpro java with portal environment, and trying to call [Add to Browser favorites] function of portal
    from WDJ.
    Is this possible?
    Thanks for your time.

    I am not sure but maybe you can use the WDPortalEventing API to do this?

  • Can't find my Favorites Icon

    Looking for my favorites icon and don't see it

    Click Menu>Customize which should be down near the bottom. Then check if its in the list of icons it brings up.
    Have a great day!!
    Jon

Maybe you are looking for

  • Why can't I connect to iCloud on my macbook pro?

    Why can't I connect to iCloud on my macbook pro?

  • Where can I Purchase OS X 10.6 Server Snow Leopard?

    I recently purchased a Mac Mini with OS X Mavericks installed.  I have several database & spreadsheet documents created under Appleworks 6 that I have used for years and want to continue to use but Appleworks will not run in Mavericks.  I have instal

  • How can I referece a .class inside a @WebService

    I have the following class package org.rmilian; import javax.jws.WebMethod; import javax.jws.WebService; import javax.xml.ws.Endpoint; import org.apache.log4j.Logger; @WebService public class Hello {      static Logger logger = Logger.getLogger(Hello

  • Program enters infinite loop.

    this is the first program i'm writing with sockets and is also a step towards making a chat application. my problem is that the program enters infinite loop. package server; import java.net.*; import java.io.*; class Server     public static void mai

  • Thread and KeyListener

    I create a class which extends JFrame named as ShowFrame Another class which extends JPanel nameds as IncludePanel these two classes are stored in two different files named as ShowFrame.java and IncludePanel.java here is the code public class ShowFra