|
Title: How to change the required tips? Post by: snowcsc on August 16, 2015, 06:26:34 PM Hi,
Now the required tips is “This field is required.”. I want to know how to change the required tips? I don't know where to change this tip. Thank you. Title: Re: How to change the required tips? Post by: stworthy on August 16, 2015, 07:27:26 PM Just set the 'missingMessage' property.
Code: <input class="easyui-textbox" data-options="required:true,missingMessage:'This field is required.'"> |