summaryrefslogtreecommitdiff
path: root/xmlscript/dtd/dialog.dtd
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2002-03-06 14:23:47 +0000
committerDaniel Boelzle <dbo@openoffice.org>2002-03-06 14:23:47 +0000
commite2b17d949b4de661009ec75049389342c2343b0a (patch)
treef7b2f9993e21bc33f8fa2c18b8316353b5d08ba5 /xmlscript/dtd/dialog.dtd
parent85285f99c14bbcdd2f3cd96f407bb0b51ad414d6 (diff)
#97409# added missing attributes to dtd
Diffstat (limited to 'xmlscript/dtd/dialog.dtd')
-rw-r--r--xmlscript/dtd/dialog.dtd6
1 files changed, 5 insertions, 1 deletions
diff --git a/xmlscript/dtd/dialog.dtd b/xmlscript/dtd/dialog.dtd
index d1751b8e8d..69f5a114ee 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;)*)>