addon/components/ui-popup.js:6
components.UiPopup
ui-popup component
Property Summary
Public Properties | |
---|---|
public |
When using on: 'click' specifies whether clicking the page should close the popup, by default true |
public |
the pop content |
public |
Duration of animation events, by default 200 |
public |
Event used to trigger popup: focus, click, hover, or manual, by default hover |
public |
Whether popup should not close on hover (useful for popup navigation menus), by default false |
public |
the pop html content |
public |
If a selector or jQuery object is specified this allows the popup to be positioned relative to that element. |
public |
the pop title |
Public Properties
addon/components/ui-popup.js:68
public closable: Boolean
When using on: 'click' specifies whether clicking the page should close the popup, by default true
addon/components/ui-popup.js:35
public content: String
the pop content
addon/components/ui-popup.js:75
public duration: Number
Duration of animation events, by default 200
addon/components/ui-popup.js:51
public event: String
Event used to trigger popup: focus, click, hover, or manual, by default hover
addon/components/ui-popup.js:61
public hoverable: Boolean
Whether popup should not close on hover (useful for popup navigation menus), by default false
addon/components/ui-popup.js:40
public html: String
the pop html content
addon/components/ui-popup.js:28
public target: String
If a selector or jQuery object is specified this allows the popup to be positioned relative to that element.
addon/components/ui-popup.js:45
public title: String
the pop title