Content-Length: 84368 | pFad | http://docs.telerik.com/kendo-ui/api/javascript/ui/numerictextbox/configuration/label.content

label.content - API Reference - Kendo UI NumericTextBox - Kendo UI for jQuery

label.contentString|Function(default: "")

Sets the inner HTML of the label.

Example - create a label from a string

<input id="numerictextbox" />
<script>
    $("#numerictextbox").kendoNumericTextBox({
        label: {
            content: "First name"
        }
    });
</script>

The function context (available through the keyword this) will be set to the widget instance.

Example - create a label from a function

<input id="numerictextbox" />
<script>
    $("#numerictextbox").kendoNumericTextBox({
        label: {
            content: function() {
                return "First name";
            }
        }
    });
</script>
In this article
label.content
Not finding the help you need?
Contact Support








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/api/javascript/ui/numerictextbox/configuration/label.content

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy