toolkit/mozapps/extensions/test/browser/addons/browser_inlinesettings1_custom/binding.xml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/mozapps/extensions/test/browser/addons/browser_inlinesettings1_custom/binding.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<bindings xmlns="http://www.mozilla.org/xbl"
     1.6 +          xmlns:xbl="http://www.mozilla.org/xbl"
     1.7 +          xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     1.8 +  <binding id="custom"
     1.9 +           extends="chrome://mozapps/content/extensions/setting.xml#setting-base">
    1.10 +    <content>
    1.11 +      <xul:vbox>
    1.12 +        <xul:hbox class="preferences-alignment">
    1.13 +          <xul:label anonid="label" class="preferences-title" flex="1" xbl:inherits="xbl:text=title"/>
    1.14 +        </xul:hbox>
    1.15 +        <xul:description class="preferences-description" flex="1" xbl:inherits="xbl:text=desc"/>
    1.16 +      </xul:vbox>
    1.17 +      <xul:hbox class="preferences-alignment">
    1.18 +        <xul:label anonid="input" value="Woah!"/>
    1.19 +      </xul:hbox>
    1.20 +    </content>
    1.21 +  </binding>
    1.22 +</bindings>

mercurial