Changeset 15049 for trunk/Xul_Wsp/content/scenariWsp/widgets/shortDescDrawer/shortDescDrawer.xbl.xml
- Timestamp:
- 03/05/10 16:48:16 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Wsp/content/scenariWsp/widgets/shortDescDrawer/shortDescDrawer.xbl.xml
r15032 r15049 79 79 <body><![CDATA[ 80 80 return this.fShortDesc; 81 ]]></body>82 </method>83 84 <method name="getRefUri">85 <body><![CDATA[86 if(this.fRefUri) return this.fRefUri;87 if(this.fShortDesc) {88 if(extPoints.getPref("refUri.refById", false) && this.fShortDesc.srcId) {89 return src.buildRefUriFromId(this.fShortDesc.srcId);90 } else {91 return this.fShortDesc.srcUri;92 }93 }94 return null;95 81 ]]></body> 96 82 </method> … … 238 224 </binding> 239 225 226 <!-- Dessine une ref à un shortDesc réduit au minimum (une seule ligne) complété d'un tooltip. 227 Attributs : 228 showStatus : affiche le status de l'item. false par défaut. 229 showPreview : affiche la preview d'un item (si disponible en fonction du type d'item). true par défaut. 230 --> 240 231 <binding id="refMini" extends="#ref"> 241 232 <content>
Note: See TracChangeset
for help on using the changeset viewer.