Chapter 1: ColdFusion Tags
93
PASSWORD
Optional. When required by a server, a valid password.
NAME
Optional. The name to assign to a query when a query is to be constructed from a
file.
COLUMNS
Optional. The column names for a query. If no column names are specified, the
query returns all rows in the query except for the first row. To get all the rows in a
query, you must specify column names.
PATH
Optional. The path to the directory in which a file is to be stored. If a path is not
specified in a POST or GET operation, a variable is created (CFHTTP.FileContent)
that you can use to present the results of the POST operation in a CFOUTPUT.
FILE
Required in a POST operation if PATH is specified. The filename to be used for the
file that is accessed. For GET operations, defaults to the name specified in URL.
Enter path information in the PATH attribute.
DELIMITER
Required for creating a query. Valid characters are a tab or comma. Default is a
comma ( , ).
TEXTQUALIFIER
Required for creating a query. Indicates the start and finish of a column. Should be
appropriately escaped when embedded in a column. For example, if the qualifier
is a quotation mark, it should be escaped as """". If there is no text qualifier in the
file, specify a blank space as " ". Default is the quote mark ( " ).
RESOLVEURL
Optional. Yes or No. Default is No. For GET and POST operations, when Yes, any
page reference returned into the FileContent internal variable will have its internal
URLs fully resolved, including port number, so that links remain intact. The
following HTML tags, which can contain links, will be resolved:
•
IMG SRC
•
A HREF
•
FORM ACTION
•
APPLET CODE
•
SCRIPT SRC
•
EMBED SRC
•
EMBED PLUGINSPACE
•
BODY BACKGROUND
Содержание 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...