Skip to content

KAZOO Support Channels

This documentation is curated by 2600Hz as part of the KAZOO open source project. Join our community forums here for peer support. Only features in the docs.2600hz.com/supported space are included as part of our 2600Hz Support Services plan.

monster.ui.mask()#

Syntax#

monster.ui.mask(target, type[, options]);

Parameters#

Key Description Type Default Required
target Field on which the method will be applied. jQuery true
type Type of mask to apply. Available presets: 'phoneNumber', 'macAddress' 'ipv4', 'extension'. String('phoneNumber' | 'macAddress' | 'AAA 000-S0S')) true
options Options to be applied in case type parameter is not a preset. (check available options) Object false

Description#

This helper is a wrapper over the jQuery Mask plugin.