Wizard Definition Page Library
Wizard Definition Page Library
A set of seven page definition files is available in ColdFusion Studio and JRun Studio.
The library can be used to quickly build data access capabilities into wizards.
This section is included for HomeSite users who may want to upgrade to use these
additional features.
Examples
Following are examples of each of the seven wizard definition pages available in the
library. For complete syntax and usage information, see the Wizards Definition Page
Library section of the VTML Reference.
SelectNameAndLocation
<PAGE name="SelectWizardNameAndLocation" type="SelectNameAndLocation"
<INPUT name="editApplicationName" param="ApplicationName"
required="yes"
validationMsg="You cannot leave the Application Name field
blank">
<INPUT name="editLocation" param="Location"required="yes"
validationMsg="You cannot leave the Location field blank">
</PAGE>
SelectDataSource
<PAGE name="DataSource" type="SelectDataSource" caption="Data Source"
image="..\\images\\SelectData.bmp">
<PARAM name="ListBoxLabel" value="Select data source:">
<PARAM name="ListBoxDescription"
value="Choose the data source from which you would like to display
data.\n\nIf your database is not registered as ODBC data source,
open the ODBC administrator in Control Panel and add system data
source for this database.">
<PARAM name="ResetParams" value="Joins">
<PARAM name="RemoveParams" value="Tables,SearchFields,ResultFields,
DetailFields,UniqueIdentifier">
<INPUT name="cbDataSources" param="DataSource" required="yes"
validationMsg="You did not select the data source. Please select
one before proceeding.">
</PAGE>
caption="Data Drill-Down Application"
image="..\\images\\Main.bmp">
191
Need help?
Do you have a question about the COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO and is the answer not in the manual?