API Documentation

Dynamic type interface.

$Id: Dynamic.py,v 1.2.14.2 2004/04/23 21:11:34 sidnei Exp $


class DynamicType

General interface for dynamic items.


Methods

getIcon(relative_to_portal=0):

This method returns the path to an object's icon. It is used in the folder_contents view to generate an appropriate icon for the items found in the folder.

If the content item does not define an attribute named "icon" this method will return the path "/misc_/dtmldoc.gif", which is the icon used for DTML Documents.

If relative_to_portal is true, return only the portion of the icon's URL which finds it "within" the portal; otherwise, return it as an absolute URL.