Ticket #33 (new enhancement)

Opened 3 years ago

Last modified 3 years ago

Structure type

Reported by: anonymous Assigned to: somebody
Priority: normal Milestone:
Component: types Version:
Severity: normal Keywords:
Cc:

Description

A structure is a collection of other types and would likely be rendered as a group of fields.

class Address(Structure):
    number = String()
    street = String()
    city = String()
    county = String()
    postcode = String()

I'm not sure what the API would be to specifiy widgets for parts of the structure.

Change History

01/06/06 00:40:31 changed by anonymous

  • type changed from defect to enhancement.
  • component changed from css to types.