Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   AddDialogButton
  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
AddDialogButton
  Append a dialog button to a field
 
Library module::system/webui/forms.whlib
 
Syntax PUBLIC MACRO AddDialogButton (STRING fieldname,STRING buttonname,STRING label,STRING dialogpath,STRING alttext,INTEGER width,INTEGER height)
 
Parameters
fieldname Name to the form element this dialog is linked to (textfield)
buttonname Name of the button to add
label Label to display
dialogpath Location (URL) of the dialog to load
alttext Text to display when hovering the dialog button
width Width of the dialog to load
height Height of the dialog to load
 
 
In library 'forms'
AddBrowseServerDialog
AddCheckBoxField
AddChooseColourDialog
AddChooseFontDialog
AddChooseOrderingDialog
AddChooseUserDialog
AddDateField
AddDialogButton
AddFileField
AddFilePlaceholderField
AddGroupCheckBoxField
AddImageField
AddImagePreviewField
AddNamedReadOnlyField
AddPasswordField
AddPulldownField
AddRadioField
AddReadOnlyField
AddReadOnlyLinkField
AddTextAreaField
AddTextField
AddTimeField
AddUploadField
CreateCheckboxGroup
CreateFieldGroup
CreateRadioGroup
DisableField
EnableField
GetFormVariable
HideField
MakeChoice
 
Top To top of page