Changeset 6481


Ignore:
Timestamp:
09/08/06 09:39:58 (5 years ago)
Author:
sam
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/_common/sm/webSiteGenerator/scDragMgr.js

    r6480 r6481  
    118118        saveLabelPos : function (pLabel) { 
    119119                //TODO 
     120                return "" 
    120121        } 
    121122} 
     
    936937                                vChild = vChild.previousSibling 
    937938                        } 
    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                        } 
    940943                } 
    941944                this.topLeftPosition = scDragMgr.coordinates.topLeftOffset(this) 
Note: See TracChangeset for help on using the changeset viewer.