ColdFusion 9.0 Resources |
ColdFusion.Layout.getBorderLayoutDescriptionGets the underlying Ext (Ext JS JavaScript library) object for the specified bordered layout. Function syntaxColdFusion.Layout.getBorderLayout(name) See alsocflayout, cflayoutarea, ColdFusion.Layout.getTabLayout, Ext JS - JavaScript Library Documentation, Using layouts in the Developing ColdFusion Applications HistoryColdFusion 8: Added this function Parameters
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. |