quintonm    2003/01/15 15:27:22

  Modified:    src/dtd  intake.dtd
  Log:
  Added displaySize field attribute
  
  Revision  Changes    Path
  1.6       +5 -1      jakarta-turbine-2/src/dtd/intake.dtd
  
  Index: intake.dtd
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-2/src/dtd/intake.dtd,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- intake.dtd        15 Jan 2003 22:42:55 -0000      1.5
  +++ intake.dtd        15 Jan 2003 23:27:22 -0000      1.6
  @@ -94,6 +94,9 @@
   
                   Default: name
   
  +displaySize:    An optional size value to use when create the HTML input tag
  +                for this field.
  +
   type:           Type of data contained in the field.
   
                   Default: "String"
  @@ -157,6 +160,7 @@
     key CDATA #REQUIRED
     name CDATA #REQUIRED
     displayName CDATA #IMPLIED
  +  displaySize CDATA #IMPLIED
     type ( boolean | BigDecimal | int  | float | FileItem
          | String | DateString  | StringKey | NumberKey
          | ComboKey | double ) "String"
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to