14
edits
(Added a very simple options.xul file and a few extra options.) |
(→Basic Example: corrected titles) |
||
| Line 101: | Line 101: | ||
(That gives you a dialog box.) | (That gives you a dialog box.) | ||
<dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" title = " | <dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" title = "myTitle" | ||
id = "myDialogName" | id = "myDialogName" | ||
onload = "onLoad()" | onload = "onLoad()" | ||
edits