mirror of https://github.com/apache/cloudstack.git
UI dialog: Add event trigger on form creation, to aid in plugin development
This commit is contained in:
parent
d896aedccd
commit
c93b2fa605
|
|
@ -86,6 +86,10 @@
|
|||
context: args.context
|
||||
});
|
||||
}
|
||||
|
||||
$(window).trigger('cloudStack.createForm.open', {
|
||||
$form: $form
|
||||
});
|
||||
},
|
||||
buttons: [{
|
||||
text: createLabel ? createLabel : _l('label.ok'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue