• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ml/H03-May-2022-9080

CompositeWire.js.mapH A D05-Mar-20171.6 KiB98

DataWire.js.mapH A D05-Mar-20172.8 KiB98

READMEH A D05-Mar-20172.1 KiB5543

TableAdapter.js.mapH A D05-Mar-20171.4 KiB98

TextAdapter.js.mapH A D05-Mar-20171.3 KiB98

TreeAdapter.js.mapH A D05-Mar-20172.6 KiB98

Wire.js.mapH A D05-Mar-20176.8 KiB98

XmlWire.js.mapH A D05-Mar-20174.4 KiB98

_base.js.mapH A D05-Mar-20173.2 KiB98

README

1-------------------------------------------------------------------------------
2DojoX Wire
3-------------------------------------------------------------------------------
4Version 1.0
5Release date: 05/29/2007
6-------------------------------------------------------------------------------
7Project state: production
8-------------------------------------------------------------------------------
9Project authors
10	Jared Jurkiewicz (jared.jurkiewicz@gmail.com)
11-------------------------------------------------------------------------------
12Project description
13
14The DojoX Wire project is a set of functions that build a generic data binding
15and service invocation library to simplify how data values across a wide
16variety of widget and non-widget JavaScript constructs are accessed, updated,
17and passed to and from services.  It also provides a set of widgets
18within the dojox.wire.ml package to allow for declarative data binding
19definitions in addition to the programmatic APIs.
20
21In essense, this project is an API to provide a simplified way of doing MVC
22patterns in the client.
23
24-------------------------------------------------------------------------------
25Dependencies:
26
27DojoX Wire has dependencies on core dojo, the dijit widget system (for classes
28in the dojox.wire.ml package), dojox.data, dojox.xml, and the D.O.H. unit test
29framework.
30-------------------------------------------------------------------------------
31Documentation:
32
33See the Dojo API tool (http://dojotoolkit.org/api)
34-------------------------------------------------------------------------------
35Installation instructions
36
37Grab the following from the Dojo SVN Repository:
38http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/wire.js
39http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/wire/*
40
41Install into the following directory structure:
42/dojox/wire/
43
44...which should be at the same level as your Dojo checkout.
45
46It should look like:
47/dojox/wire.js
48/dojox/wire/*
49
50Require in dojox.wire for all baseline functions (dojox.wire.connect,
51dojox.wire.register, etc).  For specific Wire classes,
52require in the appropriate dojox.wire.<Class>.
53-------------------------------------------------------------------------------
54
55