INTEGRATION: CWS tkr01 (1.25.40); FILE MERGED

2007/06/26 10:03:11 tkr 1.25.40.1: #i78846# Enable TreeControl support
This commit is contained in:
Rüdiger Timm 2007-07-03 11:56:35 +00:00
parent dcd466ef40
commit 4acb4ef3b0

View file

@ -5,9 +5,9 @@
$RCSfile: dialog.dtd,v $ $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 Contents of this file are made available subject to
the terms of GNU Lesser General Public License Version 2.1. the terms of GNU Lesser General Public License Version 2.1.
@ -268,6 +268,17 @@
dlg:readonly %boolean; #IMPLIED 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;)*)> <!ELEMENT dlg:currencyfield ((%event;)*)>
<!ATTLIST dlg:currencyfield %default-attributes; <!ATTLIST dlg:currencyfield %default-attributes;
dlg:tabstop %boolean; #IMPLIED dlg:tabstop %boolean; #IMPLIED