bugGNUstep - Bugs: bug #8893, GSWTextField does not handle...

Group
 
 

bug #8893: GSWTextField does not handle dateFormat attribute

Submitter:  Simon Stapleton <tufty>
Submitted:  Wed 12 May 2004 08:13:33 AM UTC
   
 
Category:  gsweb Severity:  3 - Normal
Item Group:  Bug Status:  None
Privacy:  Public Assigned to:  mguesdon
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 14 May 2004 11:13:44 AM UTC, comment #1: 

use dateformat (lowercase 'f ').
Anyway, I add an alt key with upercase F.


Manuel Guesdon <mguesdon>
Group Member
Wed 12 May 2004 08:13:33 AM UTC, original submission:  

Date formatting with a TextField should be doable either by binding dateFormat or formatter.  As it stands, it seems the only one that works is to use fomatter.  for example:

DateField : GSWTextField {
  value = myDate;
  dateFormat = "%Y";
}

should allow me to only enter 4 digit years, but instead produces this HTML:

<INPUT ... dateFormat="%Y" >

Simon Stapleton <tufty>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-05-22 FredKiefer Open/ClosedDeclined Closed
2004-05-14 mguesdon Open/ClosedOpen Declined
2004-05-14 mguesdon Assigned toNone mguesdon

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code