Files
Mozilla/mozilla/extensions/python/dom/test/pyxultest/python_overlay.xul
mhammond%skippinet.com.au 8a570e68da Support scripttype= at the root node, and add overlay tests.
git-svn-id: svn://10.0.0.236/branches/DOM_AGNOSTIC_BRANCH@179891 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-09 03:01:43 +00:00

13 lines
342 B
XML

<?xml version="1.0"?>
<overlay id="python_overlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
scripttype="application/x-python"
>
<hbox id="language_box">
<button id="but_python" label="click for Python"
oncommand="print 'hello from Python'"/>
</hbox>
</overlay>