Adding a Regular Expression Editor (Grid) binding.
2 <!DOCTYPE window PUBLIC
3 "-//MOZILLA//DTD XUL V1.0//EN"
4 "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
6 <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
7 <?xml-stylesheet href="chrome://verbosio/content/regexp.css" ?>
8 <window id="yourapplication_window"
9 windowtype="YourApplication"
10 title="YourApplication"
11 xmlns:html="http://www.w3.org/1999/xhtml"
12 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
13 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
18 persist="screenX screenY width height"