superdweebie / sijit
Extensions for the dojo js lib
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 444
Dependents: 0
Suggesters: 1
Security: 0
Stars: 4
Watchers: 3
Forks: 2
Language:JavaScript
Type:zend-dojo
Requires
- composer/installers: ~1.0
- xsokev/dojo-bootstrap: v1.2
This package is not auto-updated.
Last update: 2023-09-17 04:27:31 UTC
README
A collection of extensions for dojo javascript framework.
#Install
Using git: git clone http://github.com/superdweebie/sijit dojo/Sds
Using composer, add this to your root composer.json: "repositories": [{ "type": "composer", "url": "https://raw.github.com/superdweebie/dojo/master" }], "require": { "dojo/Sds": "dev-master" }
Some UI compoents also require dojo/bootstrap, which can be installed the same way:
git clone http://github.com/xsokev/Dojo-Bootstrap dojo/bootstrap
or "repositories": [{ "type": "composer", "url": "https://raw.github.com/superdweebie/dojo/master" }], "require": { "dojo/bootstrap": "dev-master" }
#Components
For more information on how to use each of the components listed below, see the docs folder.
##ConfigManager
A module to allow multiple config objects to be merged into dojo config. Allows distributed config definition.
##ModuleManager
A module to handle dependency injection.
##Validator
A group of modules that provide a standardised validation interface.
##View
A group of modules to abstract ui handling from application controllers. Includes a FormFactory to generate forms from metadata.