Update of /cvsroot/ooc/libpobj
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15874
Modified Files:
dictionary.dtd
Log Message:
Add `boolean' to `type'. Add `password' to `inputClass'.
Index: dictionary.dtd
===================================================================
RCS file: /cvsroot/ooc/libpobj/dictionary.dtd,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- dictionary.dtd 29 May 2006 12:31:49 -0000 1.74
+++ dictionary.dtd 6 Jun 2006 09:11:23 -0000 1.75
@@ -67,7 +67,7 @@
-<!ENTITY % type "typeRef|reference|int32|numeric|string|date|timeStampDec|set|hash|stack|nestedClass|booleanWrapper|blob|clob">
+<!ENTITY % type "typeRef|reference|int32|numeric|string|date|timeStampDec|set|hash|stack|nestedClass|boolean|booleanWrapper|blob|clob">
<!ENTITY % formEntry "inputEntry|textAreaEntry|fileEntry|arrayEntry|recordEntry|radioEntry|linkEntry|buttonEntry|textEntry|spacerEntry|headingEntry">
@@ -1329,7 +1329,7 @@
title CDATA #IMPLIED
renderAs (text|hidden|disabled|input) "input"
layout (pullIn|pullInCell|noHeaderCell|standard) "standard"
- inputClass (checkbox|selectBox|standard) "standard"
+ inputClass (checkbox|selectBox|password|standard) "standard"
normalization (collapseWhitespace|no) "collapseWhitespace">
<!-- A special kind of input entry for multiple lines of text. See inputEntry
|