home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Minami 80
/
MINAMI80.iso
/
Extra
/
DivXInstaller.exe
/
$PLUGINSDIR
/
GoogleToolbarFirefox.msi
/
xpi
/
chrome
/
tb-amulet-of-protection
/
content
/
textbutton.xml
< prev
next >
Wrap
Extensible Markup Language
|
2006-05-15
|
955b
|
29 lines
<?xml version="1.0"?>
<!-- This XBL implements a text button, text that has non-button
appearance, but button behavior (commands, accesskey, etc). Note that
the text of the button will not word wrap. Use an html:a in conjunction
with an onclick=goDoCommand(whatever) if you want something that wraps. -->
<bindings id="amulet-text-button-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">
<binding id="amulet-text-button"
extends="chrome://global/content/bindings/button.xml#button">
<resources>
<stylesheet
src="chrome://tb-amulet-of-protection/content/textbutton.css" />
</resources>
<content>
<children>
<xul:label
class="button-text" xbl:inherits="value=label,accesskey,crop,onmouseover,onmouseout," />
</children>
</content>
</binding>
</bindings>