formcycle 8.4.0 - JavaScript for forms
    Preparing search index...

    Interface NumberFormatApi

    The entry point the NumberFormat picker API. NumberFormat enhances input fields with number formatting and validation. When a user input a number, the input field is automatically formatted according to the configured options.

    Index

    Properties

    The API for performing actions on NumberFormat elements, such as changing the value or the options.

    The API is available via $.xutil.numberFormat.do.

    The API for formatting and parsing numerical values, independent of any NumberFormat element.

    The API is available via $.xutil.numberFormat.formatter.

    The API for getting information from NumberFormat elements, such as the current value.

    The API is available via $.xutil.numberFormat.get.

    The API for the lifecycle of NumberFormat elements, such as initialization and destruction.

    The API is available via $.xutil.numberFormat.lifecycle.

    The API for the porcelain layer of NumberFormat elements, such as accessing the underlying library. Note that this API is fragile and may change at any time without notice.

    The API is available via $.xutil.numberFormat.porcelain.