Ignore:
Timestamp:
03/05/10 19:38:19 (2 years ago)
Author:
sys
Message:

itemSelector...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Wsp/content/scenariWsp/views/wspNavView/wspNavView.xbl.xml

    r14994 r15051  
    8282                                try{ 
    8383                                        if(this.fViewMgr) return; //déja initialisé 
     84                                        this.xInitViewMgr(); 
     85                                }catch(e){log.debug("wspNavView.onViewShown:: " + e);} 
     86                                ]]></body> 
     87                        </method> 
     88                        <method name="xInitViewMgr"> 
     89                                <body><![CDATA[ 
     90                                try{ 
    8491                                        var vWsp = desk.getWsp(); 
    8592                                        Components.utils.import("resource://scenariWsp/views/wspNavView/WspNavView.jsm", this); 
    8693                                        this.fViewMgr = new this.WspNavView(window, vWsp, this.fTree, document.getAnonymousElementByAttribute(this, "anonid", "tooltip"), document.getAnonymousElementByAttribute(this, "anonid", "noContent")); 
    8794                                        this.fViewMgr.setAccelKeyMgr(new actions.AccelKeyMgr().initFromMapActions(extPoints.mergeListsAsMap(["accelKey:wspNavView", "accelKey:common:uri"]))); 
    88                                 }catch(e){log.debug("wspNavView.onViewShown:: " + e);} 
     95                                }catch(e){log.debug("wspNavView.xInitViewMgr:: " + e);} 
    8996                                ]]></body> 
    9097                        </method> 
     
    97104                </implementation> 
    98105                <handlers> 
    99                         <handler event="viewShown"> 
     106                        <handler event="viewShown" phase="target"> 
    100107                                this.onViewShown(); 
    101108                        </handler> 
     
    122129                </handlers> 
    123130        </binding> 
     131         
    124132</bindings> 
Note: See TracChangeset for help on using the changeset viewer.