Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mask for phone and date #45

Closed
waw555 opened this issue Jan 4, 2015 · 1 comment
Closed

Mask for phone and date #45

waw555 opened this issue Jan 4, 2015 · 1 comment
Assignees

Comments

@waw555
Copy link
Contributor

waw555 commented Jan 4, 2015

Please add the ability to create a mask for phone and date, an example is shown here:

http://stackoverflow.com/questions/20197696/vtiger-and-jquery-phone-mask

In Header.tpl I have the js reference:

<script type="text/javascript" src="include/jquery/jquery-1.9.1.min.js"></script> <script type="text/javascript" src="include/jquery/jquery.maskedinput.min.js"></script>

When I put the needed code in the header.tpl file, the page with the targeted phone field freezes.

<script type="text/javascript"> jQuery(function($){ $("#phone").mask( "999-999-9999", { placeholder : "_" } ); }); </script>
@mariuszkrzaczkowski
Copy link
Member

Functionality will be available from versions 1.3.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants