CAF Shared JavaScript

Class CAF.Tooltip.Model

Object
   |
   +--CAF.Output.Model
         |
         +--CAF.Popup.Model
               |
               +--CAF.Tooltip.Model

class CAF.Tooltip.Model
extends CAF.Popup.Model


CAF Tooltip client-side model.
Defined in tooltip.js


Field Summary
 Object classes
          
 Object fudge
          Mouse-out fudge factor, in pixels.
 Object maxWidth
          Maximum tooltip width in relation to window size, from 0.0 to 1.0.
   
Fields inherited from class CAF.Popup.Model
classes
   
Fields inherited from class CAF.Output.Model
id, form
 
Constructor Summary
CAF.Tooltip.Model ()
           
 
Method Summary
 void hide(callback, click)
           Hides the tooltip.
 void show(callback, click, element)
           Shows the tooltip.
 
Methods inherited from class CAF.Popup.Model
getValue, setValue, focusFirstMenuItem, setExtraOffset
   
Methods inherited from class CAF.Output.Model
initialize, toString, equals, isDisabled, setDisabled, isFocused, setFocused, isVisible, setVisible, _reapplyOriginalStyle, toggle, refresh, reAttachBehaviors, refreshWhenVisible, addRefreshCompleteListener, removeRefreshCompleteListener, listRefreshCompleteListeners, addToggleListener, removeToggleListener, listToggleListeners
 

Field Detail

classes

Object classes

fudge

Object fudge

maxWidth

Object maxWidth

Constructor Detail

CAF.Tooltip.Model

CAF.Tooltip.Model()

Method Detail

hide

void hide(callback, click)

show

void show(callback, click, element)

CAF Shared JavaScript

Documentation generated by JSDoc on Sun Sep 15 20:21:18 2019