sunet-commit
[Top] [All Lists]

[Sunet-commit] sunet/httpd/surflets surflet-input-fields.scm input-field

To: sunet-commit@lists.sourceforge.net
Subject: [Sunet-commit] sunet/httpd/surflets surflet-input-fields.scm input-fields.scm packages.scm surflets-structures.txt
From: Andreas Bernauer <interp@users.sourceforge.net>
Date: Wed Apr 16 05:31:13 2003
List-id: <sunet-commit.lists.sourceforge.net>
Sender: sunet-commit-admin@lists.sourceforge.net
Update of /cvsroot/sunet/sunet/httpd/surflets
In directory sc8-pr-cvs1:/tmp/cvs-serv7169

Modified Files:
        input-fields.scm packages.scm surflets-structures.txt 
Added Files:
        surflet-input-fields.scm 
Log Message:
! Redesign of input-fields.
+ Split input-fields into two structures: 
  + surflets/my-input-fields allows you to create your own input-fields.
    (complete with structure surflets/input-field-value)
  + surflets/surflet-input-fields are the proposals for input-fields
    from SUrflets. They support annotated input-fields where
    appropriate (select, radio, checkbox, hidden) and changing of attributes,
    e.g. default values. See test.scm for examples.
  The interface of the structure SURFLETS has only changed slightly
  concerning the input fields 
  (make-higher-input-field --> make-multi-input-field should be the 
  main change)
+ Adapt examples to new input-field interface
+ Note new structures in documentation.



<Prev in Thread] Current Thread [Next in Thread>
  • [Sunet-commit] sunet/httpd/surflets surflet-input-fields.scm input-fields.scm packages.scm surflets-structures.txt, Andreas Bernauer <=