Display custom Icons instead of text link

Hi,
     I have added rating, feedback links in the command List of searchresourcerenderer which will display the link in each documents like this "<u>Rate this document</u> | <u>Feedback</u> | <u>see Also</u> | <u>Details</u>" , will it be possible to show icon link instead of this text link?
Thanks,
Vijay

Hello Vijay,
As per current functionality. This is not possible here.
The option if you use your own icons instead of SAP provided for example in case of PPT, DOC etc. The following steps can be used:
1) Go to System administration/system configuration/KM/CM/Utilities/Icons
Create a new icon with a mime type
2)Go to System administration/system configuration/KM/CM/Utilities/Mime Types
Create a mime type with an extension and use the same mime type of your icon
Regards
Anjali

Similar Messages

  • How can I display an icon, instead of text string, as a validation prompt?

    My validate method inside my custom validator is like this:
    public void validate(FacesContext context, UIComponent component, Object value) {
      Pattern datePattern = Pattern.compile("(\\d{2})/(\\d{2})/(\\d{4})");
      Matcher dateMatcher = datePattern.matcher((String)value);
      if(!dateMatcher.find()){
        ((UIInput)component).setValid(false);
        FacesMessage message = new FacesMessage();
        String msg = "[" + value + "] invalid date";
        message.setDetail(msg);
        context.addMessage(component.getClientId(context), message);
        FacesMessage facesMsg = new FacesMessage(FacesMessage.SEVERITY_FATAL, "xx", "msg");
        throw new ValidatorException(facesMsg);
    }My JSP has this:
    <h:inputText id="test" value="#{projecthandler.test}">
    <f:validator validatorId="DateValidator" />
    </h:inputText>
    <h:message id="testErrorMessage" for="test"/>The <h:message> tag will kick in if the user has invalid data in the <h:inputText> field and clicks submit.
    When the page is regenerated, the user will see a text string reflecting what the issue is.
    However, instead of this, I would like to display an icon consisting of a red circle with an exclamation point.
    The user is supposed to click on the icon if they want more information. By clicking on the icon,
    the user will see a message box, with a description of the error.
    This is our standard for applications. I'm trying to put together a demo showing how an existing application
    would work in JSF, so I won't be able to talk others into using JSF, unless I can get the validation to display an
    icon instead of text.
    Edited by: Kazan on Mar 18, 2009 9:31 AM
    Edited by: Kazan on Mar 18, 2009 9:33 AM
    Edited by: Kazan on Mar 18, 2009 9:36 AM

    OK, I noticed a bug in my validate method. This is updated to fix the bug, and to include the recomendation about background-image:
      public void validate(FacesContext context, UIComponent component, Object value) {
        System.out.println("DateValidator.test.1");
        Pattern datePattern = Pattern.compile("(\\d{2})/(\\d{2})/(\\d{4})");
        Matcher dateMatcher = datePattern.matcher((String)value);
        System.out.println("DateValidator.test.1");
        if(!dateMatcher.find()){
          ((UIInput)component).setValid(false);
          FacesMessage message = new FacesMessage();
          String msg = "<span style='background-image: url(/error.gif)'/>";
          message.setDetail(msg);
          message.setSeverity(FacesMessage.SEVERITY_FATAL);
          context.addMessage(component.getClientId(context), message);
          throw new ValidatorException(message);
      }When I run this, the litteral string of "<span style='background-image: url(/error.gif)'/>" is printed as the message. It does not interpret this as a span tag with an image url.
    Can someone tell me what's going on?

  • Ipod Nano , wont turn off ,displaying "charging" icon instead

    Hey y'all
    ive been using this ipod nano for a while now,no problems
    recently updated it to the newest firmware
    anyhow it doesnt turn off now,instead when the stop button is pressed for a few seconds,the screen goes blank then the "charging" icon appears even when the ipod is disconnected
    also,when the ipod is working the battery meter doesnt show,
    and the "charging" icon is displayed instead
    i tried restoring the ipod a few times,no effect
    any ideas?

    Hi, my ipod nano has exactly the same problem---won't turn off, shows the big charging icon instead, even after resetting it many times, and successfully restoring/updating the firmware to v1.2. It plays music fine, but it won't shut off.
    What ever happened at repair shop, did they say what is wrong? Maybe I have to send mine to a repair shop too.
    Thanks
    Ipod Nano    

  • How do I display customized icons next to menu bar instead of on the same line as the URL?

    Thought I already submitted this. If this is a duplicate set of details, apologies. If previous answer posted, there was no message to that effect.
    In Windows 7, icons for most add-ons and for icons you can add with customization appears to the right of the menu bar. Now, in Windows 8, they are appearing to the right of the URL line.
    There isn't enough room on the URL line, so I would prefer they show on the menu bar line. If this isn't possible in Windows 8, count this question as a complaint about the change. If it is possible, I couldn't findl the solution in your help or forum.

    NO! In Windows 7, the command icons show to the right of the line with the '''FILE''', etc. drop-down menus, the line BELOW the top line which contains the Firefox icon (see the image).
    In windows 8, they show to the right of the line in which you enter a URL or a search string. There is not much vacant room on that line, so you can only fit a couple of icons.
    I don't know how to say it any more clearly than this.
    I want to know if it is possible to move the command icons in Windows 8 so they are in the same location as in Windows 7. If not, I'd like to know why the decision was made to do this, if deliberate, or if it was an oversight that will be fixed.

  • How do I get my Bookmarks to appear with icons instead of text?

    I do not want my bookmarked websites that are in my toolbar to appear as text only. i want them to show with the icon as well.

    The Bookmark Toolbar Icons add-on will display icons on the bookmarks toolbar on the Mac for Firefox versions up to 3.6. On Firefox 4 on the Mac the icons appear by default - https://addons.mozilla.org/firefox/addon/bookmark-toolbar-icons/

  • Infopath & SharePoint 2013 : infopath hyperlonk published to form library always displays complete url instead of text ?

    hi , I am in need to provide a link to sub webs provisioned when an item is added to form library.
    hyperlink has to fields 1. Value for url 2.text to display text
    but it always displays url in form library item.
    Ahsan Ranjha

    Hi Ahsan,
    Sorry for the late reply, we can update the "Project Link" url and "Project Link text" in a workflow variable in a Hyperlink field format ([Project Link], [Project Link Text]), and then update to another Hyperlink type column
    in this list, then it should show the url as expected as hyperlink field in InfoPath form.
    Note: There is a blank space after the comma in the hyperlink field format.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/622bc70c-9b7a-4bff-b17a-b21b3a74ed8f/how-to-set-hyperlink-url-and-description-simutaneously-in-sharepoint-designer-workflow?forum=sharepointcustomizationlegacy
    Thanks
    Daniel Yang
    TechNet Community Support

  • Amazon.co.uk homepage is displaying tiny icons instead of the normal size ones

    Until a week ago everything was fine. I think I may have accidentally hit a key while the page was loading and now everyting shown (icons, wording, graphics etc) is tiny and unreadable.

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    See http://kb.mozillazine.org/Zoom_text_of_web_pages

  • In BeX only Key is display instead of Text in filter value

    Hi,
    Our company migrated from BW 3.0b to BI 7.0 Netweaver 2004s recently.
    Before the migration, a value in the Filtersection of an executed query in the BEx Analyzer was displayed as text. Now after the migration it always displays the key instead of text.
    If i put the same InfoObject in the Free Characteristics than it shows text like i choosed in the display section of the properties.
    Do you have any clue why?
    Thanks
    Ralph

    Wht FEP are you on??
    Try to be on the latest SP available as a part of sanity check.
    Try first to download latest FEP from service.sap.com/swdc
    Download>Support Packages and Patches">SAP Frontend Components">SAP GUI FOR WINDOWS">SAP GUI FOR WINDOWS 6.40>Win32>Bw700SP09P_904-10001615.exe.exe
    download that file rename as .exe and execute it.
    Hope it Helps
    Chetan
    @CP..

  • Best practice to show ICON instead Label for ADF Component

    Hi,
    I am using JDeveloper 11.1.1.6.
    My requirement is to use Icons instead Label text for my ADF components. Those are in one Form layout wich means that if I just used a panelgroup horizontal and put then the image and then the input component, the panelForm Layout wont automatically align my components. So I was trying to fallow this link
    http://adfpractice-fedor.blogspot.co.uk/2011/08/panel-form-layout-and-labels-with-icons.html with no success.
    Anyone else could orientate me on the right path?
    Thank you

    You can try to use af:panelFormLayout and set "rows" property.
    Then set simple="true" on your input components.
    For example:
    <af:panelFormLayout id="pfl1" rows="2">
          <af:image source="image1.png" id="i1"/>
          <af:image source="image2.png" id="i2"/>
          <af:inputText label="Label 1" id="it1" simple="true"/>
          <af:inputText label="Label 2" id="it2" simple="true"/>
    </af:panelFormLayout>Dario

  • How can I make the tab image instead of text.

    Hi guys,
    How can I make a tab displayed as image instead of text?
    Best Wishes,
    Fateh

    Thanks Jari,
    I use Apex 4.0.2 and the theme is Builder Blue 2. When I click edit tab, I get "Tab Label" that is required field and a region called "images". As I got from you, I cannot utilize images in my case.
    Regards,
    Fateh

  • How can I get an h:message tag to display an icon?

    I'm trying to display an image instead of text
                                    <h:message binding="#{XXX.yyy}" errorClass="errorIcon" fatalClass="fatalMessage"
                                        for="zzz" id="xxxxMessage" infoClass="infoMessage" showDetail="false" showSummary="true" warnClass="warnMessage"/>where errorIcon is defined as a style
    .errorIcon
      border-top: 0px none !important;
      border-right: 0px none !important;
      border-left: 0px none !important;
      border-bottom: 0px none !important;
      width: 16px !important;
      height: 16px !important;
      background-image: url("resources/error.png") !important;
      background-repeat: no-repeat !important;
      overflow: hidden !important;
      display: block !important;
      font-size: 14px !important;
    }I just get black text instead of the image?

    Only the cell carrier to whom the iPhone is locked can authorize an unlock, so you will need to contact the carrier. Note that if the iPhone is locked to AT&T, they will not unlock an iPhone at any time for any reason.
    Regards.
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Communities page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums and in the Apple Knowledge Base, before you post a question.

  • How can i use text only instead of text plus the folder icon in the bookmarks toolbar; older firefox allowed this.

    I prefer using text only instead of text plus a folder icon in the bookmarks toolbar because it used less space and I can display more bookmark folders in that toolbar. Is that possible in Firefox 4.0? It was possible in the earlier versions of Firefox. If it is possible in Firefox 4.0 how do I do that? Thank you.

    First install the "Stylish:" extension then you have thousands of styles available to choose from, most consist of only a few lines, and you can modify them to suit yourself.
    * '''Stylish''' :: Add-ons for Firefox<br>https://addons.mozilla.org/firefox/addon/stylish/
    * '''Bookmarks Toolbar Fx4 Blue/Folders, Red/Bookmarks'''<br>http://userstyles.org/styles/46947/
    * '''some styles I use:'''<br>http://kb.mozillazine.org/User:Dmcritchie

  • Using xsl stylesheet with List View Web Part to display custom text

    Hi 
    i have an xsl stylesheet with sharepoint listview webpart. The list view shows some items based on a filter. I want to display custom text such as "No Items" when there are zero items in the list view using the xsl stylesheet. How do i achieve
    this. I have spent hours searching but couldnt find the exact answer. Please help me out. I am a light user not a hard core developer so I dont use Visual Studio. Thanks in advance

    Hi 
    I have customised the list view webpart using a custom xsl file by including it in the xsl link of the list view webpart. So i think i need to include the condition in the xsl file itself else it wont work. Since the list view webpart isnt using the default
    xsl. Please let me kknow if you have any idea about including a condition in xsl to check if there are not items in view. 
    The code of the xsl is included below.
    <!--
    This section is the set up and can be used at the top of any external XSLT stylesheet file
    -->
    <xsl:stylesheet
    xmlns:x="http://www.w3.org/2001/XMLSchema"
    xmlns:d="http://schemas.microsoft.com/sharepoint/dsp"
    version="1.0"
    exclude-result-prefixes="xsl msxsl ddwrt"
    xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime"
    xmlns:asp="http://schemas.microsoft.com/ASPNET/20"
    xmlns:__designer="http://schemas.microsoft.com/WebParts/v2/DataView/designer"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxsl="urn:schemas-microsoft-com:xslt"
    xmlns:SharePoint="Microsoft.SharePoint.WebControls"
    xmlns:ddwrt2="urn:frontpage:internal">
    <xsl:output method="html" indent="no"/>
    <xsl:template match="/" xmlns:x="http://www.w3.org/2001/XMLSchema">
    <xsl:variable name="Rows" select="/dsQueryResponse/Rows/Row" />
    <table>
    <xsl:for-each select="$Rows">
    <xsl:call-template name="dvt_1.rowview"></xsl:call-template> 
    </xsl:for-each>
    </table>
    </xsl:template>
    <xsl:template name="dvt_1.rowview">
        <tr>
      <td><img height="78" width="60"><xsl:attribute name="src"><xsl:value-of select="@Photo"/></xsl:attribute></img></td>
        <td>
        <table style="margin-left:10px;">
        <tr><td><xsl:value-of select="@FullName"/></td></tr>
        <tr><td><xsl:value-of select="@DOBinWords"/></td></tr>
        </table>
        </td>
      </tr>
    </xsl:template>
    </xsl:stylesheet>

  • Brand new 5s- sometimes phone numbers display when receiving calls and texts instead of contact name.

    Brand new 5s- sometimes phone numbers display when receiving calls and texts instead of contact name. Hard to know who is calling/texting! A few times I've tapped on the text message icon and I can actually watch as the conversations turn from showing just numbers to the contact names. Same thing when looking at call history and voice mail- sometimes it shows numbers and then I'll go back and the contacts will be back. So frustrating!

    boomer1630 wrote:
    - i have a Samsung S3)
    -I have tried using *228 to update.
    You don't dial *228 to update the Preferred Roaming List on 4G phones; I"m surprised the call went through.  The PRL updates are handled by the SIM card. 
    Try this and see if it helps:  turn off the phone, remove the SIM card, and wait a few minutes.  Then re-insert the SIM card, turn the phone back on, and give the phone a few minutes to re-establish a network connection.

  • Display custom texts in a query

    Hi All,
    My requirement is like, i need to display custom texts of 2-3 lines below query header for a standard query.
    These texts are static, cannot be changed in runtime.
    Could anyone help me on how to acheive this,  this can be either with Analyzer or with WAD.
    Thanks in advance

    In BEx
    Insert Rows below the QUery Heading. Enter your Comments.
    Click "Save" button in Bex Tool bar. Selec the Option "Save as New Workbook".
    Give permissions to the users to see the workbook.
    In WAD
    Open the HTML code of the Web report.You will find a tag for the Query Heading like this
    <head>
        <title>BW Web Application</title>
        <link href="/sap/bw/Mime/BEx/StyleSheets/BWReports.css" type=text/css rel=stylesheet>
      </head>
    Below this tag add the following Tag.
    <div>
    Enter your Text here
    </div>
    Save the Report.
    Regs
    Gopi
    Assign points if it is useful.

Maybe you are looking for

  • ? Horizontal Menu Bar not loading in IE

    Our horizontal menu bar does not load into IE.  It works fine in Safari, Firefox and Chrome.  It used to work on all four browsers so I've gone back and uploaded an older version of our site to see if I could get it to work in IE.  Even this older si

  • Cannot update sales order link on an activity

    I have an addon that creates CRM activities after an order has been updated. This is working fine in the SBODemo_UK database but fails when I run it against a customer database. An extract of the code is: -     oItem = oForm.Items.Item("8")     act1.

  • Higher decimal places in SD pricing

    Hi All. I would like the system to accept up to 3 decimal places when creating quotation, sales order and invoice in SD. I created a new currency under t-code OY03 and customized it under t-code OY04. It works fine for newly entered values. The probl

  • Flex Developer needed for Boston

    If you or someone you know is interested, please give me a call: we are looking for a Flex developer for our company in downtown Boston. I need someone with three years experience in Adobe FLEX, with a total of five years experience in the computer i

  • Methods in cl_gui_frontend_services will break the progress indicator

    Hi guys, I have a list of directories of client to check if it exists. I use cl_gui_frontend_services=>directory_exist method. And I want to show the progress indicator. But the method directory_exist will break the indicator, show the status bar's m