Ignore:
Timestamp:
03/05/10 16:48:16 (2 years ago)
Author:
sys
Message:

itemSelector en cours...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Wsp/content/scenariWsp/widgets/shortDescDrawer/shortDescDrawer.xbl.xml

    r15032 r15049  
    7979                                <body><![CDATA[ 
    8080                                        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; 
    9581                            ]]></body> 
    9682                        </method> 
     
    238224        </binding> 
    239225         
     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        --> 
    240231        <binding id="refMini" extends="#ref"> 
    241232                <content> 
Note: See TracChangeset for help on using the changeset viewer.