UI dialog: Add event trigger on form creation, to aid in plugin development

This commit is contained in:
Brian Federle 2014-02-28 14:21:59 -08:00
parent d896aedccd
commit c93b2fa605
1 changed files with 4 additions and 0 deletions

View File

@ -86,6 +86,10 @@
context: args.context
});
}
$(window).trigger('cloudStack.createForm.open', {
$form: $form
});
},
buttons: [{
text: createLabel ? createLabel : _l('label.ok'),