[Zope3-Users] Overriding cssClass on all input widgets

2007-08-24 Thread Greg Baker
I'm trying to make a skin for my program, but am having trouble getting the input forms converted over. I have a skin created by a graphic artist, my problem now is figuring out how to change the cssClass attribute for all my widgets. Currently my forms are registered like this:

[Zope3-Users] Rendering subobjects in pages

2007-08-06 Thread Greg Baker
How can I specify a template to render a sub-object within one of my content objects? For example, pretend I have a Contact object which contains a Person object. I am rendering the Contact object through a page template. class Contact: person = Person() In all the examples I see,

[Zope3-Users] Sorry about that last email

2007-05-11 Thread Greg Baker
Hrm, it appears that ctrl-enter in kmail actually sends emails... Sorry about that last one.. Anyway, my question: interfaces.py: -- class IReport(Interface): containers(IReportContainer) class IReportContainer(IContainer): contains(IReport) the above two classes

[Zope3-Users] Circular dependency issue

2007-05-11 Thread Greg Baker
How do I resolve the following: ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Still stuck without views.

2007-05-07 Thread Greg Baker
On May 7, 2007 01:07:52 pm Robert Norman wrote: Hi again, I'm trying to learn Zope through the Web Component Development book and find myself stuck implementing simple views. This was posted earlier but and I've worked on it since but feel totally unable to proceed. I'm working on WinXP. I

[Zope3-Users] Problem with @@absolute_url

2007-04-30 Thread Greg Baker
I have no idea how to get the absolute url of an adapted object, or even if its possible. If you can, please bear with me and I'll try to explain myself clearly. Consider this example (simple object and adapter): class IStudent: Simple student object studentNumber = StudentNumber(

Re: [Zope3-Users] Problem with @@absolute_url

2007-04-30 Thread Greg Baker
the 'not enough context' error. Guess I will try using Maciej's way. Hopefully that will work for me. Greg Christophe Greg Baker a écrit : I have no idea how to get the absolute url of an adapted object, or even if its possible. If you can, please bear with me and I'll try to explain myself