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