org.chenillekit.tapestry.core.mixins
Class MaskedInput

java.lang.Object
  extended by org.chenillekit.tapestry.core.mixins.MaskedInput

@Import(library="prototype-maskedinput.js")
public class MaskedInput
extends Object

This mixin allows a user to more easily enter fixed width input where you would like them to enter the data in a certain format (dates,phone numbers, etc).

It has been tested on Internet Explorer 6/7, Firefox 1.5/2/3, Safari, Opera, and Chrome. A mask is defined by a format made up of mask literals and mask definitions. Any character not in the definitions list below is considered a mask literal. Mask literals will be automatically entered for the user as they type and will not be able to be removed by the user. The following mask definitions are predefined:

Version:
$Id: MaskedInput.java 674 2010-07-29 12:47:25Z homburgs $

Constructor Summary
MaskedInput()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaskedInput

public MaskedInput()


Copyright © 2008-2011 ChenilleKit. All Rights Reserved.