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.CheckBox" ENV="client"
- DISPLAYNAME="CheckBox"
- HINT="Creates a checkbox control."
- VERSION="1.0"
- SRC="CheckBox.js">
-
- <ICON SRC16="CheckBoxIcon.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="CheckBox1">
- </PROPERTY>
-
- <PROPERTY NAME="checkBoxName" TYPE="STRING"
- DISPLAYNAME="checkBoxName"
- HINT="(REQUIRED) Enter unique name of CheckBox form tag. Must not match the 'name' property."
- DEFAULTVALUE="CheckBoxName1">
- </PROPERTY>
-
- <PROPERTY NAME="formName" TYPE="STRING"
- DISPLAYNAME="formName"
- HINT="Enter the name of the form in which the checkbox resides.">
- </PROPERTY>
-
- <PROPERTY NAME="checked" TYPE="BOOLEAN"
- DISPLAYNAME="checked"
- HINT="Select whether the checkbox is checked."
- VALUESET="true|false"
- DEFAULTVALUE="false">
- </PROPERTY>
-
- <PROPERTY NAME="checkedVal" TYPE="STRING"
- DISPLAYNAME="checkedVal"
- HINT="Enter the value used for checked boxes (does not apply to editable boxes).">
- </PROPERTY>
-
- <PROPERTY NAME="uncheckedVal" TYPE="STRING"
- DISPLAYNAME="uncheckedVal"
- HINT="Enter the value used for unchecked boxes (does not apply to editable boxes).">
- </PROPERTY>
-
- <PROPERTY NAME="state" TYPE="STRING"
- DISPLAYNAME="state"
- HINT="Select the checkbox state."
- VALUESET="editable|read-only|hidden"
- DEFAULTVALUE="editable">
- </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>
-
- <EVENT NAME="onClick"
- DISPLAYNAME="onClick"
- HINT="Event handler fires on click of CheckBox."/>
-
- <EVENT NAME="onFocus"
- DISPLAYNAME="onFocus"
- HINT="Event handler fires on focus of CheckBox."/>
-
- <EVENT NAME="onBlur"
- DISPLAYNAME="onBlur"
- HINT="Event handler fires on blur of CheckBox."/>
-
- <EVENT NAME="onRender"
- DISPLAYNAME="onRender"
- HINT="Event handler fires on render of CheckBox."/>
-
- <HELP SRC="CheckBox.html"/>
-
-
- </COMPONENT>
-