зеркало из https://github.com/mozilla/pjs.git
45 строки
1.5 KiB
XML
45 строки
1.5 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
- The contents of this file are subject to the Mozilla Public
|
|
- License Version 1.1 (the "License"); you may not use this file
|
|
- except in compliance with the License. You may obtain a copy of
|
|
- the License at http://www.mozilla.org/MPL/
|
|
-
|
|
- Software distributed under the License is distributed on an "AS
|
|
- IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
- implied. See the License for the specific language governing
|
|
- rights and limitations under the License.
|
|
-
|
|
- The Original Code is Mozilla.org code.
|
|
-
|
|
- The Initial Developer of the Original Code is Håkan Waara.
|
|
- Portions created by Håkan Waara are Copyright (C),
|
|
- Håkan Waara. All Rights Reserved.
|
|
-
|
|
- Contributor(s): Håkan Waara (Original Author)
|
|
-->
|
|
|
|
<bindings id="spinbuttonsBindings"
|
|
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="spinbuttons"
|
|
extends="chrome://global/content/bindings/spinbuttons.xml#spinbuttons-baseline">
|
|
<resources>
|
|
<stylesheet src="chrome://global/skin/spinbuttons.css"/>
|
|
</resources>
|
|
</binding>
|
|
|
|
<binding id="spinbuttons-baseline">
|
|
<content>
|
|
<xul:vbox flex="1" align="center">
|
|
<xul:image xbl:inherits="onclick=onup" id="upButton" class="up"/>
|
|
<xul:image xbl:inherits="onclick=ondown" id="downButton" class="down"/>
|
|
</xul:vbox>
|
|
</content>
|
|
</binding>
|
|
|
|
</bindings>
|