test2.xul 667 B

1234567891011121314151617181920
  1. <?xml version="1.0"?>
  2. <!-- This Source Code Form is subject to the terms of the Mozilla Public
  3. - License, v. 2.0. If a copy of the MPL was not distributed with this
  4. - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
  5. <!DOCTYPE window [
  6. ]>
  7. <dialog id="dia"
  8. xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  9. <vbox id="things">
  10. <checkbox id="testBox" label="box" />
  11. <textbox id="textInput" size="6" value="test" label="input" />
  12. <textbox id="textInput2" size="6" value="test" label="input" />
  13. <textbox id="textInput3" class="asdf" size="6" value="test" label="input" />
  14. </vbox>
  15. </dialog>