The Dialog class / ui.Dialog methods |
Handling default action view visibility.
setActionHidden( name STRING, hide INTEGER )
ON ACTION hide CALL DIALOG.setActionHidden( "confirm", 1 )
The first parameter identifies the action object of the dialog
For more details about action names, see Identifying actions in dialog methods.