EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
September 14, 2025, 03:23:07 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
EasyUI Forum
>
General Category
>
EasyUI for jQuery
>
Mask in textbox field
Pages: [
1
]
« previous
next »
Print
Author
Topic: Mask in textbox field (Read 6313 times)
MRBranco
Newbie
Posts: 3
Mask in textbox field
«
on:
June 02, 2015, 08:09:38 AM »
Is there any way for to put mask in a textbox field ?
eg.: 1) 999.9999/999
2) (99) 999-999
Thanks in advance
Maycon
Logged
jarry
Administrator
Hero Member
Posts: 2298
Re: Mask in textbox field
«
Reply #1 on:
June 02, 2015, 09:15:29 AM »
This feature does not supported but you can call the 'textbox' method to get the editing box and apply 3rd mask plugin on it.
Code:
var tb = $('#tb').textbox('textbox');
tb.mask(...);
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...