- Timestamp:
- 03/03/10 11:46:37 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Core/content/scenariCore/widgets/matrix/matrix.xbl.xml
r15004 r15007 48 48 </content> 49 49 <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 --> 51 52 <method name="initMatrix"> 52 53 <body><![CDATA[ … … 57 58 ]]></body> 58 59 </method> 59 <!-- Doit être appelé suite à un ajout / suppresion de slots / slotSet. --> 60 <!-- Doit être appelé suite à un ajout / suppresion de slots / slotSet. 61 --> 60 62 <method name="onMatrixUpdates"> 61 63 <body><![CDATA[ … … 112 114 ]]></body> 113 115 </method> 114 <!-- Doit être appelé suite à un ajout / suppresion de slots / slotSet. --> 116 <!-- Doit être appelé suite à un ajout / suppresion de slots / slotSet. 117 --> 115 118 <method name="onMatrixUpdates"> 116 119 <body><![CDATA[ … … 182 185 </property> 183 186 184 <!-- Doit être appelé pour initialiser le slot (cf matrix.initMatrix()). --> 187 <!-- Doit être appelé pour initialiser le slot (cf matrix.initMatrix()). 188 --> 185 189 <method name="initSlot"> 186 190 <body><![CDATA[ … … 199 203 </method> 200 204 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 --> 202 207 <method name="onViewDefinitionUpdates"> 203 208 <parameter name="pView"/> … … 276 281 277 282 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 --> 279 285 <method name="onSelectedView"> 280 286 <parameter name="pEvent"/> … … 290 296 </method> 291 297 292 <!-- Interne. Redessine les contours des onglets en fonction de views. --> 298 <!-- Interne. Redessine les contours des onglets en fonction de views. 299 --> 293 300 <method name="redrawSructTabs"> 294 301 <parameter name="pSelectedView"/> … … 385 392 </method> 386 393 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 --> 388 396 <method name="setNewViewShown"> 389 397 <parameter name="pView"/> … … 431 439 <!-- Interne. Diffuse un évènement informant du changement de view. 432 440 Non implémenté dans le slot de base. 433 Voir les slotContents. --> 441 Voir les slotContents. 442 --> 434 443 <method name="dispatchChange"> 435 444 <parameter name="pOldView"/> … … 440 449 </method> 441 450 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 --> 443 453 <method name="noViewSelected"> 444 454 <body><![CDATA[ … … 447 457 </method> 448 458 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 --> 450 461 <method name="onMaximizeSubBlock"> 451 462 <parameter name="pEvent"/> … … 465 476 ]]></body> 466 477 </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 --> 468 480 <method name="onNormalizeSubBlock"> 469 481 <parameter name="pEvent"/> … … 623 635 <content align="center"> 624 636 <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();"/> 636 642 </children> 637 643 </content> … … 774 780 </method> 775 781 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 --> 777 784 <method name="onDefinitionUpdates"> 778 785 <body><![CDATA[
Note: See TracChangeset
for help on using the changeset viewer.