FieldFilterImageURL Element
Applies to: SharePoint Foundation 2010
Returns the URL to the icon that is used to indicate filtering on a list.
<FieldFilterImageURL>
</FieldFilterImageURL>
Attributes
Attribute |
Description |
---|---|
None |
N/A |
Child Elements
None |
Parent Elements
Numerous |
Occurrences
Minimum: 0 Maximum: Unbounded |
Remarks
This element is used in the FldTypes.xml file in the HeaderPattern sections.
Example
The following excerpt uses the FieldFilterImageURL element to assemble the <IMG> tag for displaying the filter image.
<HTML><![CDATA[ <IMG SRC=" ]]></HTML>
<FieldFilterImageURL />
<HTML><![CDATA[ " BORDER=0 ALT= ]]></HTML>
<HTML>"Filter"</HTML>
<HTML><![CDATA[ > ]]></HTML>