Commit 928e921ad7975e84c07d6ba3f7b3df98a444789c

Authored by Edmar Moretti
1 parent 17ebab3b

Atualização do código da biblioteca balloon-tooltips

pacotes/balloon-tooltips/DISCLAIMER 0 → 100644
... ... @@ -0,0 +1,28 @@
  1 +This balloon tooltip package and associated files not otherwise
  2 +copyrighted are distributed under the MIT-style license:
  3 +
  4 + http://opensource.org/licenses/mit-license.php
  5 +
  6 +
  7 + Copyright (c) 2007 Sheldon McKay, Cold Spring Harbor Laboratory
  8 +
  9 + Permission is hereby granted, free of charge, to any person obtaining a copy
  10 + of this software and associated documentation files (the "Software"), to deal
  11 + in the Software without restriction, including without limitation the rights
  12 + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  13 + copies of the Software, and to permit persons to whom the Software is
  14 + furnished to do so, subject to the following conditions:
  15 +
  16 + The above copyright notice and this permission notice shall be included in
  17 + all copies or substantial portions of the Software.
  18 +
  19 + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  20 + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  21 + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  22 + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  23 + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  24 + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  25 + THE SOFTWARE.
  26 +
  27 + If publications result from research using this SOFTWARE, we ask that
  28 + CSHL and the author be acknowledged as scientifically appropriate.
... ...
pacotes/balloon-tooltips/INSTALL 0 → 100644
... ... @@ -0,0 +1,29 @@
  1 +Balloon tooltips
  2 +Sheldon McKay <mckays@cshl.edu>
  3 +
  4 +NOTE:
  5 +Complete documentation for installation and use of the balloon toolip library
  6 +can be found on the web at:
  7 +
  8 +http://www.gmod.org/wiki/index.php/Popup_Balloons
  9 +
  10 +
  11 +Components of this package:
  12 +
  13 +-javascript
  14 +htdocs/js/balloon.js
  15 +htdocs/js/balloon.config.js
  16 +htdocs/js/yahoo-dom-event.js
  17 +htdocs/js/box.js
  18 +
  19 +-balloon images
  20 +htdocs/images/balloons/up_left.png
  21 +htdocs/images/balloons/down_left.png
  22 +htdocs/images/balloons/up_right.png
  23 +htdocs/images/balloons/down_right.png
  24 +htdocs/images/balloons/balloon.png
  25 +htdocs/images/balloons/balloon_ie.png
  26 +htdocs/images/balloons/close.png
  27 +
  28 +-example implementations (in this distribution)
  29 +htdocs/balloons.html
... ...
pacotes/balloon-tooltips/README 0 → 100644
... ... @@ -0,0 +1,13 @@
  1 +NOTE: balloons.html is an example implementation.
  2 +You will have to edit the image and javascript URLs to match your own system's architecture.
  3 +
  4 +Please consult the documentation at
  5 +http://gmod.org/wiki/Popup_Balloons
  6 +
  7 +This is a fairly complex library and is not trivial to set up.
  8 +Most common implementation errors are typos or not getting the image or JavaScript paths/URLs right.
  9 +Please check each of these carefully if you get 'balloon is not defined' type errors or you see text with no balloons.
  10 +
  11 +Best Regards,
  12 +Sheldon McKay <mckays@cshl.edu>
  13 +
... ...