<kendo:numericTextBox-suffixOptions>
The configuration for the suffix adornment of the component.
Example
<kendo:numericTextBox>
<kendo:numericTextBox-suffixOptions></kendo:numericTextBox-suffixOptions>
</kendo:numericTextBox>
Configuration Attributes
icon java.lang.String
Defines the name for an existing icon in a Kendo UI theme or SVG content
Example
<kendo:numericTextBox-suffixOptions icon="icon">
</kendo:numericTextBox-suffixOptions>
separator boolean
If set to false, the suffix adornment will not have a separator.
Example
<kendo:numericTextBox-suffixOptions separator="separator">
</kendo:numericTextBox-suffixOptions>
template java.lang.String
The template for the suffix adornment of the component.
Example
<kendo:numericTextBox-suffixOptions template="template">
</kendo:numericTextBox-suffixOptions>
Event Attributes
template String
The template for the suffix adornment of the component.
Example
<kendo:numericTextBox-suffixOptions template="handle_template">
</kendo:numericTextBox-suffixOptions>
<script>
function handle_template(e) {
// Code to handle the template event.
}
</script>
Event Tags
kendo:numericTextBox-suffixOptions-template
The template for the suffix adornment of the component.
Example
<kendo:numericTextBox-suffixOptions>
<kendo:numericTextBox-suffixOptions-template>
<script>
function(e) {
// Code to handle the template event.
}
</script>
</kendo:numericTextBox-suffixOptions-template>
</kendo:numericTextBox-suffixOptions>