Functiondojox.wire.ml.Transfer._run

dojo.require("dojox.wire.ml.Transfer");
defined in dojox/wire/ml/Transfer.js

First, Wires for a source and a target are created from attributes. Then, a value is obtained by getValue() of the source Wire is set by setValue() of the target Wire. The arguments to this method is passed to getValue() and setValue() of Wires, so that they can be used to identify the root objects off the arguments.

Usage

function () (view source)