220
Chapter 14 Customizing the Development Environment
Wizard definition page library
A set of seven page definition files is available in H for Dreamweaver MX.
The library can be used to quickly build data access capabilities into wizards.
Examples
Following are examples of each of the seven wizard definition pages available in the
library. For complete syntax and usage information, see the
../VTML_Reference/
wizards.html
Wizards Definition Page Library
/a
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>
Содержание HOMESITE
Страница 11: ...Contents xi Table of CommandID values 310 Table of SettingID values 314 Glossary 323...
Страница 12: ...xii Contents...
Страница 20: ...xx About This Book...
Страница 28: ...8 Chapter 1 Setting Up the Product...
Страница 70: ...50 Chapter 4 Managing Files...
Страница 88: ...68 Chapter 5 Writing Code and Web Content...
Страница 116: ...96 Chapter 6 Editing Pages...
Страница 148: ...128 Chapter 7 Using Web Development Languages...
Страница 190: ...170 Chapter 11 Deploying Files...
Страница 210: ...190 Chapter 12 Testing and Maintaining Web Pages...
Страница 216: ...196 Chapter 13 Extending the Help System...
Страница 350: ...330 Glossary...
Страница 358: ...338 Index...