Share via


FieldFilterImageURL Element

The FieldFilterImageURL element returns the URL to the icon that is used to indicate filtering on a list.

Syntax

<FieldFilterImageURL>
</FieldFilterImageURL>
Parent Elements
Default, RenderPattern

Remarks

This element is used in FLDTYPES.XML in the HeaderPattern sections.

Example

The following selection from FLDTYPES.XML assembles the <IMG> tag that is used to display the filter image.

<HTML>
  <![CDATA[ <IMG SRC=" ]]>
</HTML>
<FieldFilterImageURL />
<HTML>
  <![CDATA[ " BORDER=0 ALT= ]]>
</HTML>
<HTML>
  "Filter"
</HTML>
<HTML>
  <![CDATA[ > ]]>
</HTML>

See Also

FieldSortImageURL

FieldSortParams