summaryrefslogtreecommitdiff
path: root/xmlscript/dtd
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-02-28 17:22:08 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-02-28 17:22:08 +0000
commit0dc97fcedbd8b836f3db6beeec0a2d4514e11cac (patch)
tree6eac05be33f984734206994546345456cbd67ec0 /xmlscript/dtd
parent04ad018a97dd27fa6e10c13c6145823f5791123e (diff)
further impl and bugfixing
Diffstat (limited to 'xmlscript/dtd')
-rw-r--r--xmlscript/dtd/dialog.dtd10
1 files changed, 6 insertions, 4 deletions
diff --git a/xmlscript/dtd/dialog.dtd b/xmlscript/dtd/dialog.dtd
index 57d9cfbf2b7a..4f01ebf13c88 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.2 2001-02-27 16:17:31 dbo Exp $
+ $Id: dialog.dtd,v 1.3 2001-02-28 18:22:06 dbo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -62,12 +62,14 @@
<!ENTITY % pos "dialog:left %numeric; #REQUIRED dialog:top %numeric; #REQUIRED">
<!ENTITY % size "dialog:width %numeric; #REQUIRED dialog:height %numeric; #REQUIRED">
-<!ENTITY % default-attributes "dialog:id CDATA #REQUIRED
- dialog:style-id CDATA #IMPLIED
+<!ENTITY % default-attributes "dialog:style-id CDATA #IMPLIED
+ dialog:id CDATA #REQUIRED
+ dialog:class-id CDATA #IMPLIED
+ dialog:tab-index %numeric; #IMPLIED
+ dialog:disabled %boolean; #IMPLIED
%pos;
%size;
dialog:printable %boolean; #IMPLIED
- dialog:disabled %boolean; #IMPLIED
">
<!ENTITY % control "(dialog:bulletinboard|dialog:button|dialog:checkbox|dialog:menulist|dialog:radiogroup|dialog:titledbox|dialog:textfield|dialog:text|dialog:currencyfield|dialog:filecontrol|dialog:img|dialog:datefield|dialog:numericfield|dialog:patternfield)">