[ PHPXref.com ] [ Generated: Sun Jul 20 19:46:00 2008 ] [ phpMyAdmin 2.9.0.3 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/js/ -> tooltip.js (summary)

Displays the Tooltips (hints), if we have some 2005-01-20 added by Michael Keck (mkkeck)

File Size: 194 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 7 functions

  textTooltip()
  swapTooltip()
  showTooltip()
  holdTooltip()
  moveTooltip()
  pmaTooltip()
  mouseMove()

Functions
Functions that are not part of a class:

textTooltip(theText)   X-Ref
init the tooltip and write the text into it

param: string theText tooltip content

swapTooltip(stat)   X-Ref
swap the Tooltip // show and hide

param: boolean stat view status

showTooltip(stat)   X-Ref
show / hide the Tooltip

param: boolean stat view status

holdTooltip()   X-Ref
hold it, if we create or move the mouse over the tooltip


moveTooltip(posX, posY)   X-Ref
move the tooltip to mouse position

param: integer posX    horiz. position
param: integer posY    vert. position

pmaTooltip( theText )   X-Ref
build the tooltip

param: string    theText    tooltip content

mouseMove(e)   X-Ref
register mouse moves

param: event    e



[ Powered by PHPXref - Served by Debian GNU/Linux ]