How to customize form validation errors in codeIgniter

前端 未结 8 2284
刺人心
刺人心 2021-01-05 07:18

Is there a file in codeIgniter in which I could just edit so that I can customize the form validation messages?

<script

8条回答
  •  暖寄归人
    2021-01-05 07:45

    In order to validate devexpress controls in the page using javascript, use the following code:

    ASPxClientEdit.ValidateGroup(null);
    

    or

    ASPxClientEdit.ValidateGroup('validationgroup');
    

提交回复
热议问题