Whatever message this page gives is out now! Go check it out!
ColdFusion.Layout.collapseArea(layout, layoutArea) |
Parameter | Description |
layout | The name attribute of the border layout that contains the area to collapse. |
layoutArea | The position in the layout of the area to collapse. Must be one of the following: bottom, left, right, or top. |
<cfinput name="collapse2" width="100" value="Collapse Area 2" type="button"
onClick="ColdFusion.Layout.collapseArea('thelayout', 'left');">