addPackageNote(dbFieldName, value)
- Description: Adds a note element that is associated with the HTML field ('dbFieldName) created using the addPackageHTMLField function. value is the text that is displayed.
mymodule::$module->addPackageNote ("mstring", "Plan Name is required.");
Module Functions