home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / AIMP2 / aimp_2.61.583.exe / $TEMP / YandexPackSetup.msi / filD1DA83248ECF3DDF75254CC39C6C9980 < prev    next >
Extensible Markup Language  |  2010-07-12  |  957b  |  28 lines

  1. <?xml version="1.0"?>
  2.  
  3. <bindings xmlns="http://www.mozilla.org/xbl"
  4.           xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  5.           xmlns:xbl="http://www.mozilla.org/xbl"
  6.           xmlns:html="http://www.w3.org/1999/xhtml">
  7.     
  8.     <binding id="label"
  9.              inheritstyle="false"
  10.              extends="chrome://global/content/bindings/text.xml#text-label">
  11.         
  12.         <implementation>
  13.             <property name="value">
  14.                 <getter><![CDATA[
  15.                     return this.getAttribute('value');
  16.                 ]]></getter>
  17.                 <setter><![CDATA[
  18.                     this.setAttribute('value', val);
  19.                     this.tooltipText = val;
  20.                     if (!this.crop)
  21.                         this.crop = "end";
  22.                     return val;
  23.                 ]]></setter>
  24.             </property>
  25.         </implementation>
  26.     </binding>
  27. </bindings>
  28.