This.Page.InterestCodes
Displays the list of aceweb enabled interest codes on person.awp.
ACEweb Routines/Templates:
Person.awp
Required Parameters:
None
Optional Parameters:
- CSS class for the Interest Code table. Defaults to class specified in TableClass INI.
- CSS class to use on alternating table rows.Defaults to class specified in TableClass INI.
- TabIndex – numeric value to be used for starting tab index.
- Logical return value. Set to .T. if you want users to be able to remove interest codes as well as add them.
Examples:
<%=This.Page.InterestCodes("awTable","awAltRow",,.t.) %> uses awTable and awAltRow classes and allows users to add and remove Interest Codes from their list.