[Zope] Re: Propertysheets
Jim Washington
jwashin@vt.edu
Fri, 07 Feb 2003 11:37:06 -0500
Arjan Huijzer wrote:
>Maik,
>
>Thanks for your answer, but I forgot to mention that I
>am working with a ZClass. This ZClass has two
>propertysheets: A and B. What I would like to
>accomplish is put a property of type "selection" on
>propertysheet A that uses a property of type "lines"
>that is defined on propertysheet B. In the end the
>users will only be able to view/edit the properties on
>propertysheet A.
>
>Hopefully you (or someone else) can help me out here.
>Thanks in advance,
>
>
>
It will work just the same way. In your ZClass Product (inside
Control_Panel), it will look broken and say (No value for *), but
instances will work fine. Also, you do not need to preface the name of
the source with the propertysheet; just give the name of the source list.
-- Jim Washington