Source code

Revision control

Copy as Markdown

Other Tools

<script type="text/javascript">
function boom()
{
var wiz = document.createElementNS(XUL_NS, "wizard");
var btn = document.createElementNS(XUL_NS, "hbox");
btn.setAttribute("anonid", "Buttons");
wiz.appendChild(btn);
wiz.cloneNode(true);
}
</script>
</window>