home *** CD-ROM | disk | FTP | other *** search
- <!-- file showVisisComponent.ecc
- ScriptComponent Interface file for showVisits.js -->
-
-
- <?XML?>
- <!DOCTYPE COMPONENT SYSTEM "ecmascriptcomponent.dtd">
-
- <COMPONENT NAME="com.netobjects.showVisitsComponent" ENV="client"
- DISPLAYNAME="Show Personal Visits"
- HINT="Creates a personal site visit counter using cookies."
- SRC="showVisits.js">
-
- <PROPERTY NAME="name"
- DISPLAYNAME="name"
- HINT="(REQUIRED) Enter unique name of the control. Must exactly match the name of the corresponding JavaScript object on the page."
- DEFAULTVALUE="personalVisitCounter1">
- </PROPERTY>
-
- <PROPERTY NAME="Cookie"
- DISPLAYNAME="Cookie"
- HINT="Enter the name of the cookie component that is required for this component to work">
- </PROPERTY>
-
- <PROPERTY NAME="duration" TYPE="NUMBER"
- DISPLAYNAME="duration"
- HINT="Enter the amount of time that based on the Time Type that you wish to track visits.">
- </PROPERTY>
-
- <PROPERTY NAME="timetype" TYPE="STRING"
- DISPLAYNAME="timetype"
- HINT="Choose the type of time duration that you wish to track visits."
- VALUESET="day|hour"
- DEFAULTVALUE="day">
- </PROPERTY>
-
- <METHOD NAME="getVisits"
- DISPLAYNAME="Get Visits"
- HINT="This method increase the counter each time that it is called and returns that value.">
- <PARAMETER NAME="name" DISPLAYNAME="name" HINT="Name of the showVisitsComponent being used"/>
- </METHOD>
-
- <ICON SRC16="showvisits.gif"/>
-
- <HELP SRC="ShowVisits.html"/>
- </COMPONENT>
-