EasyUI Forum
May 04, 2024, 08:16:43 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / ValidType List on: November 19, 2017, 03:46:56 AM
Hi,
Base on the doc, the validType can be defined :

email: Match email regex rule.
url: Match URL regex rule.
length[0,100]: Between x and x characters allowed.
remote['http://.../action.do','paramName']: Send ajax request to do validate value, return 'true' when successfully.

Are there list of validType of validateBox except above?

Thanks
2  General Category / EasyUI for jQuery / Re: input (textbox) set focus on: November 05, 2017, 06:28:27 AM
try this bro
Quote
$('#user').textbox('textbox').focus();
3  General Category / EasyUI for jQuery / Re: how can i focus the textbox on: November 05, 2017, 06:17:47 AM
i use this script and works

Quote
$('#name').textbox('textbox').focus();
4  General Category / EasyUI for jQuery / Re: How to change property of $.messager.confirm ? on: October 31, 2017, 07:10:12 AM
thanks, it works :-D
5  General Category / EasyUI for jQuery / Re: Show icon in Messager Show on: October 28, 2017, 07:43:52 AM
Please refer to the code below:
Code:
$.messager.show({
title:'My Title',
msg:'<div class="messager-icon messager-info"></div><div>Message will be closed after 4 seconds.</div>',
showType:'show'
});

thanks, it works
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!