home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Java / ScriptBuilder / NOSB30_TRIAL.exe / data1.cab / Program_Files / CompLib / scrollBarComponent.scc < prev    next >
Encoding:
Text File  |  1998-10-05  |  2.3 KB  |  65 lines

  1. <!--Created with NetObjects Script Component Pad-->
  2. <!-- file redirectionComponent.ecc
  3.         ScriptComponent Interface file for redirection.js                        -->
  4.  
  5.  
  6. <?XML?>
  7. <!DOCTYPE COMPONENT SYSTEM "ecmascriptcomponent.dtd">
  8.  
  9. <COMPONENT NAME="com.netobjects.scrollBarComponent" ENV="client"
  10.                DISPLAYNAME="Scroll Bar"
  11.                HINT="Provides functions to control the status bar."
  12.                SRC="scrollBar.js">
  13.  
  14.     <PROPERTY NAME="name" TYPE="String"
  15.                  DISPLAYNAME="name"
  16.                  HINT="Internal Name of Component in HTML page."
  17.                  DEFAULTVALUE="scrollBar1">
  18.                  </PROPERTY>
  19.  
  20.     <PROPERTY NAME="tooltip" TYPE="STRING"
  21.                  DISPLAYNAME="tooltip"
  22.                  HINT="Enter the text to be displayed periodically in the status bar.">
  23.                  </PROPERTY>
  24.  
  25.     <PROPERTY NAME="updateDuration" TYPE="NUMBER"
  26.                  DISPLAYNAME="updateDuration"
  27.                  HINT="Enter the amount of time between status bar static text updates.">
  28.                  </PROPERTY>
  29.  
  30.     <PROPERTY NAME="scrollRate" TYPE="NUMBER"
  31.                  DISPLAYNAME="scrollRate"
  32.                  HINT="Enter the rate (in seconds) that you wish to have the status bar scroll at.">
  33.                  </PROPERTY>
  34.  
  35.     <PROPERTY NAME="scrollMsg" TYPE="STRING"
  36.                  DISPLAYNAME="scrollMsg"
  37.                  HINT="Enter the text that you wish to see scrolling.">
  38.                  </PROPERTY>
  39.  
  40.     <PROPERTY NAME="scrollWidth" TYPE="NUMBER"
  41.                  DISPLAYNAME="scrollWidth"
  42.                  HINT="Enter the width of the scrolling message.">
  43.                  </PROPERTY>
  44.  
  45.     <METHOD NAME="display"
  46.                DISPLAYNAME="display"
  47.                HINT="This method will display the text within the tooltip property in the status bar. ">
  48.                </METHOD>
  49.  
  50.     <METHOD NAME="clearStatusBar"
  51.                DISPLAYNAME="clearStatusBar"
  52.                HINT="This method will clears the status bar. ">
  53.                </METHOD>
  54.  
  55.     <METHOD NAME="statusScroll"
  56.                DISPLAYNAME="statusScroll"
  57.                HINT="This function scrolls a user-defined message, msg, from right to left in the browser's status bar. ">
  58.                </METHOD>
  59.  
  60.     <ICON SRC16="scrollbar.gif"/>
  61.  
  62.     <HELP SRC="ScrollBar.html"/>
  63.     
  64. </COMPONENT>
  65.