Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hey guys,
Has anyone attempted to build a custom field type to support masked input field text? Something like http://demos.telerik.com/aspnet-ajax/input/examples/radmaskedtextbox/firstlook/defaultcs.aspx
Ideally it's something that we can validate against the server-side reg-ex.
Anyone?
Cheers
I applied jqfancyfields.com on my contour forms.
Works fine with contour jquery and server side validation.
The only think I had to do is to override the jquery transform on the lists (e.g. checkbox list and radio list).
mkariti
Comment author was deleted
Shouldn't be that hard to do, create new fieldtype (start from textfield sourcecode) add new setting that allows you to specify the mask... then use a jquery addon...
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Custom Field Type - Masked Input Field
Hey guys,
Has anyone attempted to build a custom field type to support masked input field text? Something like http://demos.telerik.com/aspnet-ajax/input/examples/radmaskedtextbox/firstlook/defaultcs.aspx
Ideally it's something that we can validate against the server-side reg-ex.
Anyone?
Cheers
I applied jqfancyfields.com on my contour forms.
Works fine with contour jquery and server side validation.
The only think I had to do is to override the jquery transform on the lists (e.g. checkbox list and radio list).
mkariti
Comment author was deleted
Shouldn't be that hard to do, create new fieldtype (start from textfield sourcecode) add new setting that allows you to specify the mask... then use a jquery addon...
is working on a reply...