Class: CUI.Tooltip
Defined in: | elements/Tooltip/Tooltip.coffee |
Inherits: | CUI.LayerPane |
Overview
- coffeescript-ui - Coffeescript User Interface System (CUI)
- Copyright (c) 2013 - 2016 Programmfabrik GmbH
- MIT Licence
- https://github.com/programmfabrik/coffeescript-ui, http://www.coffeescript-ui.org
Variables Summary
- current =
-
null
Variable inherited from CUI.LayerPane
knownPlacements defaults uniqueId
Instance Method Summary
- # (void) initOpts()
- # (void) readOpts()
- # (void) setElement()
- # (void) focusOnHide(ev)
- # (void) focusOnShow(ev)
- # (void) showTimeout(ms = @_show_ms, ev)
- # (void) hideTimeout(ms = @_show_ms, ev)
- # (void) hide(ev)
- # (void) show(ev)
- # (void) getElementOpenClass()
- # (void) fillContent()
- # (void) preventOverflow()
- # (void) resetLayer()
- # (void) destroy()
Inherited Method Summary
Methods inherited from
CUI.LayerPane
#initOpts #getPane #setPane #destroy #setBackdropContent #getTemplate #getLayerRoot #getLayer #setVisible #__setElement #__getOriginalElement #autoSize #position #__removeDebugDivs #clearTimeout #showTimeout #hideTimeout #hide #__updateLayerStackCounter #getElementOpenClass #show #isKeyboardCancellable #doCancel #focusOnShow #forceFocusOnShow #focusOnHide #getElement #isShown #registerTemplate #getDOMElementClasses #registerDOMElement #getElementForLayer #unregisterDOMElement #__assertDOMElement #__assertTemplateElement #addClass #setAria #removeClass #hasClass #isDestroyed #empty #replace #append #prepend #text #get #getFlexHandle #getElementClass #getUniqueId #getOpts #getOpt #hasOpt #getSetOpt #hasSetOpt #copy #mergeOpt #removeOpt #addOpt #addOpts #mergeOpts #__getCheckMap #readOpts #readOptsFromAttr #proxy .getOptKeys
Constructor Details
#
(void)
constructor(opts = {})
Instance Method Details
#
(void)
initOpts()
#
(void)
readOpts()
#
(void)
setElement()
#
(void)
focusOnHide(ev)
#
(void)
focusOnShow(ev)
#
(void)
showTimeout(ms = @_show_ms, ev)
#
(void)
hideTimeout(ms = @_show_ms, ev)
#
(void)
hide(ev)
#
(void)
show(ev)
#
(void)
getElementOpenClass()
#
(void)
fillContent()
#
(void)
preventOverflow()
#
(void)
resetLayer()
#
(void)
destroy()