ColdFusion 9.0 Resources |
ColdFusion.Grid.getGridObjectDescriptionGets the underlying Ext (Ext JS JavaScript library) object for the specified HTML grid. Function syntaxColdFusion.Grid.getGridObject(name) See alsocfgrid, ColdFusion.Grid.refresh, ColdFusion.Grid.sort, Ext JS - JavaScript Library Documentation, Using HTML grids in the Developing ColdFusion Applications HistoryColdFusion 8: Added this function Parameters
ReturnsIf the grid is editable, an object of type Ext.grid.EditableGrid; otherwise, an object of type Ext.grid.Grid. UsageUse this function to get the Ext toolkit (Ext.grid) object that underlies the ColdFusion HTML cfgrid control. You can then use the raw object to modify the displayed grid. For documentation on the objects and how to manage them, see the Ext documentation. |