Ignore:
Timestamp:
03/04/10 22:23:21 (2 years ago)
Author:
sys
Message:

review ptritem xed, impl shortDescDrawer, début svc et window itemSelector

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Wsp/content/scenariCms/widgets/item/item.xbl.xml

    r14978 r15032  
    141141                                </body> 
    142142                        </method> 
    143                         <method name="setItemByUri"> 
     143                        <method name="setItemByFullUri"> 
    144144                                <parameter name="pUri"/> 
    145145                                <body> 
     
    151151                                </body> 
    152152                        </method> 
     153                        <!-- deprecated --> 
     154                        <method name="setItemByUri"> 
     155                                <parameter name="pUri"/> 
     156                                <body> 
     157                                        this.setItemByFullUri(pUri); 
     158                                </body> 
     159                        </method> 
     160                        <method name="setItemBySrcUri"> 
     161                                <parameter name="pSrcUri"/> 
     162                                <body> 
     163                                        this.fCd = item.extractCodeFromSrcUri(pSrcUri); 
     164                                        this.fSp = item.extractSpaceFromSrcUri(pSrcUri); 
     165                                        this.fUriRes = (this.withUriRes) ? item.extractUriResFromFullUri(pSrcUri) : null; 
     166                                        this.fSpSs = this.fCdSs = this.fPack = this.fModel = this.fTitle =  this.fStatus = this.fItemDef = null; 
     167                                        this.xUpdateVal(); 
     168                                </body> 
     169                        </method> 
     170                        <!-- deprecated --> 
    153171                        <method name="setItemByPath"> 
    154172                                <parameter name="pPath"/> 
    155173                                <body> 
    156                                         this.fCd = item.extractCodeFromSrcUri(pPath); 
    157                                         this.fSp = item.extractSpaceFromSrcUri(pPath); 
    158                                         this.fUriRes = (this.withUriRes) ? item.extractUriResFromFullUri(pPath) : null; 
    159                                         this.fSpSs = this.fCdSs = this.fPack = this.fModel = this.fTitle =  this.fStatus = this.fItemDef = null; 
    160                                         this.xUpdateVal(); 
     174                                        this.setItemBySrcUri(pPath); 
    161175                                </body> 
    162176                        </method> 
Note: See TracChangeset for help on using the changeset viewer.