Version

AjaxIndicator class Members

The following tables list the members exposed by AjaxIndicator.

Public Constructors
 NameDescription
Public ConstructorAjaxIndicator Constructor  
Public Properties
 NameDescription
Public PropertyaltGets alt attribute for image.The alt attribute for image  
Public PropertyblockAreaGets sets option to use blocking element over control or window.Type of block area.  
Public PropertyblockCssGets sets name of css class applied to blocking element.Name of css  
Public PropertycssGets sets name of css class applied to indicator.Name of css  
Public PropertyenabledGets sets option to enable or disable indicator.True: indicator is enabled.  
Public PropertyfadeInDurationGets sets duration of fade animation for show action in milliseconds.Duration in milliseconds.  
Public PropertyfadeInEquationTypeGets sets equation type of fade animation for show action.Equation type of fade animation. That should be a number in range of 0-4.  
Public PropertyfadeOutDurationGets sets duration of fade animation for hide action in milliseconds.Duration in milliseconds.  
Public PropertyfadeOutEquationTypeGets sets equation type of fade animation for hide action.Equation type of fade animation. That should be a number in range of 0-4.  
Public PropertyimageUrlGets 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().  
Public PropertylocationGets sets location of indicator relative to its container.Flags that represent relative location. That should be a number in range of 0-68.  
Public PropertyoffsetLeftGets sets additional horizontal offset of indicator.Offset in pixels.  
Public PropertyoffsetTopGets sets additional vertical offset of indicator.Offset in pixels.  
Public PropertyrelativeToControlGets 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.  
Public PropertytextGets 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.  
Public Methods
 NameDescription
Public MethoddisposeDeletes members.  
Public MethodhideHides the AJAX Indicator Hides indicator.  
Public MethodsetRelativeContainerSets custom element which is used as container for alignment of indicator.  
Public MethodshowShows indicator.  
See Also