oValidationOptions: How can validate on number input only?
oValidationOptions: How can validate on number input only?
bandofbrothers
Posts: 2Questions: 0Answers: 0
[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.