Meteor - autoform - quickForm

meteor-autoform

What is the purpose of the 'fields' attribute of the quickForm template?

Optional. Bind an array or specify a comma-delimited string of field names to include. Only the listed fields (and their subfields, if any) will be included, and they'll appear in the order you specify.

What is the purpose of the 'omitFields' attribute of the quickForm template?

Optional. Bind an array or specify a comma-delimited string of field names to omit from the generated form. All first-level schema fields except the fields listed here (and their subfields, if any) will be included.

What is the purpose of the 'buttonClasses' attribute of the quickForm template?

Set the class attribute for the rendered submit button. Some templates may provide a default class if you don't set this. This is for the quickForm template.

What is the purpose of the 'buttonContent' attribute of the quickForm template?

The submit button content. If you don't set this, "Submit" is used. If you set this to false, no submit button is rendered. This is for the quickForm template.

What is the purpose of the 'fields' attribute of the quickForm template?

Optional. Bind an array or specify a comma-delimited string of field names to include. Only the listed fields (and their subfields, if any) will be included, and they'll appear in the order you specify.

What is the purpose of the 'omitFields' attribute of the quickForm template?

Optional. Bind an array or specify a comma-delimited string of field names to omit from the generated form. All first-level schema fields except the fields listed here (and their subfields, if any) will be included.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License