Single line input element behavior with mask.
Example, telephone number input element:
<input type="masked" mask="( ### ) ### - ####" />
<input type=“masked”>
that have this behavior applied by default (see master style sheet):
<input type=“mask” /> - inline single line <widget type=“mask”></widget> this behavior knows about:
value=“text” - initial value of the input element.mask=“text” - input mask string. Characters with the special meaning in the string:# - decimal digit position._ - alphabetic character or digit position.@ - alphabetic only character position.Together with the standard set of events (mouse, keyboard, focus) behavior: button generates:
type json::value::V_STRING, reflects current status of internal editing buffer.