Part of lp.app.browser.tales View In Hierarchy
| Method | link | Return an HTML link to the object's page. |
Inherited from ObjectFormatterAPI:
| Method | __init__ | Undocumented |
| Method | url | Return the object's canonical URL. |
| Method | api_url | Return the object's (partial) canonical web service URL. |
| Method | traverse | Traverse the specified path, processing any optional parameters. |
| Method | global_css | Undocumented |
| Method | pagetitle | The page title to be used. |
| Method | _getSaneBreadcrumbDetail | Undocumented |
The link consists of an icon followed by the object's name.
| Parameters | view_name | If not None, the link will point to the page with that name on this object. |
| rootsite | If not None, return the URL to the page on the specified rootsite. Note this is available only for subclasses that allow specifying the rootsite. |