oValidationOptions: How can validate on number input only?

oValidationOptions: How can validate on number input only?

bandofbrothersbandofbrothers Posts: 2Questions: 0Answers: 0
edited June 2012 in General
[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
This discussion has been closed.