Changeset 5257

Show
Ignore:
Timestamp:
08/12/06 04:51:46 (2 years ago)
Author:
mumme
Message:

Make preload=true work in a hidden Floatingpane

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/widget/FloatingPane.js

    r5163 r5257  
    125125                                dojo.addOnLoad(this, "setInitialWindowState"); 
    126126                        } 
     127                        // make preload work 
     128                        dojo.widget.FloatingPane.superclass.postCreate.apply(this, arguments); 
    127129                }, 
    128130