Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   AddPasswordField
  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
AddPasswordField
  Create a password entry field
 
Library module::system/webui/forms.whlib
 
Syntax PUBLIC MACRO AddPasswordField (STRING groupname,STRING name,STRING label,INTEGER maxlength)
 
Description A password field works like a text field, but cannot have 'default' data and the entered text is invisible
 
Parameters
groupname Group to add this field to
name Name of the field to add
label Label to display
maxlength Maximum length of the text field
 
 
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