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.DigitalClock" ENV="CLIENT"
- DISPLAYNAME="Digital Clock"
- HINT="A graphical digital clock that shows hours and minutes in 12 or 24 hour time."
- VERSION="1.0"
- SRC="DigitalClock.js">
-
- <ICON SRC16="DigitalClockIcon.gif"/>
- <META NAME="COPYRIGHT" VALUE="Copyright ⌐1998, NetObjects, Inc."/>
- <USES FILE="colon.gif"/>
- <USES FILE="digit_.gif"/>
- <USES FILE="digit0.gif"/>
- <USES FILE="digit1.gif"/>
- <USES FILE="digit2.gif"/>
- <USES FILE="digit3.gif"/>
- <USES FILE="digit4.gif"/>
- <USES FILE="digit5.gif"/>
- <USES FILE="digit6.gif"/>
- <USES FILE="digit7.gif"/>
- <USES FILE="digit8.gif"/>
- <USES FILE="digit9.gif"/>
- <USES FILE="digitam.gif"/>
- <USES FILE="digitpm.gif"/>
-
- <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="DigitalClock1">
- </PROPERTY>
-
- <PROPERTY NAME="is12hours" TYPE="STRING"
- DISPLAYNAME="is12hours"
- HINT="Set clock to 12 hour mode (with am/pm) or 24 hour mode (military time)."
- VALUESET="12 Hour|24 Hour">
- </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 the clock in HTML on the page.">
- </METHOD>
- <METHOD NAME="start"
- DISPLAYNAME="Clock Start"
- ENV="CLIENT"
- HINT="Activates the clock timer.">
- <PARAMETER NAME="refresh" TYPE="BOOLEAN"
- DISPLAYNAME="Refresh?"
- Hint="Set to true to refresh clock digits and start timer, false to simply restart the timer."/>
- </METHOD>
- <METHOD NAME="stop"
- DISPLAYNAME="Clock Stop"
- ENV="CLIENT"
- HINT="Deactivates the clock.">
- </METHOD>
-
- <EVENT NAME="onError"
- DISPLAYNAME="onError"
- HINT="Event fires on failure to load a clock image."/>
-
- <EVENT NAME="onAbort"
- DISPLAYNAME="onAbort"
- HINT="Event fires on user aborted loading of a clock image."/>
-
- <EVENT NAME="onLoad"
- DISPLAYNAME="onLoad"
- HINT="Event fires on successful load of a clock image."/>
-
- <EVENT NAME="onRender"
- DISPLAYNAME="onRender"
- HINT="Event fires on render of the clock."/>
-
- <EVENT NAME="onStart"
- DISPLAYNAME="onStart"
- HINT="Event fires on clock start."/>
-
- <EVENT NAME="onStop"
- DISPLAYNAME="onStop"
- HINT="Event fires on clock stop."/>
-
- <EVENT NAME="onRotateImage"
- DISPLAYNAME="onRotateImage"
- HINT="Event fires when one or more clock digits are updated."/>
-
- <HELP SRC="DigitalClock.html"/>
-
-
- </COMPONENT>
-