• Create Buttons and Checkboxes
  • Create Buttons and Checkboxes
  • "c02eb13a-3faa-46f2-bead-2353c00ced76
  • You can add Buttons, Radio Buttons, Image Buttons and/or Checkboxes to a Form. These controls allow a user to click on a selection that they want submitted to the server.
  • The Radio Button Properties dialog box contains these fields:
  • : Name of the Radio Button
  • Name
  • Value
  • Selected
  • To create a Radio Button:
  • On the Web Page Editor - Package toolbar, click
  • Radio Button
  • Type the name of the Radio Button.
  • Type the value to be sent to the server when the Radio Button is selected.
  • Click the Selected option if you want the default state of the button to be selected.
  • Click
  • OK
  • Checkboxes allow you to select items from a group. Each item is independent so you can select multiple options from a group.
  • The Checkbox Properties dialog box contains these fields:
  • : Name of the Checkbox
  • Name
  • Value
  • Selected
  • To create a Checkbox:
  • On the Web Page Editor - Package toolbar, click
  • Checkbox
  • Type the name of the Checkbox.
  • Type the value to be sent to the server when the Checkbox is selected.
  • Click the Selected option if you want the default state of the checkbox to be selected.
  • Click
  • OK
  • Buttons provide a visual cue to the user to complete an action. Buttons come in three types:
  • Standard button with arbitrary text
  • Submit button that submits the form data to the server
  • Reset button resets the form
  • The Buttons Properties dialog box contains these fields:
  • : Name of the button
  • Name
  • : Text that displays on the button
  • Text (Value)
  • : The type of button. Values are Button, Submit, or Reset
  • Type
  • To create a Button:
  • On the Web Page Editor - Package toolbar, click
  • Button
  • Type the name of the button.
  • Type the text to appear on the button.
  • Select the type of button.
  • Click
  • OK
  • Image Buttons are clickable images that provide a visual cue to the user to complete an action.
  • The Image Buttons Properties dialog box contains two tabs:
  • Image Info
  • Advanced
  • To create an Image Button:
  • On the Web Page Editor - Package toolbar, click
  • Image Button
  • Fill in the appropriate information on each tab and click
  • OK