Changeset 6481
- Timestamp:
- 09/08/06 09:39:58 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/_common/sm/webSiteGenerator/scDragMgr.js
r6480 r6481 118 118 saveLabelPos : function (pLabel) { 119 119 //TODO 120 return "" 120 121 } 121 122 } … … 936 937 vChild = vChild.previousSibling 937 938 } 938 if (typeof this.fContainer != scDragMgr.utilities.fUndef && this.fContainer != this) this.fContainer.style["display"] = (!vHasItems ? "none" : this.fContainer.fDelaultDisplay) 939 if (typeof this.fIfEmpty != scDragMgr.utilities.fUndef) this.fIfEmpty.style["display"] = (vHasItems ? "none" : this.fIfEmpty.fDelaultDisplay) 939 if (typeof this.fIfEmpty != scDragMgr.utilities.fUndef) { 940 if (typeof this.fContainer != scDragMgr.utilities.fUndef && this.fContainer != this) this.fContainer.style["display"] = (!vHasItems ? "none" : this.fContainer.fDelaultDisplay) 941 this.fIfEmpty.style["display"] = (vHasItems ? "none" : this.fIfEmpty.fDelaultDisplay) 942 } 940 943 } 941 944 this.topLeftPosition = scDragMgr.coordinates.topLeftOffset(this)
Note: See TracChangeset
for help on using the changeset viewer.