Custom icon Field

Source: Internet
Author: User

A custom field that uses the icon image to display the status of each item. effect:

Because this field is displayed based on a Status field in the list, the code of the field is as follows:

 

Field code

<Field type = "computed" readonly = "true" name = "iconstatus" displayname = "iconstatus" sortable = "false" filterable = "false" enablelookup = "false" sourceid =" http://schemas.microsoft.com/sharepoint/v3 "staticname =" listitemiconstatus "id =" {94010832-fab9-4bd5-98fb-b581_fa9618} ">
<Fieldrefs>
<Fieldref name = "status"/>
</Fieldrefs>
<Displaypattern>
<Switch>
<Expr>
<Column name = "status"/>
</Expr>
<Case value = "completed">
<HTML> <! [CDATA [ & nbsp;]> <! -- <Column name = "status" htmlencode = "true"/> -->
</Case>
<Case value = "cancel">
<HTML> <! [CDATA [ & nbsp;]> <! -- <Column name = "status" htmlencode = "true"/> -->
</Case>
<Case value = "issue">
<HTML> <! [CDATA [ & nbsp;]> <! -- <Column name = "status" htmlencode = "true"/> -->
</Case>
<Default>
<HTML> <! [CDATA [ & nbsp;]> <! -- <Column name = "status" htmlencode = "true"/> -->
</Default>
</Switch>
</Displaypattern>
</Field>

 

Upload it with the source code in the attachment

/Files/CECI/mossfields.rar

 

Http://iconset.codeplex.com/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.