grid

grid

Prefixgrid
Library path/tags/grid
CFImport

<grid:col ...>

Used to define a column of your grid.

XML StyleYes

Attributes

NameTypeRequiredDefaultOptionsDescription
spanstringNo#application.stFarCryGrid.cols#
pctstringNo0
bLaststringNofalse
prependstringNo0
appendstringNo0
pushstringNo0
pullstringNo0
bAllowOverflowstringNofalseBy default the css will set overflow-x to hidden. This fixes the problem where IE6 adds an extra 3px margin to two columns that are floated up against each other.
idstringNo
classstringNo
stylestringNo
bLayoutOnlystringNofalseoption to not include the content div

<grid:container ...>

Used to define a container which groups a set of columns.

XML StyleYes

Attributes

NameTypeRequiredDefaultOptionsDescription
idstringNo
classstringNo
stylestringNo

<grid:div ...>

A standard HTML div tag usefull when coding so that opening and closing cfoutput tags are not required thereby cleaning up output.

XML StyleYes

Attributes

NameTypeRequiredDefaultOptionsDescription
idstringNo
classstringNo
stylestringNo