HtmlAttributes property: Field class
Description
Use this property to set or return a String representing HTML attributes on the field.
WARNING:
This is a free form field and does not check for any HTML or JavaScript errors.
This property is read/write.
Example
&sLabel = MsgGetText(280, 18, "Bulk Mode");
PTS_SRCH.PTS_BULKMODE.HtmlAttributes = "title='" | &sLabel | "' alt='" | &sLabel | "'";