Module: addon/mixins/sl-tooltip-enabled

Extends

  • ember/Mixin

Members

(inner) attributeBindings :Array.<String>

Type:
  • Array.<String>
Source:

(inner, nullable) dataToggle :String

dataToggle property

Type:
  • String
Default Value:
  • null
Source:

(inner) dataTrigger :String

dataTrigger property

How the tooltip/popover is triggered - click | hover | focus. You may pass multiple triggers; separate them with a space.

Type:
  • String
Default Value:
  • null
Source:

(inner, nullable) title :String

Title attribute

Used as attribute in template binding by popover Used as "data-original-title" attribute by tooltip

Type:
  • String
Default Value:
  • null
Source:

Methods

(inner) enable() → {undefined}

Enable the tooltip functionality, based on component's popover attribute or component's title attribute

Source:
Listens to Events:
  • event:didInsertElement
Observes:
  • popover, title
Returns:
Type
undefined

(private, inner) enablePopover() → {undefined}

Enable popover

Source:
Returns:
Type
undefined

(private, inner) enableTooltip() → {undefined}

Enable tooltip

Source:
Returns:
Type
undefined