mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
14 lines
395 B
Text
14 lines
395 B
Text
<bindings xmlns="http://www.mozilla.org/xbl"
|
|
xmlns:xbl="http://www.mozilla.org/xbl"
|
|
xmlns:html="http://www.w3.org/1999/xhtml">
|
|
<binding id="test">
|
|
<content>
|
|
<children/>
|
|
Binding Attached
|
|
</content>
|
|
<implementation>
|
|
<property name="xblBoundProperty" onget="return 1;"
|
|
exposeToUntrustedContent="true"/>
|
|
</implementation>
|
|
</binding>
|
|
</bindings>
|