Last updated on
Apr 27, 2021
|
Also applies to ColdFusion
Description
Refreshes the top toolbar that can be used to add a control, for example icon or button. This function internally calls the JavaScript function ColdFusion.Grid.showTopToolbar.
Function syntax
ColdFusion.Grid.refreshTopToolbar(Id)
Parameters
- Id: Name of the grid.
Example
See example in ColdFusion.Grid.refreshBottomToolbar.