Add Network Offering dialog - trigger change event to show/hide fields when the dialog box is opened. [reviewed-by: Brian]

This commit is contained in:
Jessica Wang 2012-02-27 12:42:19 -08:00
parent 11b92465b8
commit 92c8a1d4d4
1 changed files with 2 additions and 0 deletions

View File

@ -995,6 +995,8 @@
$(':ui-dialog').dialog('option', 'position', 'center');
});
args.$form.change();
},
fields: {
name: { label: 'label.name', validation: { required: true } },