home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / mac / mozilla-macos9-1.3.1.sea.bin / Mozilla1.3.1 / Chrome / comm.jar / content / communicator / sidebar / sidebarBindings.xml < prev    next >
Extensible Markup Language  |  2003-06-08  |  948b  |  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="texttab">
  9.     <content>
  10.       <xul:image class="box-texttab-left"/>
  11.       <xul:vbox class="box-texttab-text-container" xbl:inherits="value" flex="1">
  12.         <xul:spacer flex="1"/>
  13.         <xul:label class="box-texttab-text" xbl:inherits="value=label" crop="right"/>
  14.         <xul:spacer flex="1"/>
  15.       </xul:vbox>
  16.       <xul:image class="box-texttab-right"/>
  17.       <xul:spacer class="box-texttab-right-space"/>
  18.     </content>
  19.   </binding>
  20.  
  21.   <binding id="sidebar-header-box" extends="xul:box">
  22.     <content align="center">
  23.       <xul:label class="sidebar-header-text" xbl:inherits="value=label,crop" crop="right" flex="1"/>
  24.       <xul:box>
  25.         <children/>
  26.       </xul:box>
  27.     </content>
  28.   </binding>
  29.   
  30. </bindings>
  31.