[Zope3-Users] absoluteURL in TAL

Florian Lindner mailinglists at xgm.de
Mon Feb 21 12:42:53 EST 2005


Am Montag, 21. Februar 2005 14:18 schrieben Sie:
> On Monday 21 February 2005 11:19, Florian Lindner wrote:
> > And for the future avoidance of such stupid questions: How could I have
> > found out myself? Is there any list attributes/methods of a IContentType
> > objeckt accessable in ZPTs? Somewhere hid in the apidoc? ;-)
>
> Actually, the apidoc tool is perfect for these type of questions. If you
> look for all browser views for Interface, you would have found it. This
> will become even better once I check in the revised apidoc code, where you
> can see all views for a particular interface. The introspector will change
> to use apidoc. So you click on "Introspector" and then on any interface.

> Oh, another way will be to go to "Interface Types" in apidoc, click on
> "IContentType" and select your content type.

Sorry, there is only:


CS.Linklist.interfaces.ILink

 Type: IContentType 

This interface stores information about a URL.

Basen

zope.interface.Interface 

Attribute/Felder

 name * - TextLine (voreingestellt = None)
 
Name
 

Short name

 
URL * - TextLine (voreingestellt = None)
 
URL
 

The URL.

 
description - Text (voreingestellt = None)
 
Description
 

Longer description of the link

 

Methoden

__setitem__(name, object) 
 

Add a ILink object.

 

Adapter


Es gibt keine registrierten Adapter für diese Schnittstelle. 


Weitere Informationen


Fabriken

Eine Liste von Fabriken, die diejenigen Objekte erstellen, die diese 
Schnittstelle implementieren.
BrowserAdd__CS.Linklist.link.Link 
CS.Linklist.link.Link


But nothing mentions absoluteURL or something like that.

Thx,

Florian


More information about the Zope3-users mailing list