Add Network Offering dialog - trigger change event to show/hide fields when the dialog box is opened.

This commit is contained in:
Jessica Wang 2012-02-27 12:43:09 -08:00
parent 50b2c26d3e
commit a2962c0f59

View File

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