<?xml version="1.0"?> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <window id="Hello" title="Hello" orient="horizontal" width="250" height="100" screenX="500" screenY="500" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> <script> function clicked(){ alert('Hello World!'); } </script> <button label="Push Me!" oncommand="clicked()" /> </window>
Copyright 2008-2020 Herve Girod. All Rights Reserved. Documentation and source under the LGPL licence