Functions
There are also several functions which might be useful when using dynaWidget components.
Context widget functions
The following functions are related to the
context widget. The context widget is the widget which is currently processed.
| function | description |
| dwFct:ctxWidgetPropertyKey(String propertyName) | returns the property key for a given widget property of the context widget |
| dwFct:ctxWidgetPropertyValue(String propertyName) | returns the property value for a given widget property of the context widget |
| dwFct:ctxWidgetId() | returns the id the context widget |
| dwFct:ctxWidgetReRenderId() | returns the reRenderId for the context widget´s view content (for using it in a4j ajax commands) |
| dwFct:ctxWidgetReRenderIds(boolean reRenderView, boolean reRenderEdit, boolean reRenderTitle) | returns the reRenderIds for certain context widget contents: view, edit, title (for using it in a4j ajax actions) |
| dwFct:ctxWidgetAjaxQueueName() | returns the ajax queue name of the context widget (each widget has its own ajax queue for using it in a4j ajax actions) |
Other functions
| function | description |
| dwFct:widgetReRenderIds(String widgetGridId, String widgetId, boolean reRenderView, boolean reRenderEdit, boolean reRenderTitle) | returns the reRenderIds for the widget contents: view, edit, title (for using it in a4j ajax actions) |