@spmeesseman/extjs-pkg-intltelinput
v0.1.2
Published
ExtJS Package - IntlTelInput ExtJs Wrapper
Downloads
18
Maintainers
Readme
IntlTelInput - ExtJs Wrapper for International Telephone Input
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'
}]