Description
Gets the underlying Ext (Ext JS JavaScript library) object for the specified tabbed layout.
Function syntax
ColdFusion.Layout.getTabLayout(name) |
See also
cflayout, cflayoutarea, ColdFusion.Layout.getBorderLayout, Ext JS - JavaScript Library Documentation,
Using layouts in Controlling Ajax user interface layout the Developing ColdFusion Applications
History
ColdFusion 8: Added this function
Parameters
Parameter |
Description |
---|---|
name |
The value of the name attribute of the border type cflayout tag for which you want the object. |
Returns
An object of type Ext.BorderLayout.
Usage
Use this function to get the Ext toolkit (Ext.BorderLayout) object that underlies the ColdFusion HTML cflayout control. You can then use the raw object to modify the displayed layout. For documentation on the objects and how to manage them, see ExtJS - JavaScript Library Documentation.