diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2002-03-06 14:23:47 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2002-03-06 14:23:47 +0000 |
commit | c58d209b788f1c831df967e4d2700bac7d5d57c3 (patch) | |
tree | bdb062ae989ef54aeafe0765a5b7bc1c1f9d15d4 /xmlscript/dtd | |
parent | 366066dd59ae936d7f7a63211f2b3c50d10e1ed8 (diff) |
#97409# added missing attributes to dtd
Diffstat (limited to 'xmlscript/dtd')
-rw-r--r-- | xmlscript/dtd/dialog.dtd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xmlscript/dtd/dialog.dtd b/xmlscript/dtd/dialog.dtd index d1751b8e8d62..69f5a114ee17 100644 --- a/xmlscript/dtd/dialog.dtd +++ b/xmlscript/dtd/dialog.dtd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: dialog.dtd,v 1.21 2001-10-22 08:52:19 dbo Exp $ + $Id: dialog.dtd,v 1.22 2002-03-06 15:23:47 dbo Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -175,6 +175,8 @@ dlg:value CDATA #IMPLIED dlg:default %boolean; #IMPLIED dlg:tabstop %boolean; #IMPLIED + dlg:image-src CDATA #IMPLIED + dlg:image-align (top|left|right|bottom) #IMPLIED dlg:button-type (standard|ok|cancel|help) #IMPLIED > @@ -273,6 +275,7 @@ dlg:value-max %numeric; #IMPLIED dlg:value-step %numeric; #IMPLIED dlg:spin %boolean; #IMPLIED + dlg:prepend-symbol %boolean; #IMPLIED > <!ELEMENT dlg:datefield ((%event;)*)> @@ -285,6 +288,7 @@ dlg:value-min CDATA #IMPLIED dlg:value-max CDATA #IMPLIED dlg:spin %boolean; #IMPLIED + dlg:dropdown %boolean; #IMPLIED > <!ELEMENT dlg:numericfield ((%event;)*)> |