**** BEGIN LOGGING AT Sun Apr 07 02:59:58 2013 Apr 07 19:36:13 Are there "masked field" kinds out there anywhere for enyo? Apr 07 19:36:48 I'm looking for US Phone number, US Date and US Social Security number Apr 07 20:20:39 Trex005: try https://github.com/enyojs/g11n Apr 07 20:21:18 https://github.com/enyojs/enyo/wiki/Localization Apr 07 20:21:22 katratxo, thanks! I'll look into it Apr 07 20:41:43 Just FYI, I found a jQery plugin that did much of what I wanted... I'm going to test to see if it works in my case : http://digitalbush.com/projects/masked-input-plugin/ Apr 07 20:50:04 is there a handy way to use jquery on enyo kinds instead of figuring out what the ID of that kind is and then attaching that? Apr 07 21:54:32 @Trex005 You can attach jQuery functionality in the rendered: function () { if (this.hasNode()) { this._$maskInput = $(this.node).mask({...}) } } Apr 07 21:55:36 just make sure you call this.inherited(arguments); in rendered and when you do a destroy do a this._$maskInput.remove() to clean up all jQuery attachments Apr 08 01:17:23 grayb0x, I know I'm hours late, but that is exactly wht I was looking for! Thank you! Apr 08 01:18:03 yeah np Apr 08 01:18:37 I use it from time to time when I have to proxy nasty jQueryUI widgets in till I can make a better one **** ENDING LOGGING AT Mon Apr 08 02:59:58 2013