Creating Wizard Definition Pages
187
<PARAM name="sMetaDescr" value="">
<PARAM name="bMetaKeywords" value="false">
<PARAM name="sMetaKeywords" value="">
<!--- WIZARD PAGE --->
<!--- attributes page --->
<PAGE name="DocAttribs" type="DYNAMIC"
caption="HTML Document Attributes"
IMAGE="..\\images\\main.bmp">
<PAGELAYOUT>
<control name="lblDocType" type="label"
down="10" right="10"
width="90"
caption="Document Type:"
/>
<control name="ddDocType" type="DropDown"
EDITABLE="no"
anchor="lblDocType" corner="NE" width="maximum" down="-5">
<item caption="HTML 2.0" value="HTML 2.0"/>
<item caption="HTML 3.2" value="HTML 3.2"/>
<item caption="HTML 4.0" value="HTML 4.0"/>
</control>
<control name="lblTitle" type="label"
anchor="lblDocType" corner="SW" down="20"
width="90"
caption="Title:"
/>
<control name="tbTitle" type="TextBox"
anchor="lblTitle" corner="NE" width="maximum" down="-5"
/>
<container name="pnlMetaDescription" type="Panel"
caption="Meta Description"
anchor="lblTitle" corner="SW" down="20"
width="maximum" MAXWIDTHPADDING="10" height="80"
LFHEIGHT="90">
<control name="chkMetaDescr" type="CheckBox"
caption="Add meta description:"
down="20" right="15"
width="maximum"/>
<control name="tbMetaDescr" type="TextBox"
anchor="chkMetaDescr" corner="SW" down="8"
width="maximum"/>
</container>
Содержание 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...