0.1.2 • Published 5 years ago

@spmeesseman/extjs-pkg-intltelinput v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

IntlTelInput - ExtJs Wrapper for International Telephone Input

authors app-type app-lang app-publisher

Description

This package provides a full stack between an ExtJs client and a backend database using the ExtJS data package API.

Installation

To install this module run the following command from the directory containing the project's package.json file:

$ npm install @spmeesseman/extjs-pkg-intltelinput

Setup

To include the package in an ExtJS application build, be sure to add the package name to the list of required packages in the app.json file:

"requires": [
     "intltelinput",
    ...
]

For an open tooling build, also add the node_modules path to the workspace.json packages path array.

 "packages": {
    "dir": "...${workspace.dir}/node_modules/@spmeesseman/extjs-pkg-intltelinput"
}

Usage

An example of usage:

require: [ 'Ext.ux.form.field.IntlPhone' ],
items: [
{
    xtype: 'intlphonefield'
}]