• Online Demo
  • 30-day Free Trial

addPackageHTMLSelectOption(dbFieldName, optionName, optionValue)

  • Returns: void
  • Description: Adds option fields to the HTML select field. dbFieldName must match a field that has been defined by the addPackageHTMLField function with type "select". optionName is the text that is displayed in the list for this select field. optionValue is the value returned when this option is selected.
  • Usage:
mymodule::$module->addPackageHTMLSelectOption ("mstring", "Plan1", "plan1");


Module Functions