oCourse.HTMLopFeeList ​
Returns Optional Fees listing.
ACEweb Routines/Templates ​
Required Parameters ​
None
Optional Parameters ​
- Additional HTMLÂ attributes, enclosed in quotation marks.
- Logical .t. use checkboxes instead of a selection box. Note: if only one optional fee exists, will always use a checkbox. ONLYÂ used if parameter 6 is set to .f.
- Logical .t. shows fees even if Hide from Web is enabled.
- Numeric value to specify the tabindex value.
- Logical .t. enables the fee quantity field where registrants enter the number of optional fees they wish to purchase. Default is .f.
- Character string value determines pattern for fee amount. E.g. [$$$$.99]. Defaults to [$$,$$$.99].
Example(s) ​
##oCourse.HTMLopFeeList()## uses selection box for fees (one box for all fees--users ctrl+click to select multiple fees)
##oCourse.HTMLopFeeList([],.t.)## uses checkboxes for each fee
##oCourse.HTMLopFeeList([],.t.,,15)## uses checkboxes for each fee, with tabindex starting at 15 and incrementing by 1 for each optional fee listed
##oCourse.HTMLopFeeList([],,,,.t.)## displays the fee quantity fields for optional fees