= tooltip Copyright (C) 2008 Gregoire Lejeune * http://bivouac.rubyforge.org/ * http://rubyforge.org/projects/bivouac/ * http://greg.rubyfr.net == DESCRIPTION: Tooltip plugin for Bivouac[http://bivouac.rubyforge.org] == FEATURES/PROBLEMS: === 3.0.0: * Bug correction in rakefile to be complient with bivouac 0.3.0 === 1.0.0: * First public release == INSTALL: ruby script/plugin install tooltip == USAGE: html do head do javascript_include_tag :defaults javascript_include_tag "tooltip" end body do div( :id => "tooltip_me" ) do "Hello World" end tooltip( "i_m_the_tooltip", "tooltip_me" ) do "Content of the tooltip" end end end See http://blog.innerewut.de/tooltip for more information about tooltip == LICENSE: Scaffold's Tent is freely distributable according to the terms of the GNU General Public License. This program is distributed without any warranty. See the file 'COPYING' for details. == TOOLTIP LICENCE: Copyright (c) 2006 Jonathan Weiss Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.