<kendo:form-messages>
Configures text messages displayed in the Form. Use it to customize or localize the Form messages.
Example
<kendo:form>
<kendo:form-messages></kendo:form-messages>
</kendo:form>
Configuration Attributes
clear java.lang.String
The text message displayed for the Form clear button.
Example
<kendo:form-messages clear="clear">
</kendo:form-messages>
optional java.lang.String
The text message displayed next to a field label when the items.label.optional option is set to true.
Example
<kendo:form-messages optional="optional">
</kendo:form-messages>
submit java.lang.String
The text message displayed for the Form submit button.
Example
<kendo:form-messages submit="submit">
</kendo:form-messages>