oValidationOptions: How can validate on number input only?
oValidationOptions: How can validate on number input only?
![bandofbrothers](https://secure.gravatar.com/avatar/d2708ae4a01e28de041e8c31ae5f0078/?default=https%3A%2F%2Fvanillicon.com%2Fd2708ae4a01e28de041e8c31ae5f0078_200.png&rating=g&size=120)
[code]
.makeEditable({
"aoColumns": [
oValidationOptions : { rules:{ value: {minlength: 5 } },
messages: { value: {minlength: "more than 5 char"} } },
submit: 'save',
cancel: 'Cancel',
},
..
]
[/code]
How can I validate for input number only that allow? I did not found the documents that match with this API.
Thanks
.makeEditable({
"aoColumns": [
oValidationOptions : { rules:{ value: {minlength: 5 } },
messages: { value: {minlength: "more than 5 char"} } },
submit: 'save',
cancel: 'Cancel',
},
..
]
[/code]
How can I validate for input number only that allow? I did not found the documents that match with this API.
Thanks
This discussion has been closed.