home *** CD-ROM | disk | FTP | other *** search
- <!--Created with NetObjects Script Component Pad-->
- <?XML VERSION="1.0"?>
- <!DOCTYPE COMPONENT SYSTEM "ecmascriptcomponent.dtd">
-
- <COMPONENT NAME="com.netobjects.AnimImg" ENV="client"
- DISPLAYNAME="Animated Image"
- HINT="Provides animation by rotating through a series of images at a specified time interval."
- VERSION="1.0"
- SRC="imageCtl.js">
-
- <ICON SRC16="AnimImageCtlIcon.gif"/>
- <META NAME="COPYRIGHT" VALUE="Copyright ⌐1998, NetObjects, Inc."/>
-
- <PROPERTY NAME="name" TYPE="STRING"
- DISPLAYNAME="name"
- HINT="(REQUIRED) Enter unique name of the control. Must exactly match the name of the corresponding JavaScript object on the page."
- DEFAULTVALUE="AnimImg1">
- </PROPERTY>
-
- <PROPERTY NAME="linkURL" TYPE="STRING"
- DISPLAYNAME="linkURL"
- HINT="Enter link URL."
- DEFAULTVALUE="http://">
- </PROPERTY>
-
- <PROPERTY NAME="alt" TYPE="STRING"
- DISPLAYNAME="alt"
- HINT="Enter alternative text or hint.">
- </PROPERTY>
-
-
- <PROPERTY NAME="imageArrayStr" TYPE="STRING"
- DISPLAYNAME="imageArrayStr"
- HINT="Enter a semicolon delimited list of image URL's.">
- </PROPERTY>
-
- <PROPERTY NAME="imageInterval" TYPE="STRING"
- DISPLAYNAME="imageInterval"
- HINT="Enter the number of milliseconds each image should display.">
- </PROPERTY>
-
-
- <PROPERTY NAME="height" TYPE="NUMBER"
- DISPLAYNAME="height"
- HINT="Enter the image height.">
- </PROPERTY>
-
- <PROPERTY NAME="width" TYPE="NUMBER"
- DISPLAYNAME="width"
- HINT="Enter the image width.">
- </PROPERTY>
-
- <PROPERTY NAME="target" TYPE="STRING"
- DISPLAYNAME="target"
- HINT="Enter the link target.">
- </PROPERTY>
-
- <PROPERTY NAME="border" TYPE="NUMBER"
- DISPLAYNAME="border"
- HINT="Enter the image border."
- DEFAULTVALUE="0">
- </PROPERTY>
-
-
- <PROPERTY NAME="testMode" TYPE="STRING"
- DISPLAYNAME="testMode"
- HINT="Select the test mode."
- VALUESET="off|alerts|text"
- DEFAULTVALUE="off">
- </PROPERTY>
-
-
- <METHOD NAME="render"
- DISPLAYNAME="Render"
- ENV="CLIENT"
- HINT="Renders control.">
- </METHOD>
- <METHOD NAME="animationStart"
- DISPLAYNAME="Animation Start"
- ENV="CLIENT"
- HINT="Starts image animation.">
- </METHOD>
- <METHOD NAME="animationStop"
- DISPLAYNAME="Animation Stop"
- ENV="CLIENT"
- HINT="Stops image animation.">
- </METHOD>
-
- <EVENT NAME="onClick"
- DISPLAYNAME="onClick"
- HINT="Event fires on completed click of mouse button."/>
-
- <EVENT NAME="onMouseDown"
- DISPLAYNAME="onMouseDown"
- HINT="Event fires on down press of mouse button."/>
-
- <EVENT NAME="onMouseUp"
- DISPLAYNAME="onMouseUp"
- HINT="Event fires on upward movement or release of mouse button."/>
-
- <EVENT NAME="onMouseOver"
- DISPLAYNAME="onMouseOver"
- HINT="Event fires on rolling cursor over image."/>
-
- <EVENT NAME="onMouseOut"
- DISPLAYNAME="onMouseOut"
- HINT="Event fires on rolling cursor off of image."/>
-
- <EVENT NAME="onError"
- DISPLAYNAME="onError"
- HINT="Event fires on failure to load image."/>
-
- <EVENT NAME="onAbort"
- DISPLAYNAME="onAbort"
- HINT="Event fires on user aborted loading of image."/>
-
- <EVENT NAME="onLoad"
- DISPLAYNAME="onLoad"
- HINT="Event fires on successful load of image."/>
-
- <EVENT NAME="onRender"
- DISPLAYNAME="onRender"
- HINT="Event fires on render of image control."/>
-
- <EVENT NAME="onAnimationStart"
- DISPLAYNAME="onAnimationStart"
- HINT="Event fires on start of animation."/>
-
- <EVENT NAME="onAnimationStop"
- DISPLAYNAME="onAnimationStop"
- HINT="Event fires on stop of animation."/>
-
- <EVENT NAME="onRotateImage"
- DISPLAYNAME="onRotateImage"
- HINT="Event fires on rotation of image."/>
-
- <HELP SRC="AnimImage.html"/>
-
-
- </COMPONENT>
-