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.RadioButton" ENV="client"
- DISPLAYNAME="RadioButton"
- HINT="Creates a RadioButton control."
- VERSION="1.0"
- SRC="RadioButton.js">
-
- <ICON SRC16="RadioButtonIcon.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="RadioButton1">
- </PROPERTY>
-
- <PROPERTY NAME="radioButtonName" TYPE="STRING"
- DISPLAYNAME="radioButtonName"
- HINT="(REQUIRED) Entername of the RadioButton form tag. Must not match the 'name' property."
- DEFAULTVALUE="RadioButtonName1">
- </PROPERTY>
-
- <PROPERTY NAME="formName" TYPE="STRING"
- DISPLAYNAME="formName"
- HINT="Enter the name of the form in which the RadioButton resides.">
- </PROPERTY>
-
- <PROPERTY NAME="defaultselected" TYPE="BOOLEAN"
- DISPLAYNAME="defaultselected"
- HINT="Select whether the RadioButton is checked by default."
- VALUESET="true|false"
- DEFAULTVALUE="false">
- </PROPERTY>
-
- <PROPERTY NAME="selectedVal" TYPE="STRING"
- DISPLAYNAME="selectedVal"
- HINT="Enter the value used for RadioButton.">
- </PROPERTY>
-
- <PROPERTY NAME="showLabel" TYPE="BOOLEAN"
- DISPLAYNAME="showLabel"
- HINT="Select whether a to print the selected value as a label for the RadioButton."
- VALUESET="true|false"
- DEFAULTVALUE="true">
- </PROPERTY>
-
- <PROPERTY NAME="state" TYPE="STRING"
- DISPLAYNAME="state"
- HINT="Select the RadioButton 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 RadioButton."/>
-
- <EVENT NAME="onFocus"
- DISPLAYNAME="onFocus"
- HINT="Event handler fires on focus of RadioButton."/>
-
- <EVENT NAME="onBlur"
- DISPLAYNAME="onBlur"
- HINT="Event handler fires on blur of RadioButton."/>
-
- <EVENT NAME="onRender"
- DISPLAYNAME="onRender"
- HINT="Event handler fires on render of RadioButton."/>
-
- <HELP SRC="RadioButton.html"/>
-
-
- </COMPONENT>
-