NET page.
CFML objects
The CFML category of the Insert bar gives you access to the most frequently used objects in the ColdFusion
toolbox. This category is available on the Insert bar only if the active document has a file extension of .cfm
or .cfc. The first is Flow, which inserts ColdFusion markup tags that alter the flow of control through the
code. The second is Advanced, which provides numerous advanced functions, such as those that enable
you to transfer files and data using a variety of protocols.
You can find detailed descriptions of the ColdFusion tags in the Reference panel. To view the
ColdFusion documentation, select Window ??? Reference, and then select Adobe CFML
Reference from the Book drop-down list.
TIP TIP
66
Laying the Groundwork in Dreamweaver CS3 Part I
JSP objects
The JSP category on the Insert bar includes objects that aid in adding code specific to JavaServer Pages. This
category is visible only when the currently active document has a file extension of .jsp.
You can get information about JSP tags without leaving Dreamweaver. To view the JSP documentation,
choose Window ??? Reference, and then select Wrox JSP Reference from the Book
drop-down list.
PHP objects
The PHP category of the Insert bar enables you to insert code used in the PHP server-side scripting language.
Pages:
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219