Sometimes we want to convert text into icons to display the task list more intuitively.
InMossLiThe default task list status displays text:
Now we can useSPDQuickly convert the Status display to the following effect:(Text prompt when the mouse stays):
Steps:
1.UseSPDOpen the task list view to be edited
2.Select right Jian-> "ConvertXSLTData View"
3.Selected"Status"Column, switchCodeView, and add the following code
< TD class = " {$ Idafg5th} " >
< XSL: Choose >
< XSL: When Test = " @ Status = 'completed' " >
< IMG SRC = " /PIC/KPIDefault-0.gif " ALT = " Completed " />
</ XSL: When >
< XSL: When Test = " @ Status = 'not started' " >
< IMG SRC = " /PIC/KPIDefault-2.gif " ALT = " Not started " />
</ XSL: When >
</ XSL: Choose >
</ TD >
PS:Here we only list two enumerated values.'Completed','Not started'
4. the last save is complete, simple j