FormSubmit

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"


FormReset

Purpose:

Clear all the content entered in a form.

Category:

Forms

Syntax:

FormReset "form id"
form id

A Form Object id already in the Work Space.

Example:

FormReset "MyForm"


SetFocusGlowColor

Purpose:

Set the form objects focus glow color (Text Input, Numeric Input, Text Area...)
The default Glow Color is pale blue.

Category:

Forms

Syntax:

SetFocusGlowColor "color"
color

A valid CSS color (red, rgb(255,0,0), rgba(255,0,0,.5), #ff0000)

Example:

SetFocusGlowColor "red"


SetKeyBoard

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"
input object

   Any input object id (Text Input, Numeric Input, Text Area...)
keyboard type

Any of the available virtual keyboards: none, text, numeric, tel, decimal, email, url, search.
Use none to hide any virtual keyboard.

Example:

SetKeyboard "TextInput1" "numeric"

Created with the Personal Edition of HelpNDoc: Create iPhone web-based documentation