Changeset 9838
- Timestamp:
- 07/27/07 14:41:49 (18 months ago)
- Location:
- dojo/trunk/dnd
- Files:
-
- 2 modified
-
avatar.js (modified) (1 diff)
-
selector.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojo/trunk/dnd/avatar.js
r9540 r9838 17 17 a.className = "dojoDndAvatar"; 18 18 a.style.position = "absolute"; 19 a.style.zIndex = 999;19 a.style.zIndex = 1999; 20 20 a.style.margin = "0px"; // to avoid dojo.marginBox() problems with table's margins 21 21 var b = dojo.doc.createElement("tbody"); -
dojo/trunk/dnd/selector.js
r9779 r9838 77 77 // addSelected: Boolean: all new nodes will be added to selected items, if true, no selection change otherwise 78 78 // data: Array: a list of data items, which should be processed by the creator function 79 // before: Boolean: insert before the anchor, if true, and after the ancho totherwise79 // before: Boolean: insert before the anchor, if true, and after the anchor otherwise 80 80 // anchor: Node: the anchor node to be used as a point of insertion 81 81 var oldCreator = this._normalizedCreator;