Skip to content

Instantly share code, notes, and snippets.

@imduffy15
Last active December 25, 2015 08:49
Show Gist options
  • Select an option

  • Save imduffy15/6949448 to your computer and use it in GitHub Desktop.

Select an option

Save imduffy15/6949448 to your computer and use it in GitHub Desktop.
.............................
.............................
.............................
.............................
informationWithinLdap:{
password: {
label: 'label.password',
validation: {
required: true
},
isPassword: true,
id: 'password',
docID: 'helpAccountPassword'
},
'password-confirm': {
label: 'label.confirm.password',
validation: {
required: true,
equalTo: '#password'
},
isPassword: true,
docID: 'helpAccountConfirmPassword'
}
}
.............................
.............................
.............................
.............................
var informationWithinLdap = cloudStack.dialog.createForm({
context: context,
noDialog: true,
form: {
title: '',
fields: args.informationWithinLdap
}
});
.............................
.............................
.............................
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment