Form Field Dialog
Define Form Dialog
Click the button and choose "Form" from the drop-down list or command "Insert/Form Field/Form" to open the Form dialog. Using Form on the page, you can get information from visitors. If you are requesting customer information or having visitors fill out your guest book, forms will do the job.
Properties
Settings
Name: Give a name to the form.
Method Defines how the form data is handled.
a. Get Appends form values to the URL and sends the server a GET request. Because URLs are limited to 8192 characters, don't use the GET method with long forms.
b. Post Sends the form values in the body of a message and sends the server a POST request.
c. Default Uses the browser default method (generally GET).
Action Identifies the server-side application that processes the form information, specified as a URL. Enter the path for the application or click the folder icon to locate the file.
Push Button Dialog
Use the command "Insert/ Form Field/ Push button" or Click to open Form Button dialog. Use this dialog to insert a push button into the HTML document.
Properties
- Name: the button's name in HTML document.
- Label: the text appeared on the button.
- Type: select a button type to make the button fulfill the deference function.
Define Check Box Dialog
Use the command "Insert/ Form Field/ Check box" to open Check Box dialog. Use the dialog to insert a check box into the HTML document.
Properties
- Name: the checkbox internal name in HTML document.
- value: the return value of check box when check box is checked.
- checked: specify the check box is checked after HTML document was loaded in.
Define Radio Button Dialog
Use the command "Insert/ Form Field/ Radio Button" or click the icon and select the Radio Button in the drop-down list to open the Radio Button dialog. Use this dialog to insert a radio button into the HTML document.
Properties
- Name: the radio button internal name in HTML document.
- value: the return value of the radio button when the radio button is selected.
- Select: specify the radio button is selected when HTML document is loaded.
Menu Item Dialog
Click "Add" button in Drop Down Menu to open the Drop Down Menu. Insert a new item into list.
Properties:
- Item Text:Input the item text.
- Value :Input the return value.
- Select: Show you choosed the value.
|