API Docs 0.11.3.33c7ec07

public
Extends Ember.Component

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

Show:

Properties

closeTitle string

public

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

Default: 'Ok'

submitAction string

private

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

Default: 'submit'

submitDisabled boolean

public

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.

Default: false

submitTitle string

public

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.

Default: null