Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   Form actions
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
Applications
Module development
GUI development
 
Base interface elements
Dual column pages
Feedback handling
Form actions
Forms
Lists
Form actions

Library to create forms that allow submission of the feedback

Use the following code in your script to load the library:

  LOADLIB "module::system/webui/actions.whlib";

Public Functions and Macros

AddFormData Add hidden form data to be passed to the feedbackpage
CreateApplyForm Create a form with an Apply button
CreateDownloadForm Create a form with a Download button
CreateSearchForm Create a form with a Search button
CreateSequenceForm Create a sequence form with an Apply button
CreateYesNoForm Create a form with a Yes/No button
 
Top To top of page