[Tutor] List of class instances

Jan Eden lists at janeden.org
Tue Sep 20 11:20:09 CEST 2005


Hi,

I'd like to form a list of class instances. The following does not work (TextfieldLong, Textarea, TextfieldShort etc being class names):

    fields = [
        TextfieldLong(name='title', label='Seitentitel', value=''),
        Textarea(name='content', label='Inhalt', value=''),
        ShortField(name='mother_id', label='MotherID', value=1)
    ]
    
Is there a way to create such a list?

Thanks in advance,

Jan
-- 
Any sufficiently advanced technology is indistinguishable from a Perl script. - Programming Perl


More information about the Tutor mailing list