addon/components/ui-modal.js:4
components.UiModal
ui-modal component
Property Summary
Public Properties | |
---|---|
public |
Class names to apply to the modal |
public |
Setting to false will not allow you to close the modal by clicking on the dimmer |
public |
modal status |
public |
Class names to apply to the modal |
public |
transition |
Method Summary
Public Methods | |
---|---|
public |
showModal( ): Void
|
Public Properties
addon/components/ui-modal.js:66
public class: String
Class names to apply to the modal
addon/components/ui-modal.js:48
public closable: Boolean
Setting to false will not allow you to close the modal by clicking on the dimmer
addon/components/ui-modal.js:41
public show: Boolean
modal status
addon/components/ui-modal.js:72
public theme: String
Class names to apply to the modal
addon/components/ui-modal.js:55
public transition: String
transition
Public Methods
addon/components/ui-modal.js:78
public showModal( ): Void
Return:
Void