WebtoolFormHooks (open)
Base class for hooking into a webtoolform. Invoked in frontend and in tollium contexts to allow forms to add extra cells to results
Syntax
LOADLIB "mod::publisher/lib/forms/base.whlib";
OBJECTTYPE WebtoolFormHooks
Constructor
Functions
- MACRO PrepareForFrontend()
Prepare for use with the frontend (rendering, rpc or validation) (WebHare >= 4.34.1)
- MACRO PrepareRendering()
Invoked before rendering the form
- RECORD FUNCTION Submit(OBJECT work, RECORD extradata)
Do additional form processing
- MACRO Validate(OBJECT work)
Do additional form validation