There is no license information available for the latest version (0.2.2) of this package.

Extensions for the dojo js lib

Installs: 444

Dependents: 0

Suggesters: 1

Security: 0

Stars: 4

Watchers: 3

Forks: 2

Language:JavaScript

Type:zend-dojo

0.2.2 2014-01-30 01:09 UTC

This package is not auto-updated.

Last update: 2023-09-17 04:27:31 UTC


README

Build Status

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.