Commit f36054d1 authored by Jefferyne's avatar Jefferyne

Updates 前端组件/README.md

Auto commit by GitBook Editor
parent 5db93804
## hslNumericTextBox
```html
<!--
TODO: Add the kendo.culture.de-DE.min.js file as it is required!
Here is a sample script tag:
<script src="http://kendo.cdn.telerik.com/{kendo version}/js/cultures/kendo.culture.de-DE.min.js">
</script>
For more information check this help topic:http://docs.telerik.com/kendo-ui/framework/globalization/overview
-->
<input id="numerictextbox"/>
<script>
$("#numerictextbox").kendoNumericTextBox({culture:"de-DE"});
</script>
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment