Forms
Purpose: |
Sends the content in a Form Object to a URL |
Category: |
Forms |
Syntax: |
FormSubmit "form id" "url" form id A Form Object id already in the Work Space. url A target url with a server side script to process the content sent. |
Example: |
FormSubmit "MyForm" "https://mydomain.com/myapp/myscript.php" |
Purpose: |
Clear all the content entered in a form. |
Category: |
Forms |
Syntax: |
FormReset "form id" A Form Object id already in the Work Space. |
Example: |
FormReset "MyForm" |
Purpose: |
Set the form objects focus glow color (Text Input, Numeric Input, Text Area...) |
Category: |
Forms |
Syntax: |
SetFocusGlowColor "color" A valid CSS color (red, rgb(255,0,0), rgba(255,0,0,.5), #ff0000) |
Example: |
SetFocusGlowColor "red" |
Purpose: |
Set the virtual keyboard type to show when using an input object on a mobile device |
Category: |
Forms |
Syntax: |
SetKeyboard "input object" "keyboard type" Any input object id (Text Input, Numeric Input, Text Area...) Any of the available virtual keyboards: none, text, numeric, tel, decimal, email, url, search. |
Example: |
SetKeyboard "TextInput1" "numeric" |
Created with the Personal Edition of HelpNDoc: Create iPhone web-based documentation