![MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Скачать руководство пользователя страница 27](http://html1.mh-extra.com/html/macromedia/coldfusion-4-5-cfml-language/coldfusion-4-5-cfml-language_reference_3287257027.webp)
Chapter 1: ColdFusion Tags
3
CFFORM
Builds an input form and performs client-side input
validation.
CFFTP
Permits FTP file operations.
CFGRID
Used in CFFORM to create a grid control for tabular data.
CFGRIDCOLUMN
Used in CFFORM to define the columns used in a CFGRID.
CFGRIDROW
Used with CFGRID to define a grid row.
CFGRIDUPDATE
Performs updates directly to ODBC data source from
edited grid data.
CFHEADER
Generates HTTP headers.
CFHTMLHEAD
Writes text, including HTML, to the HEAD section of a
specified page.
CFHTTP
Used to perform GET and POST to upload files or post a
form, cookie, query, or CGI variable directly to a specified
server.
CFHTTPPARAM
Used with CFHTTP to specify parameters necessary for a
CFHTTP POST operation.
CFIF/CFELSEIF/CFELSECFIF/CFELSEIF/CFELSE
Used to create IF-THEN-ELSE constructs.
CFIMPERSONATE
Allows you to impersonate a user defined in a security
context defined in Advanced Security.
CFINCLUDE
Embeds references to ColdFusion pages.
CFINDEX
Used to create Verity search indexes.
CFINPUT
Used in CFFORM to create input elements such as radio
buttons, checkboxes, and text entry boxes.
CFINSERT
Inserts records in an ODBC data source.
CFLDAP
Provides access to LDAP directory servers.
CFLOCATION
Opens a ColdFusion page or HTML file.
CFLOCK
Ensures data integrity and synchronizes the execution of
CFML code.
CFLOOP
Repeats a set of instructions based on a set of conditions.
CFMAIL
Assembles and posts an email message.
CFML Tag Summary (Continued)
CFML Tag
Description
Содержание COLDFUSION 4.5-CFML LANGUAGE
Страница 1: ...Allaire Corporation CFML Language Reference ColdFusion 4 5...
Страница 207: ...Chapter 1 ColdFusion Tags 183 CFCATCH CFTRY BODY HTML...
Страница 224: ...200 CFMLLanguageReference CFOUTPUT P Text within CFOUTPUT is always shown CFOUTPUT BODY HTML...
Страница 296: ...272 CFMLLanguageReference INPUT TYPE text NAME number2 BR INPUT TYPE submit NAME submit VALUE Add FORM BODY HTML...
Страница 336: ...312 CFMLLanguageReference CFIF BODY HTML...
Страница 404: ...380 CFMLLanguageReference DE It is morning CFOUTPUT P BODY HTML...
Страница 413: ...Chapter 2 ColdFusion Functions 389 Customer BalanceDue BR CFOUTPUT CFIF BODY HTML...
Страница 483: ...Chapter 2 ColdFusion Functions 459 CFOUTPUT CFLOOP BODY HTML...
Страница 557: ...Chapter 2 ColdFusion Functions 533 P CFOUTPUT Value i is employee keysToStruct i CFOUTPUT P CFLOOP CFIF BODY HTML...
Страница 584: ...560 CFMLLanguageReference...
Страница 594: ...570 CFMLLanguageReference...