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