[Seaside] DateInput5 in Seaside widget preinitialized value view

Oswall Verny Arguedas C. sistecaq at gmail.com
Mon Sep 6 17:22:03 UTC 2021


Regarding dateInput5 in Seaside.
How a previously initialized date can be displayed in the form's dateInput5
widget.
I use a pre-initialized date type value that is a property of the object to
render on the form.

html label
  for: 'startDate';
  with: 'Start Date:  '.
html dateInput5
  on: #startDate of: self contract;
  id: 'startDate';
  step: 1;
  title: 'Start Date';
  value: self contrato startDate;
  required.

Widget don't render date initialized.
I can't get it to show up.

Thanks,
Oswall
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/seaside/attachments/20210906/8d74d911/attachment.html>


More information about the seaside mailing list