home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / internet / temathun / Apollo.jar / global / globalBindings.xml < prev    next >
Encoding:
Extensible Markup Language  |  2003-11-24  |  1.1 KB  |  31 lines

  1. <?xml version="1.0"?>
  2.  
  3. <bindings id="globalBindings"
  4.    xmlns="http://www.mozilla.org/xbl"
  5.    xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  6.    xmlns:xbl="http://www.mozilla.org/xbl">
  7.  
  8.   <binding id="radio"
  9.            extends="chrome://global/content/bindings/radio.xml#radio">
  10.     <content>
  11.       <xul:hbox class="radio-check-box1" xbl:inherits="selected,checked,disabled">
  12.         <xul:hbox class="radio-check-box2" flex="1">
  13.           <xul:image class="radio-check" xbl:inherits="selected,checked,disabled"/>
  14.         </xul:hbox>
  15.       </xul:hbox>
  16.       <xul:hbox class="radio-label-box" xbl:inherits="flex">
  17.         <xul:image class="radio-icon" xbl:inherits="src"/>
  18.         <xul:label class="radio-label" xbl:inherits="xbl:text=label,flex,accesskey,crop"/>
  19.       </xul:hbox>
  20.     </content>
  21.   </binding>
  22.  
  23.   <binding id="toolbarpaletteitem-spacer" extends="chrome://global/content/bindings/toolbar.xml#toolbarpaletteitem">
  24.     <content>
  25.       <xul:spacer class="spacer-left"/>
  26.       <children/>
  27.       <xul:spacer class="spacer-right"/>
  28.     </content>
  29.   </binding>
  30.  
  31. </bindings>