home *** CD-ROM | disk | FTP | other *** search
- <!--Created with NetObjects Script Component Pad-->
- <!-- file redirectionComponent.ecc
- ScriptComponent Interface file for redirection.js -->
-
-
- <?XML?>
- <!DOCTYPE COMPONENT SYSTEM "ecmascriptcomponent.dtd">
-
- <COMPONENT NAME="com.netobjects.scrollBarComponent" ENV="client"
- DISPLAYNAME="Scroll Bar"
- HINT="Provides functions to control the status bar."
- SRC="scrollBar.js">
-
- <PROPERTY NAME="name" TYPE="String"
- DISPLAYNAME="name"
- HINT="Internal Name of Component in HTML page."
- DEFAULTVALUE="scrollBar1">
- </PROPERTY>
-
- <PROPERTY NAME="tooltip" TYPE="STRING"
- DISPLAYNAME="tooltip"
- HINT="Enter the text to be displayed periodically in the status bar.">
- </PROPERTY>
-
- <PROPERTY NAME="updateDuration" TYPE="NUMBER"
- DISPLAYNAME="updateDuration"
- HINT="Enter the amount of time between status bar static text updates.">
- </PROPERTY>
-
- <PROPERTY NAME="scrollRate" TYPE="NUMBER"
- DISPLAYNAME="scrollRate"
- HINT="Enter the rate (in seconds) that you wish to have the status bar scroll at.">
- </PROPERTY>
-
- <PROPERTY NAME="scrollMsg" TYPE="STRING"
- DISPLAYNAME="scrollMsg"
- HINT="Enter the text that you wish to see scrolling.">
- </PROPERTY>
-
- <PROPERTY NAME="scrollWidth" TYPE="NUMBER"
- DISPLAYNAME="scrollWidth"
- HINT="Enter the width of the scrolling message.">
- </PROPERTY>
-
- <METHOD NAME="display"
- DISPLAYNAME="display"
- HINT="This method will display the text within the tooltip property in the status bar. ">
- </METHOD>
-
- <METHOD NAME="clearStatusBar"
- DISPLAYNAME="clearStatusBar"
- HINT="This method will clears the status bar. ">
- </METHOD>
-
- <METHOD NAME="statusScroll"
- DISPLAYNAME="statusScroll"
- HINT="This function scrolls a user-defined message, msg, from right to left in the browser's status bar. ">
- </METHOD>
-
- <ICON SRC16="scrollbar.gif"/>
-
- <HELP SRC="ScrollBar.html"/>
-
- </COMPONENT>
-