Glossary Item Box
Object that represents properties of progress indicator.
getImageUrl |
Obtains the name of image which is used for progress indicator. Note: if setTemplate was used, then that image is not rendered. Returns
Name of url which contains image. Note: This property will only return a value if the corresponding setter has been applied. The default value is not accessible through these public functions. |
getLocation |
Obtains the location of progress indicator. Returns
Numeric value which is defined as member in the ig_Location class. |
getTemplate |
Obtains the value of innerHTML used for progress indicator. Note: that is has priority over get/setImageUrl. Returns
Value of innerHTML applied to the DIV html element of progress indicator. Note: This property will only return a value if the corresponding setter has been applied. The default value is not accessible through these public functions. |
setImageUrl |
Sets the name of image which is used for progress indicator. Note: if setTemplate was used, then that image is not rendered. Parameters url
Name of url which contains image. |
setLocation |
Sets the location of progress indicator. Parameters location
Numeric value which is defined as member in the ig_Location class. For example: ig_Location.TopCenter, ig_Location.AboveInfront, ig_Location.BelowCenter |
setTemplate |
Sets the value of innerHTML used for progress indicator. Note: that is has priority over get/setImageUrl. Parameters innerHTML
Value of innerHTML applied to the DIV html element of progress indicator. |