dojo.dnd.Source._markTargetAnchor
dojo.require("dojo.dnd.Source");
defined in dojo/dnd/Source.js
assigns a class to the current target anchor based on "before" status
Usage
function (/*Boolean*/ before) (view source)
parameter | type | description |
---|---|---|
before | Boolean | insert before, if true, after otherwise |