Mozdev
mozilla/verbosio/core/content/regexpTest.xul
author Alex Vincent@SKYFIREDEMO1
Thu Aug 14 03:23:11 2008 -0700 (18 months ago)
changeset 9 31d8c997dbf0
permissions -rw-r--r--
Adding a Regular Expression Editor (Grid) binding.
     1 <?xml version="1.0"?>
     2 <!DOCTYPE window PUBLIC
     3   "-//MOZILLA//DTD XUL V1.0//EN"
     4   "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     5 
     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"
    14         width="800"
    15         height="600"
    16         screenX="20"
    17         screenY="20"
    18         persist="screenX screenY width height"
    19         >
    20   <regexp-grid/>
    21 </window>