Content-Length: 84998 | pFad | http://docs.telerik.com/kendo-ui/controls/rating/tooltip

jQuery Rating Tooltip - Kendo UI for jQuery
New to Kendo UI for jQueryStart a free 30-day trial

Tooltip

Each Rating item displays a tooltip that is enabled by default and contains text that is equal to the value of the item.

Getting Started

The following example demonstrates how to use the default tooltip of the Rating.

   <input id="rating" name="rating">

    <script>
        $(document).ready(function() {
            $("#rating").kendoRating({
                min: 1,
                max: 6
            });
        });
    </script>

Disabling Tooltips

Setting the tooltip option to false prevents the items to display tooltips when hovered.

    <input id="rating" name="rating">

    <script>
        $(document).ready(function() {
            $("#rating").kendoRating({
                min: 1,
                max: 6,
                value: 3,
                tooltip: false
            });
        });
    </script>

See Also









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://docs.telerik.com/kendo-ui/controls/rating/tooltip

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy