Contents

cfformgroup

Description

Category

Other

Implemented

Usage Syntax

<cfformgroup  
	type="String"
	[query="String"]
	[startrow="number"]
	[maxrows="number"]
	[label="String"]
	[style="String"]
	[selectedIndex="String"]
	[width="number"]
	[height="String"]
	[enabled="Boolean"]
	[visible="Boolean"]
	[onChange="String"]
	[tooltip="String"]
	[id="String"]
 />

[] = Optional attribute

Attributes

Name Type Required Default Description
type String Yes
query String No
startrow number No
maxrows number No
label String No
style String No
selectedIndex String No
width number No
height String No
enabled Boolean No
visible Boolean No
onChange String No
tooltip String No
id String No

Example Usage