Adobe ColdFusion 8

ColdFusion.Layout.getTabLayout

View comments | RSS feed

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 the ColdFusion Developer's Guide

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 format 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 the Ext documentation.



Comments


Dave Phipps said on Dec 20, 2007 at 9:20 AM :
Although this page refers to ColdFusion.Layout.getTabLayout the Parameters, Returns and Usage section refer to the ColdFusion.Layout.getBorderLayout function.
halL said on Dec 21, 2007 at 10:32 AM :
Dave Phipps points out copy and paste errors on this page.
The Returns and Usage sections should refer to Ext.TabPanel, and of course the name parameter description should use "the tab type layout"..

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/coldfusion/8/htmldocs/JavaScriptFcns_14.html