| Added title tag documentation - reportable - Fork of reportable required by War… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 32ae0dbb17962d154a8b44fdf4c569ec542f6fdc | |
| parent 562e7a1a4f5b7f4958b2138c05ca6ed0b371f9ad | |
| Author: Jan Bromberger <[email protected]> | |
| Date: Tue, 29 Dec 2009 17:23:59 +0800 | |
| Added title tag documentation | |
| Diffstat: | |
| M lib/simplabs/reports_as_sparkline/… | 1 + | |
| 1 file changed, 1 insertion(+), 0 deletions(-) | |
| --- | |
| diff --git a/lib/simplabs/reports_as_sparkline/sparkline_tag_helper.rb b/lib/si… | |
| @@ -18,6 +18,7 @@ module Simplabs #:nodoc: | |
| # * <tt>fill_color</tt> - The color to fill the area below the sparkline… | |
| # * <tt>labels</tt> - The axes to render lables for (Array of <tt>:x</tt… | |
| # * <tt>alt</tt> - The HTML img alt tag | |
| + # * <tt>title</tt> - The HTML img title tag | |
| # | |
| # ==== Example | |
| # <tt><%= sparkline_tag(User.registrations_report, :width => 200, :heigh… |