API Docs 0.11.3.33c7ec07

private
Extends Ember.Component

Internal component for modal's markup and event handling. Should not be used directly.

Show:

Properties

backdropClose boolean

public

If true clicking on the backdrop will close the modal.

Default: true

body boolean

public

Generate a modal body component automatically. Set to false to disable. In this case you would want to include an instance of Components.ModalBody in the components block template.

Always set this to false if header and/or footer is false!

Default: true

closeButton boolean

public

Display a close button (x icon) in the corner of the modal header.

Default: true

fade boolean

public

Set to false to disable fade animations.

Default: true

header boolean

public

Generate a modal header component automatically. Set to false to disable. In this case you would want to include an instance of Components.ModalHeader in the components block template

Default: true

in boolean

private

Used to apply Bootstrap's "in" class

Default: false

keyboard boolean

public

Closes the modal when escape key is pressed.

Default: true

size String

public

Property for size styling, set to null (default), 'lg' or 'sm'

Also see the Bootstrap docs

sizeClass string

private

Name of the size class

title string

public

The title of the modal, visible in the modal header. Is ignored if header is false.