Ignore:
Timestamp:
03/03/10 11:46:37 (2 years ago)
Author:
sam
Message:

stylage matrix suite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Core/content/scenariCore/widgets/matrix/matrix.xbl.xml

    r15004 r15007  
    4848                </content> 
    4949                <implementation> 
    50                         <!-- Doit être appelé pour initialiser la structure (sur le onload d'une page). --> 
     50                        <!-- Doit être appelé pour initialiser la structure (sur le onload d'une page). 
     51--> 
    5152                        <method name="initMatrix"> 
    5253                                <body><![CDATA[ 
     
    5758                                ]]></body> 
    5859                        </method> 
    59                         <!-- Doit être appelé suite à un ajout / suppresion de slots / slotSet. --> 
     60                        <!-- Doit être appelé suite à un ajout / suppresion de slots / slotSet. 
     61--> 
    6062                        <method name="onMatrixUpdates"> 
    6163                                <body><![CDATA[ 
     
    112114                                ]]></body> 
    113115                        </method> 
    114                         <!-- Doit être appelé suite à un ajout / suppresion de slots / slotSet. --> 
     116                        <!-- Doit être appelé suite à un ajout / suppresion de slots / slotSet. 
     117--> 
    115118                        <method name="onMatrixUpdates"> 
    116119                                <body><![CDATA[ 
     
    182185                        </property> 
    183186                         
    184                         <!-- Doit être appelé pour initialiser le slot (cf matrix.initMatrix()). --> 
     187                        <!-- Doit être appelé pour initialiser le slot (cf matrix.initMatrix()). 
     188--> 
    185189                        <method name="initSlot"> 
    186190                                <body><![CDATA[ 
     
    199203                        </method> 
    200204                         
    201                         <!-- Doit être appelée en cas d'ajout ou de modification de la définition des views de ce slot. --> 
     205                        <!-- Doit être appelée en cas d'ajout ou de modification de la définition des views de ce slot. 
     206--> 
    202207                        <method name="onViewDefinitionUpdates"> 
    203208                                <parameter name="pView"/> 
     
    276281                                                                                 
    277282 
    278                         <!-- Interne. Appelé par le xul:deck lors d'un chgt d'offset du panel affiché. --> 
     283                        <!-- Interne. Appelé par le xul:deck lors d'un chgt d'offset du panel affiché. 
     284--> 
    279285                        <method name="onSelectedView"> 
    280286                                <parameter name="pEvent"/> 
     
    290296                        </method> 
    291297                         
    292                         <!-- Interne. Redessine les contours des onglets en fonction de views. --> 
     298                        <!-- Interne. Redessine les contours des onglets en fonction de views. 
     299--> 
    293300                        <method name="redrawSructTabs"> 
    294301                                <parameter name="pSelectedView"/> 
     
    385392                        </method> 
    386393                         
    387                         <!-- Interne. Effectue les différents traitements suite à l'affichage d'une view. --> 
     394                        <!-- Interne. Effectue les différents traitements suite à l'affichage d'une view. 
     395--> 
    388396                        <method name="setNewViewShown"> 
    389397                                <parameter name="pView"/> 
     
    431439                        <!-- Interne. Diffuse un évènement informant du changement de view. 
    432440                        Non implémenté dans le slot de base.  
    433                         Voir les slotContents. --> 
     441                        Voir les slotContents. 
     442--> 
    434443                        <method name="dispatchChange"> 
    435444                                <parameter name="pOldView"/> 
     
    440449                        </method> 
    441450                         
    442                         <!-- Interne. Permet des redraw du slot lorsqu'aucune view n'est sélectionné (buttonsBar...). --> 
     451                        <!-- Interne. Permet des redraw du slot lorsqu'aucune view n'est sélectionné (buttonsBar...). 
     452--> 
    443453                        <method name="noViewSelected"> 
    444454                                <body><![CDATA[ 
     
    447457                        </method> 
    448458                         
    449                         <!-- Interne. Gestion graphique quand un sous-bloc (dans la view) est maximisé. --> 
     459                        <!-- Interne. Gestion graphique quand un sous-bloc (dans la view) est maximisé. 
     460--> 
    450461                        <method name="onMaximizeSubBlock"> 
    451462                                <parameter name="pEvent"/> 
     
    465476                                ]]></body> 
    466477                        </method> 
    467                         <!-- Interne. Gestion graphique quand un sous-bloc (dans la view) est normalisé. --> 
     478                        <!-- Interne. Gestion graphique quand un sous-bloc (dans la view) est normalisé. 
     479--> 
    468480                        <method name="onNormalizeSubBlock"> 
    469481                                <parameter name="pEvent"/> 
     
    623635                <content align="center"> 
    624636                        <children> 
    625                                         <xul:stack> 
    626                                                 <xul:hbox class="tabLabel"> 
    627                                 <xul:image class="tabLabelIco" xbl:inherits="src=image"/> 
    628                                         <xul:label class="tabLabelTxt small-margin" xbl:inherits="value=label"/> 
    629                                                 </xul:hbox> 
    630                                                 <xul:hbox class="tabTools" pack="end" align="top"> 
    631                                                         <xul:hbox anonid="tabToolBar"> 
    632                                                     <xul:toolbarbutton anonid="closeBtn" hidden="true" xbl:inherits="hidden=notClosable" oncommand="document.getBindingParent(this).closeTab();"/> 
    633                                                         </xul:hbox> 
    634                                                 </xul:hbox> 
    635                                         </xul:stack> 
     637                                        <xul:hbox class="tabLabel"> 
     638                        <xul:image class="tabLabelIco" xbl:inherits="src=image"/> 
     639                                <xul:label class="tabLabelTxt small-margin" xbl:inherits="value=label"/> 
     640                                        </xul:hbox> 
     641                            <xul:toolbarbutton anonid="closeBtn" class="closeBtn" hidden="true" xbl:inherits="hidden=notClosable" oncommand="document.getBindingParent(this).closeTab();"/> 
    636642            </children> 
    637643                </content> 
     
    774780                        </method> 
    775781                         
    776                         <!-- Doit être appelé en cas de changement des propriétés (label, icon, longdesc). --> 
     782                        <!-- Doit être appelé en cas de changement des propriétés (label, icon, longdesc). 
     783--> 
    777784                        <method name="onDefinitionUpdates"> 
    778785                                <body><![CDATA[ 
Note: See TracChangeset for help on using the changeset viewer.