- Timestamp:
- 03/04/10 22:23:21 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Wsp/content/scenariCms/widgets/item/item.xbl.xml
r14978 r15032 141 141 </body> 142 142 </method> 143 <method name="setItemBy Uri">143 <method name="setItemByFullUri"> 144 144 <parameter name="pUri"/> 145 145 <body> … … 151 151 </body> 152 152 </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 --> 153 171 <method name="setItemByPath"> 154 172 <parameter name="pPath"/> 155 173 <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); 161 175 </body> 162 176 </method>
Note: See TracChangeset
for help on using the changeset viewer.