DateTime form input field for ExtJS.
Build requires:
- SenchaCmd, download from Sencha and install.
- karma, for running tests, install with
sudo apt-get install nodejs lcov
andsudo npm install -g karma-cli
. - karma plugins,
cd packages/datetime/;npm install
. - jsduck, for documentation, install with
sudo gem install jsduck
.
Build with sencha package build
inside packages/datetime/
folder.
To make pkg available run sencha package add ../../build/datetime/datetime.pkg
and make <SenchaCmd Installation Prefix>/repo/pkgs
folder available online.
To use with a SenchaCmd based project:
- `sencha repo add -address -name NLeSC
- Add 'datetime' to
requires
array inapp.json
. - Use component in your application.
sencha app refresh
do download package.
To use with a non-SenchaCmd project:
- unzip
datetime.pkg
- Add
build/datetime.js
into html page.
Documentation can be generated with ant docs
.
To make inline examples work, make a copy of the ExtJS SDK directory as docs/extjs-build
.
Place the docs folder online and open docs/index.html
in a webbrowser.
extjs-datetime is copyrighted by the Netherlands eScience Center and releases under the Apache License, Version 2.0.
See http://www.esciencecenter.nl for more information on the Netherlands eScience Center.
See the "LICENSE" file for more information.