A dialog button that can be controlled with javascript
Members
-
<static> exports.getButton
-
Sets the button state to enabled
Example
AP.require('dialog', function(dialog){ dialog.getButton('submit').enable(); });
A dialog button that can be controlled with javascript
Sets the button state to enabled
AP.require('dialog', function(dialog){
dialog.getButton('submit').enable();
});