• Online Demo
  • 30-day Free Trial

addModuleHTMLSelectOption(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 addModuleHTMLField 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->addModuleHTMLSelectOption("usessl", "Yes", "true");


Module Functions