Whatever message this page gives is out now! Go check it out!
ColdFusion.Layout.expandAccordion(layoutname, layoutareaname) |
Parameter | Description |
layoutname | The name attribute of the accordion layout that contains the panel to expand. |
layoutareaname | The name of the panel to expand. Must be one of the following: bottom, left, right, or top. |
<cfinput name="expand2" width="100" value="Expand Area 2" type="button"
onClick="ColdFusion.Layout.expandAccordion('thelayout', 'left');">