[Zope] changing sizes of Property Sheets/Views
Andrew Diller
dillera@isc.upenn.edu
Tue, 22 Feb 2000 14:48:03 -0500 (EST)
Thanks for the information.
The critical piece that I was missing was that I needed to go create a
PropertySheet Interface in the methods view of my ZClass.
That's exactly what I was looking for.
It's obvious now, but wasn't then.
-andy
>
> That's basically it. You create your own methods that make the interface
> look like whatever you want. This is something you need to do anyway if
> you're making CatalogAware ZClasses. (You can check out KM|Net News for an
> example of this. Drill down to the KMArticle ZClass and look at "edit" and
> "postit".)
>
> Kevin
>