summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmlscript/dtd/dialog.dtd15
1 files changed, 13 insertions, 2 deletions
diff --git a/xmlscript/dtd/dialog.dtd b/xmlscript/dtd/dialog.dtd
index 9254cfffdeb1..c23ff9e26b21 100644
--- a/xmlscript/dtd/dialog.dtd
+++ b/xmlscript/dtd/dialog.dtd
@@ -5,9 +5,9 @@
$RCSfile: dialog.dtd,v $
- $Revision: 1.25 $
+ $Revision: 1.26 $
- last change: $Author: rt $ $Date: 2005-09-09 16:07:19 $
+ last change: $Author: rt $ $Date: 2007-07-03 12:56:35 $
The Contents of this file are made available subject to
the terms of GNU Lesser General Public License Version 2.1.
@@ -268,6 +268,17 @@
dlg:readonly %boolean; #IMPLIED
>
+<!ELEMENT dlg:treecontrol ((%event;)*)>
+<!ATTLIST dlg:treecontrol %default-attributes;
+ dlg:selectiontype CDATA #IMPLIED
+ dlg:rootdisplayed %boolean; #IMPLIED
+ dlg:showshandles %boolean; #IMPLIED
+ dlg:showsroothandles %boolean; #IMPLIED
+ dlg:rowheight %boolean; #IMPLIED
+ dlg:editable %numeric; #IMPLIED
+ dlg:invokesstopnodeediting %boolean; #IMPLIED
+ >
+
<!ELEMENT dlg:currencyfield ((%event;)*)>
<!ATTLIST dlg:currencyfield %default-attributes;
dlg:tabstop %boolean; #IMPLIED