diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-08-16 13:11:24 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-08-16 13:11:24 +0000 |
commit | a990ccca6421b33f673316a415d41a0e3f45caee (patch) | |
tree | d063ff11a55a231a15719ccf9c96e6a5da36b21e /xmlscript/dtd | |
parent | 342d1120d7c730b637c065aba6d3e4966b1643df (diff) |
#91149# support events for titledbox, text
Diffstat (limited to 'xmlscript/dtd')
-rw-r--r-- | xmlscript/dtd/dialog.dtd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/dtd/dialog.dtd b/xmlscript/dtd/dialog.dtd index 485382935f45..01aa6f0d1fcf 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.16 2001-08-07 10:55:46 dbo Exp $ + $Id: dialog.dtd,v 1.17 2001-08-16 14:11:24 dbo Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -218,14 +218,14 @@ dlg:tabstop %boolean; #IMPLIED > -<!ELEMENT dlg:titledbox (dlg:title?, dlg:radio*, (%control;)*)> +<!ELEMENT dlg:titledbox (dlg:title?, dlg:radio*, (%control;)*, (%event;)*)> <!ATTLIST dlg:titledbox %default-attributes; > <!ELEMENT dlg:title EMPTY> <!ATTLIST dlg:title dlg:value CDATA #IMPLIED > -<!ELEMENT dlg:text EMPTY> +<!ELEMENT dlg:text ((%event;)*)> <!ATTLIST dlg:text %default-attributes; dlg:align (left|center|right|none) #IMPLIED dlg:multiline %boolean; #IMPLIED |