Closed GoogleCodeExporter closed 9 years ago
Implemented to support hidden or readOnly timestamp fields in the edit tool
A tool configuration for a field of an editTool with a readOnly timestamp might
look as follows:
{
name: "DATENTERED",
auto_timestamp : "Y-m-d\TH:i:s.ms"
}
A hidden timestamp field might look as follows:
{
name: "DATENTERED",
auto_timestamp : "Y-m-d\TH:i:s.ms",
hidden: true
}
Original comment by maric423@gmail.com
on 7 Feb 2012 at 2:51
Original comment by maric423@gmail.com
on 7 Feb 2012 at 2:51
Original comment by Aleda.Fr...@state.ma.us
on 22 Feb 2012 at 4:00
Original issue reported on code.google.com by
Aleda.Fr...@state.ma.us
on 23 Jan 2012 at 2:17