MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference page 107

Cfml language reference
Table of Contents

Advertisement

Chapter 1: ColdFusion Tags
When TYPE="Numeric", data in the grid can be sorted by the end user as numeric
data rather than as simple character text.
When TYPE="String_NoCase", data in the grid can be sorted by the end user as
case insensitive text data like an Excel spreadsheet rather than as case sensitive
character text.
HEADERFONT
Optional. Font to use for the column header. Defaults to browser-specified font.
HEADERFONTSIZE
Optional. Font size to use for the column header in pixels. Defaults to browser-
specified font size.
HEADERITALIC
Optional. Yes or No. Yes presents column header text in italic. Default is No.
HEADERBOLD
Optional. Yes or No. Yes presents header text in boldface. Default is No.
DATAALIGN
Optional. Alignment for column data. Valid entries are: Left, Center, or Right.
Default is Left.
HEADERALIGN
Optional. Alignment for the column header text. Valid entries are: Left, Center, or
Right. Default is Left.
NUMBERFORMAT
Optional. The format for displaying numeric data in the grid.
NUMBERFORMAT mask characters
Mask characters you can use in the NUMBERFORMAT attribute correspond with those
used in the NumberFormat CFML function. For more information about the
NumberFormat function, see Chapter 2, "ColdFusion Functions," on page 241.
NumberFormat Mask Characters
Character
_ (underscore)
9
.
0
Meaning
Optional digit placeholder.
Optional digit placeholder. Same as _, but shows
decimal places more clearly.
Specifies the location of a mandatory decimal point.
Located to the left or right of a mandatory decimal
point, to force padding with zeros.
83

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 4.5

Table of Contents