jQuery EasyUI Forum
June 19, 2013, 07:13:48 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
jQuery EasyUI Forum
>
General Category
>
Help for EasyUI
>
Datebox and Masked input
Pages: [
1
]
« previous
next »
Print
Author
Topic: Datebox and Masked input (Read 1822 times)
mapner
Newbie
Posts: 21
Datebox and Masked input
«
on:
July 26, 2012, 08:45:01 AM »
Hello:
How to combine datebox with masked input like this:
http://digitalbush.com/projects/masked-input-plugin/
example:
$('#mydate').datebox({ required:true }).mask("99/99/9999",{placeholder:" "});
thanks
Logged
stworthy
Administrator
Hero Member
Posts: 698
Re: Datebox and Masked input
«
Reply #1 on:
July 26, 2012, 05:13:10 PM »
Try the following code:
Code:
$('#mydate').datebox({ required:true }).datebox('textbox').mask("99/99/9999",{placeholder:" "});
Logged
mapner
Newbie
Posts: 21
Re: Datebox and Masked input
«
Reply #2 on:
July 27, 2012, 05:53:09 AM »
Work fine!
Thanks
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> Help for EasyUI
=> Bug Report
Loading...