summaryrefslogtreecommitdiff
path: root/xmlscript/dtd
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-04-04 13:35:09 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-04-04 13:35:09 +0000
commitcf5ace8b4f8bde7a123239ff592b2dcc535d2352 (patch)
treeefff08250ec857194a23c08bd792ed08830e7c74 /xmlscript/dtd
parent366bc9051891fba91d76a02d8c2b94e16db2e0fc (diff)
#85648# fixed dialog model properties
Diffstat (limited to 'xmlscript/dtd')
-rw-r--r--xmlscript/dtd/dialog.dtd9
1 files changed, 5 insertions, 4 deletions
diff --git a/xmlscript/dtd/dialog.dtd b/xmlscript/dtd/dialog.dtd
index 21dcf5c4884b..b2946572b4cd 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.10 2001-03-22 15:43:06 dbo Exp $
+ $Id: dialog.dtd,v 1.11 2001-04-04 14:35:07 dbo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -68,7 +68,8 @@
dlg:printable %boolean; #IMPLIED
dlg:page %numeric; #IMPLIED
dlg:tag CDATA #IMPLIED
- dlg:helptext CDATA #IMPLIED
+ dlg:help-text CDATA #IMPLIED
+ dlg:help-url CDATA #IMPLIED
">
<!ENTITY % control "(dlg:bulletinboard|
@@ -89,12 +90,13 @@
dlg:patternfield
)">
-<!ELEMENT dlg:window (dlg:styles*, dlg:bulletinboard*)>
+<!ELEMENT dlg:window (dlg:styles*, dlg:event*, dlg:bulletinboard*)>
<!ATTLIST dlg:window dlg:id CDATA #REQUIRED
dlg:left %numeric; #IMPLIED
dlg:top %numeric; #IMPLIED
dlg:width %numeric; #IMPLIED
dlg:height %numeric; #IMPLIED
+ dlg:style-id CDATA #IMPLIED
dlg:title CDATA #IMPLIED
dlg:page %numeric; #IMPLIED
dlg:tag CDATA #IMPLIED
@@ -185,7 +187,6 @@
dlg:tabstop %boolean; #IMPLIED
dlg:value CDATA #IMPLIED
dlg:checked %boolean; #IMPLIED
- dlg:tristate %boolean; #IMPLIED
>
<!ELEMENT dlg:titledbox (dlg:title?, dlg:radio*, (%control;)*)>