Home Reference Source

References

NumberInput

summary
public

The NumberInput will wrap text inputs and apply the given bbj Number mask

TextInput

summary
public

The TextInput will wrap text inputs and apply the given bbj string mask

public

F findCaretPosition(maskedValue: String, mask: String): *

Given the masked string , find the next caret position depending on what is missing to complete the mask

public

Generate a regex patter based on the give task

public

F isMaskedValue(value: String, mask: String): Boolean

Check if the given value is masked with the given mask or not

public

F maskIfNotMasked(value: String, mask: String): String

Mask the given value with the given mask in case the value is not already masked with the given mask

public

F unmask(maskedValue: String, mask: String): *

Unmask the given value

public

When true , then the browser supports Unicode Property Escapes otherwise it is false

Directories