FieldFilterImageURL Element
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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>