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 >
Wrap
Extensible Markup Language
|
2010-07-12
|
957b
|
28 lines
<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:xbl="http://www.mozilla.org/xbl"
xmlns:html="http://www.w3.org/1999/xhtml">
<binding id="label"
inheritstyle="false"
extends="chrome://global/content/bindings/text.xml#text-label">
<implementation>
<property name="value">
<getter><![CDATA[
return this.getAttribute('value');
]]></getter>
<setter><![CDATA[
this.setAttribute('value', val);
this.tooltipText = val;
if (!this.crop)
this.crop = "end";
return val;
]]></setter>
</property>
</implementation>
</binding>
</bindings>