Skip to content

oCourse.HTMLopFeeList ​

Returns Optional Fees listing.

ACEweb Routines/Templates ​

XEnrollcard.htm

Required Parameters ​

None

Optional Parameters ​

  1. Additional HTML attributes, enclosed in quotation marks.
  2. 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.
  3. Logical .t. shows fees even if Hide from Web is enabled.
  4. Numeric value to specify the tabindex value.
  5. Logical .t. enables the fee quantity field where registrants enter the number of optional fees they wish to purchase. Default is .f.
  6. 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