Form:
The form where apply the AjaxForm event
The element must have the ID attribute to be detected
Success div:
The element in the page is show in case of send form data without errors
The element must have the ID attribute to be detected. This element can be : DIV - SPAN - TABLE_CELL - P - PRE - UL
Error div:
The element in the page is show in case of send form data with errors
The element must have the ID attribute to be detected. This element can be : DIV - SPAN - TABLE_CELL - P - PRE - UL
Action URL:
The url where send the form data, only required if different from the current page
Method:
The method GET or POST you need use to send form data to the page
On success:
The behaviors you need in case of send form data with success, the extension can hide the form or clear the form or the 2 toghether
On success redirect:
The url where redirect the page in case of send form data with success
Error message:
The error message you want show in case of error. In this message you can insert 2 tags that will be replaced with the value the extension get from the server request.
The 2 tags are: #error_status# and #error_message#
Wait image:
The wait image show in the left side of the wait message box
Cursor:
The mouse cursor you want display during the Ajax request
Title:
The title of the wait message box. Can contains HTML tags
Message:
The message of the wait message box. Can contains HTML tags
Width / Height:
The dimensions of the wait message box
Position:
The position of the wait message box. Centered by default
Theme:
Choose the graphics style of the Wait message box
The extension has 24 predefined theme but there is an on-line site where you can create your own theme. See in the flash tutorial how work this feature. In case you don't choose a theme you can setup some parameters of the wait message box, like:
Lock body:
During the Ajax requet to the source url the extension lock the page and with this parameters you can setup the transparency and the color of the div to lock the page.
Percentage: the transparency percentage
Color: The color of the div that lock the page
Fade: the fade in and out of the div lock the page
Padding:
The padding of the wait message box
Margin:
The margin of the wait message box
Text align:
The text align for title and message of the wait message box
Text vertical align:
The text vertical align for the message of the wait message box
Font color:
The font color for title and message of the wait message box
Background color:
The background color of the wait message box
Border width:
The border width of the wait message box
Border color:
The border color of the wait message box