summaryrefslogtreecommitdiff
path: root/xmlscript/dtd
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-09-19 07:46:35 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-09-19 07:46:35 +0000
commit2eab3c713a7d64dc60013ffcb44e331635058acc (patch)
tree4a51af626d2c2f9092aeec5066669e9241852692 /xmlscript/dtd
parent1f7cafbbedf569ab089e4bab8c24e656cdef00f7 (diff)
#92181# supporting formattedfield
Diffstat (limited to 'xmlscript/dtd')
-rw-r--r--xmlscript/dtd/dialog.dtd48
1 files changed, 33 insertions, 15 deletions
diff --git a/xmlscript/dtd/dialog.dtd b/xmlscript/dtd/dialog.dtd
index 01aa6f0d1fcf..e7431af6d400 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.17 2001-08-16 14:11:24 dbo Exp $
+ $Id: dialog.dtd,v 1.18 2001-09-19 08:46:32 dbo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -73,9 +73,9 @@
">
<!ENTITY % event "(script:event|
- script:listener-event|
- dlg:event
- )">
+ script:listener-event|
+ dlg:event
+ )">
<!ENTITY % control "(dlg:bulletinboard|
dlg:button|
@@ -93,6 +93,7 @@
dlg:numericfield|
dlg:currencyfield|
dlg:patternfield|
+ dlg:formattedfield|
dlg:fixedline|
dlg:progressmeter|
dlg:scrollbar
@@ -142,18 +143,18 @@
<!ELEMENT script:event EMPTY>
<!ATTLIST script:event script:location CDATA #IMPLIED
- script:language CDATA #REQUIRED
- script:macro-name CDATA #REQUIRED
+ script:language CDATA #REQUIRED
+ script:macro-name CDATA #REQUIRED
script:event-name CDATA #REQUIRED
- >
+ >
<!ELEMENT script:listener-event EMPTY>
<!ATTLIST script:listener-event script:location CDATA #IMPLIED
- script:language CDATA #REQUIRED
- script:macro-name CDATA #REQUIRED
- script:listener-type CDATA #REQUIRED
- script:listener-method CDATA #REQUIRED
- script:listener-param CDATA #IMPLIED
- >
+ script:language CDATA #REQUIRED
+ script:macro-name CDATA #REQUIRED
+ script:listener-type CDATA #REQUIRED
+ script:listener-method CDATA #REQUIRED
+ script:listener-param CDATA #IMPLIED
+ >
<!-- deprecated -->
<!ELEMENT dlg:event EMPTY>
<!ATTLIST dlg:event dlg:listener-type CDATA #REQUIRED
@@ -227,7 +228,7 @@
<!ELEMENT dlg:text ((%event;)*)>
<!ATTLIST dlg:text %default-attributes;
- dlg:align (left|center|right|none) #IMPLIED
+ dlg:align (left|center|right) #IMPLIED
dlg:multiline %boolean; #IMPLIED
dlg:value CDATA #IMPLIED
>
@@ -235,7 +236,7 @@
<!ELEMENT dlg:textfield ((%event;)*)>
<!ATTLIST dlg:textfield %default-attributes;
dlg:tabstop %boolean; #IMPLIED
- dlg:align (left|center|right|none) #IMPLIED
+ dlg:align (left|center|right) #IMPLIED
dlg:readonly %boolean; #IMPLIED
dlg:echochar CDATA #IMPLIED
dlg:hard-linebreaks %boolean; #IMPLIED
@@ -320,6 +321,23 @@
dlg:literal-mask CDATA #IMPLIED
>
+<!ELEMENT dlg:formattedfield ((%event;)*)>
+<!ATTLIST dlg:formattedfield %default-attributes;
+ dlg:tabstop %boolean; #IMPLIED
+ dlg:readonly %boolean; #IMPLIED
+ dlg:align (left|center|right) #IMPLIED
+ dlg:format-code CDATA #REQUIRED
+ dlg:format-locale CDATA #REQUIRED
+ dlg:strict-format %boolean; #IMPLIED
+ dlg:value-default CDATA #IMPLIED
+ dlg:value-max %numeric; #IMPLIED
+ dlg:value-min %numeric; #IMPLIED
+ dlg:value %numeric; #IMPLIED
+ dlg:maxlength %numeric; #IMPLIED
+ dlg:spin %boolean; #IMPLIED
+ dlg:text CDATA #IMPLIED
+ >
+
<!ELEMENT dlg:fixedline ((%event;)*)>
<!ATTLIST dlg:fixedline %default-attributes;
dlg:align (horizontal|vertical) #IMPLIED