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.Dialog" ENV="client"
- DISPLAYNAME="Pop-up Dialog"
- HINT="Simple object from which developers can render 3 different kinds of dialogs."
- VERSION="1.0"
- SRC="Dialog.js">
-
- <ICON SRC16="DialogIcon.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="Dialog1">
- </PROPERTY>
-
-
- <PROPERTY NAME="dlgType" TYPE="STRING"
- DISPLAYNAME="dlgType"
- HINT="(REQUIRED) Select the dialog type."
- VALUESET="alert|confirm|prompt"
- DEFAULTVALUE="alert">
- </PROPERTY>
-
-
- <PROPERTY NAME="message" TYPE="STRING"
- DISPLAYNAME="message"
- HINT="(REQUIRED) Enter dialog message or prompt.">
- </PROPERTY>
-
-
- <PROPERTY NAME="value" TYPE="STRING"
- DISPLAYNAME="value"
- HINT="Enter a default value for prompt dialog.">
- </PROPERTY>
-
-
- <PROPERTY NAME="testMode" TYPE="STRING"
- DISPLAYNAME="testMode"
- HINT="Select the test mode."
- VALUESET="off|alerts|text"
- DEFAULTVALUE="off">
- </PROPERTY>
-
-
- <METHOD NAME="open"
- DISPLAYNAME="Open"
- ENV="CLIENT"
- HINT="Opens the dialog.">
- </METHOD>
-
- <EVENT NAME="onOpen"
- DISPLAYNAME="onOpen"
- HINT="Event fires on open of dialog."/>
-
- <HELP SRC="Dialog.html"/>
-
-
- </COMPONENT>
-