зеркало из https://github.com/mozilla/pjs.git
30 строки
705 B
XML
30 строки
705 B
XML
<?xml version="1.0"?>
|
|
|
|
<bindings id="fieldsetBindings"
|
|
xmlns="http://www.mozilla.org/xbl"
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<binding id="fieldset" extends="xul:titledbox">
|
|
<content>
|
|
<xul:box class="fieldset-title" autostretch="never" orient="vertical">
|
|
<children includes="legend"/>
|
|
</xul:box>
|
|
<xul:box flex="1" class="fieldset-body">
|
|
<xul:html flex="1">
|
|
<children/>
|
|
</xul:html>
|
|
</xul:box>
|
|
</content>
|
|
</binding>
|
|
|
|
<binding id="legend" extends="xul:box">
|
|
<content>
|
|
<xul:html flex="1">
|
|
<children/>
|
|
</xul:html>
|
|
</content>
|
|
</binding>
|
|
|
|
</bindings>
|
|
|
|
|