On 5-Jul-06, at 3:48 AM, Jorge Godoy wrote:

> Is there some "easy" way to implement an input mask with MochiKit  
> or is there
> some other library around that plays nice with MochiKit and adds this
> functionality?  Restricting what chars may be input would be nice,  
> but I'm
> more concerned with formatting the input field.

No, there's no input mask abstraction in MochiKit. You could easily  
write one with Signal's key support:
http://mochikit.com/examples/key_events/index.html
http://mochikit.com/doc/html/MochiKit/Signal.html#fn-key

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to