Client-Side Framework and Components / Client-Side Framework internals |
The gwc.api namespace object contains functions exported by components (functions that are public or exposed so other components can use them).
These functions are usable by other components. Because this content is dynamic, it is recommended to check the existence of a function before calling it.
If ( gwc.api.fireAcceleratorByName ) { gwc.api.fireAcceleratorByName('accept'); }