192
Chapter 13 Customizing the Development Environment
SelectTables
<PAGE name="Tables" type="SelectTables" caption="Tables"
image="..\\images\\SelectTable.bmp">
<PARAM name="DataSource" value="$${DataSource}">
<PARAM name="ListBoxLabel" value="Select database tables:">
<PARAM name="ListBoxDescription"
value="Please specify the tables which will be involved in this
application. This should include any tables against which you
would like to search or tables containing data that will be
displayed on either the Result or Detail pages.\n\nPress Ctrl or
Shift together with the mouse click in order to select more than
one table. Do not select unrelated tables.">
<PARAM name="MultiSelect" value="yes">
<PARAM name="ResetParams" value="Joins">
<PARAM name="RemoveParams" value="SearchFields,ResultFields,
DetailFields,UniqueIdentifier">
<INPUT name="lstTables" param="Tables" required="yes"
validationMsg="You did not select any tables. Please select at
least one before proceeding.">
</PAGE>
SelectTable
<PAGE name="Table" type="Table" caption="Table"
image="..\\images\\SelectTable.bmp">
<PARAM name="DataSource" value="$${DataSource}">
<PARAM name="ListBoxLabel" value="Select database table:">
<PARAM name="ListBoxDescription"
value="Records from this table will be displayed in the record
viewer.">
<PARAM name="RemoveParams" value="Table,ViewFields,EditFields,
UniqueIdentifier">
<INPUT name="cbTables" param="Table" required="yes"
validationMsg="You didn’t select the table. Please select one
before proceeding.">
</PAGE>
SelectTableJoins
<PAGE name="TableJoins" type="SelectTableJoins" caption="Table Joins"
image="..\\images\\SelectJoins.bmp">
<PARAM name="DataSource" value="$${DataSource}">
<PARAM name="Tables" value="$${Tables}">
<PARAM name="ListContent" value="$${Joins}">
Содержание 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...