I have problem that < validate: “ValidAplhaNumeric” > will check <0-9, a-z and A-Z>.
But it cannot pass a space character. a space character in a input field. e.g.
I want to ask < validate: “ValidAplhaNumeric” > and add one validation for a space character ?
I have get the result for validation in a space character .
But I have other validation question.
For example, I do a validation, have error and alert message. Now it will go to next input field.
But I want to set it that do a validation, have error and alert message. After that it will remain at the error 's input field. That is not goto next input field.
I mean to use the validate of the form and alert the error message. The mouse curser is hope to remain in the error’s field. Now it is to move next field in the form.
cursor moved to next field when you press tab?
but in case of validateError for prev field you want keep it on oprev field?
if yes - use myForm.setItemFocus(id) inside onValidateError callback
if not - please clarify your question more
validate do not move cursor. cursor moved by user (pressing tab or mouse click), yes, there is onValidateError event which have callback. see second link above
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan