The following tables list the members exposed by AjaxIndicator.
Name | Description | |
---|---|---|
![]() | AjaxIndicator Constructor |
Name | Description | |
---|---|---|
![]() | alt | Gets alt attribute for image.The alt attribute for image |
![]() | blockArea | Gets sets option to use blocking element over control or window.Type of block area. |
![]() | blockCss | Gets sets name of css class applied to blocking element.Name of css |
![]() | css | Gets sets name of css class applied to indicator.Name of css |
![]() | enabled | Gets sets option to enable or disable indicator.True: indicator is enabled. |
![]() | fadeInDuration | Gets sets duration of fade animation for show action in milliseconds.Duration in milliseconds. |
![]() | fadeInEquationType | Gets sets equation type of fade animation for show action.Equation type of fade animation. That should be a number in range of 0-4. |
![]() | fadeOutDuration | Gets sets duration of fade animation for hide action in milliseconds.Duration in milliseconds. |
![]() | fadeOutEquationType | Gets sets equation type of fade animation for hide action.Equation type of fade animation. That should be a number in range of 0-4. |
![]() | imageUrl | Gets sets image url. Note: the "text" property has priority over IMG. However, if text contains "{0}" flag, then that flag is replaced by IMG with get_imageUrl(). |
![]() | location | Gets sets location of indicator relative to its container.Flags that represent relative location. That should be a number in range of 0-68. |
![]() | offsetLeft | Gets sets additional horizontal offset of indicator.Offset in pixels. |
![]() | offsetTop | Gets sets additional vertical offset of indicator.Offset in pixels. |
![]() | relativeToControl | Gets sets option to align indicator relative to element of control or relative to window.True: indicator is aligned to control, false: indicator is aligned to browser window. |
![]() | text | Gets sets innerHTML of DIV used for indicator. If text contains "{0}" flag, then that flag is replaced by IMG with get_imageUrl().The html which is used to render indicator. That can include text and any valid html tags. |
Name | Description | |
---|---|---|
![]() | dispose | Deletes members. |
![]() | hide | Hides the AJAX Indicator Hides indicator. |
![]() | setRelativeContainer | Sets custom element which is used as container for alignment of indicator. |
![]() | show | Shows indicator. |