javascript - Masked input field in Trinidad -


primefaces has <p:inputmask> component forces input fit in defined mask input being typed.

for example:

<h:outputtext value="date: " /> <p:inputmask value="#{maskcontroller.date}" mask="99/99/9999"/> 

is there equivalent in trinidad?

i solved problem adding javascript support jquery - masked input plugin : http://digitalbush.com/projects/masked-input-plugin/

thanks


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -