Components.ModalFooter public

Modal footer element used within Components.Modal components. See there for examples.

buttonComponent {String} private

closeTitle string public

Default: 'Ok'

Defined in addon/components/bs-modal/footer.js:11

The title of the default close button. Will be ignored (i.e. no close button) if you provide your own block template.

submitButtonType string public

Default: 'primary'

Defined in addon/components/bs-modal/footer.js:41

The type of the submit button (primary button).

submitDisabled boolean public

Default: false

Defined in addon/components/bs-modal/footer.js:31

Set to true to disable the submit button. If you bind this to some property that indicates if submitting is allowed (form validation for example) this can be used to prevent the user from pressing the submit button.

submitTitle string public

Default: null

Defined in addon/components/bs-modal/footer.js:21

The title of the submit button (primary button). Will be ignored (i.e. no button) if set to null or if you provide your own block template.

onClose

public

onSubmit

public

The action to send to the parent modal component when the modal footer's form is submitted