EasyUI Forum
September 14, 2025, 03:23:07 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Mask in textbox field  (Read 6313 times)
MRBranco
Newbie
*
Posts: 3


View Profile Email
« 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


View Profile Email
« 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  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!