Skip to content

Python3pkg/Products.CMFDynamicViewFTI

 
 

Repository files navigation

Overview

CMFDynamicViewFTI is a product for dynamic views in CMF. The product contains an additional base class for types and a new factory type information (FTI).

The FTI contains two new properties for the default view method and supplementary view methods. The queryMethodID functionality used for alias lookups is enhanced to support a new keyword (dynamic view).

The BrowserDefaultMixin class adds some methods to classes. It is not required to make use of the basic features but it is recommend to subclass your types from the class to gain more functionality.

There are two event subscribers registered:

zope.container.interfaces.IContainerModifiedEvent

unset default page if target no longer exists

zope.lifecycleevent.interfaces.IObjectMovedEvent

rename default page if target was renamed

Source Code

Contributors please read the document Process for Plone core's development

Sources are at the Plone code repository hosted at Github.

About

Provides an Factory-Type-Information Type with dynamic configurable views.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%