Wizard Definition Page Library
191
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"
caption="Data Drill-Down Application"
image="..\\images\\Main.bmp">
<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>
Содержание ColdFusion Server 5
Страница 18: ...xviii About This Book...
Страница 26: ...8 Chapter 1 Setting Up the Product...
Страница 42: ...24 Chapter 2 Configuring Browsers and Servers...
Страница 60: ...42 Chapter 3 Exploring the Workspace...
Страница 100: ...82 Chapter 6 Editing Pages...
Страница 126: ...108 Chapter 7 Using Web Development Languages...
Страница 212: ...194 Chapter 13 Customizing the Development Environment...
Страница 320: ...302 Glossary...