MailConfirmFeedbackEditorBase::ValidateValue (open)
Called when the screen with the extension validates its values.
Syntax
LOADLIB "mod::publisher/lib/webtools/formhandlers/mailhandler.whlib";
MACRO ValidateValue(OBJECT work)
Parameters
feedback
The feedback object to report errors to
Description
Allows you to validate the values submitted into the extension. If you UPDATE this function you probably
want to invoke the parent version first using TolliumTabsExtensionBase::ValidateValue(feedback)
to ensure
all contained components run their own validation