How does it work - Main |
|
 |
|
|
| Element (Button): |
The element where apply the AjaxLoader event
can be:
- Link
- Button
- Image
The element must have the ID or the NAME attribute to be detected
|
| |
|
| Container: |
The element in the page where insert the HTML loaded from the url.
The element must have the ID or the NAME attribute to be detected.
This element can be : DIV - SPAN - TABLE_CELL - P - |
| |
|
| Source url: |
The url of the page the ext call with Ajax to get the HTML to display in the container.
This page can be a dynamic or static page.
The extension get only the HTML code contained in the BODY tag of the response of this page. If you have some code like css styles you need put this include |
| |
|
| Method: |
The method GET or POST you need use to call the source page |
| |
|
| Url parameters: |
The list of parameters to send to the source page |
| |
|
| Wait image: |
The wait image show in the left side of the wait message box |
| |
|
| 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 |
| |
|
| Modal: |
If checked the extension lock only the container and if not checked the extension lock all the page.
In case modal is checked the wait message box will be opened inside the container |
| |
|
| 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: |
| 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 |