Template:Artifact


Revision as of 05:04, 6 January 2011

<-- -->


<script type="text/javascript">

  // white balloon with default configuration
  // (see http://www.wormbase.org/wiki/index.php/Balloon_Tooltips)
  var balloon    = new Balloon;
  //BalloonConfig(balloon,'GBubble');
  // plain balloon tooltip
  var tooltip  = new Balloon;
  BalloonConfig(tooltip,'GPlain');
  // fading balloon
  var fader = new Balloon;
  BalloonConfig(fader,'GFade');
  // a plainer popup box
  var box         = new Box;
  BalloonConfig(box,'GBox');
  // a box that fades in/out
  var fadeBox     = new Box;
  BalloonConfig(fadeBox,'GBox');
  fadeBox.bgColor     = 'black';
  fadeBox.fontColor   = 'white';
  fadeBox.borderStyle = 'none';
  fadeBox.delayTime   = 200;
  fadeBox.allowFade   = true;
  fadeBox.fadeIn      = 750;
  fadeBox.fadeOut     = 200;
</script>

Looking for something?

Use the form below to search the wiki:

 

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!