Functiondojox.wire.ml.Action.run

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

This method calls filter() method of child ActionFilter widgets. If one of them returns false, this method returns. Otherwise, _run() method is called.

Usage

function () (view source)