Guest User

Untitled

a guest
May 24th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. .addFormField({
  2. id: 'type',
  3. title: 'Type',
  4. radiobuttons: [
  5. {
  6. text: 'Application',
  7. value: 'app'
  8. },
  9. {
  10. text: 'Script',
  11. value: 'script'
  12. }
  13. ],
  14. type: Enum.FieldType.Radiobutton
  15. })
Add Comment
Please, Sign In to add comment