diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-14 15:39:19 +0000 |
commit | 1c5685d68f1b73270fb814fe04cbb490eb90ba5f (patch) | |
tree | 3d3ada08a934b96fc31531f1327690d7edc6f766 /includes/js/dojox/wire/README | |
parent | 104d59099e048688c4dbac37d72137006e396558 (diff) | |
download | semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.gz semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.bz2 |
Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'includes/js/dojox/wire/README')
-rw-r--r-- | includes/js/dojox/wire/README | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/includes/js/dojox/wire/README b/includes/js/dojox/wire/README deleted file mode 100644 index 8f3f831..0000000 --- a/includes/js/dojox/wire/README +++ /dev/null @@ -1,53 +0,0 @@ -------------------------------------------------------------------------------- -DojoX Wire -------------------------------------------------------------------------------- -Version 1.0 -Release date: 05/29/2007 -------------------------------------------------------------------------------- -Project state: stable -------------------------------------------------------------------------------- -Project authors - Jared Jurkiewicz (jared.jurkiewicz@gmail.com) -------------------------------------------------------------------------------- -Project description - -The DojoX Wire project is a set of functions that build a generic data binding -and service invocation library to simplify how data values across a wide -variety of widget and non-widget JavaScript constructs are accessed, updated, -and passed to and from services. It also provides a set of widgets -within the dojox.wire.ml package to allow for declarative data binding -definitions in addition to the programmatic APIs. - -In essense, this project is an API to provide a simplified way of doing MVC -patterns in the client. - -------------------------------------------------------------------------------- -Dependencies: - -DojoX Wire has dependencies on core dojo, the dijit widget system (for classes -in the dojox.wire.ml package), dojox.data, and the D.O.H. unit test framework. -------------------------------------------------------------------------------- -Documentation: - -See the Dojo API tool (http://dojotoolkit.org/api) -------------------------------------------------------------------------------- -Installation instructions - -Grab the following from the Dojo SVN Repository: -http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/wire.js -http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/wire/* - -Install into the following directory structure: -/dojox/wire/ - -...which should be at the same level as your Dojo checkout. - -It should look like: -/dojox/wire.js -/dojox/wire/* - -Require in dojox.wire for all baseline functions (dojox.wire.connect, -dojox.wire.register, etc). For specific Wire classes, -require in the appropriate dojox.wire.<Class>. -------------------------------------------------------------------------------- - |