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:
parent
dcd466ef40
commit
4acb4ef3b0
1 changed files with 13 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue