gwc.dialog

The gwc.dialog namespace object contains a set of functions that encapsulate messages to the Genero Web Client engine.

Complete documentation of these functions is located in the file csf.js in the dialog management section.

Note: While this documentation will highlight some of the APIs of the Client-Side Framework (CSF), it does not attempt to explain all of the APIs. The complete API reference is contained in the JavaScriptâ„¢ code and can be extracted using the JsDoc Toolkit.

Some of these functions accept a component as the last argument to allow the component to handle rollback when enjoined by the Client-Side Framework.

Example

gwc.dialog.valueChanged(did, myValue, thisComponent);