Animated Image
The Animated Image component is a rotating banner image. Images are
rotated in a continuous loop, with intervals set by a timer. You
can associate a URL with the component.
Properties
name
- Description: (REQUIRED) Enter unique name of the control. Must exactly match the name of the corresponding JavaScript object on the page.
- Type: String
- Default Value:ImageCtl1
linkURL
- Description: Enter link URL.
- Type: String
- Default Value:http://
alt
- Description: Enter alternative text or hint.
- Type: String
imageArrayStr
- Description: Enter a semicolon delimited list of image URL's.
- Type: String
imageInterval
- Description: Enter the Number of milliseconds each image should display.
- Type: String
height
- Description: Enter the image height.
- Type: Number
width
- Description: Enter the image width.
- Type: Number
target
- Description: Enter the link target.
- Type: String
border
- Description: Enter the image border.
- Type: Number
- Default Value: 0
testMode
- Description: Select the test mode.
- Value Set: off | alerts | text
- Type: String
- Default Value: off
- Is Expert: Yes
Methods
Render
- Name: render()
- Description: Renders control.
Animation Start
- Name: animationStart()
- Description: Starts image animation.
Animation Stop
- Name: animationStop()
- Description: Stops image animation.
Events
On Click
- Name: onClick()
- Description: Event fires on completed click of mouse button.
On Mouse Down
- Name: onMouseDown()
- Description: Event fires on down press of mouse button.
On Mouse Up
- Name: onMouseUp()
- Description: Event fires on upward movement or release of mouse button.
On Mouse Over
- Name: onMouseOver()
- Description: Event fires on rolling cursor over image.
On Mouse Out
- Name: onMouseOut()
- Description: Event fires on rolling cursor off of image.
On Error
- Name: onError()
- Description: Event fires on failure to load image.
On Abort
- Name: onAbort()
- Description: Event fires on user aborted loading of image.
On Load
- Name: onLoad()
- Description: Event fires on successfull load of image.
On Render
- Name: onRender()
- Description: Event fires on render of image control.
On Animation Start
- Name: onAnimationStart()
- Description: Event fires on start of animation.
On Animation Stop
- Name: onAnimationStop()
- Description: Event fires on stop of animation.
On Rotate Image
- Name: onRotateImage()
- Description: Event fires on rotation of image.
Other Information
Environment: Client