|
DescriptionGets
the underlying Ext (Ext JS JavaScript library) object for the specified bordered
layout.
Function syntaxColdFusion.Layout.getBorderLayout(name)
HistoryColdFusion
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.
|
ReturnsAn
object of type Ext.BorderLayout.
UsageUse
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 the Ext
documentation.
|
|
|