ui.Dialog.setActionComment
Set the comment/hint of a default action view.
Syntax
setActionComment(
name STRING,
comment STRING )
- name is the name of the action, see Identifying actions in dialog methods.
- comment is the comment to be set.
Usage
Use the
setActionComment()
method to define the comment/hint for the default view of an
action.CALL DIALOG.setActionComment( "confirm", "Confirm current order" )
The first parameter identifies the action object of the dialog.
Important:
This method will only affect the rendering of the default
view for the specified action. Explicit action views (such as buttons in the form layout) will not
get the new attribute value.