[Zope] Selection Box
John Glossner
glossner@hotmail.com
Tue, 19 Oct 1999 07:39:17 -0700
> > I have a ZClass called LinkClassification to which I have attached
> > a property link_class which is assigned to value link_class_data.
> >
> > My question is where do I create the variable link_class_data?
> > I think it should be as another property in the same directory.
> > When I do this the zope management screen hangs.
>
[Ian Blenke wrote...]
> link_class_data must be in the appropriate namespace to be visible
> to the propertysheet.
>
[clip...]
>
> 2. Define it as a method that returns an array of items, ie:
> <dtml-return "('Option 1','Option 2')">
>
Thanks! This worked very well.