= dwPrototypeTooltipPlugin - Plugin for prototype based tooltips = == Overview == The plugin provides tooltips via the prototype library for the symfony php framework. Based on the snippet from Dmitry Parnas. == License == For the full copyright and license information, please view the LICENSE file that was distributed with this source code. == Installation == To install the plugin use `symfony plugin-install` command {{{ symfony plugin-install http://plugins.symfony-project.com/dwPrototypeTooltipPlugin }}} == Using the plugin == http://www.symfony-project.com/snippets/snippet/24 {{{ 'absolute'), array('style.position' => 'absolute')) ?>
some text
'visibility: hidden'))?> Tooltip text. }}} == Examples == http://tooltip.crtx.org/index.php?page=Demos