equal
deleted
inserted
replaced
56 raise NotImplementedError() |
56 raise NotImplementedError() |
57 |
57 |
58 |
58 |
59 class NavigationComponent(Component): |
59 class NavigationComponent(Component): |
60 """abstract base class for navigation components""" |
60 """abstract base class for navigation components""" |
61 id = 'navigation' |
61 __regid__ = 'navigation' |
62 __select__ = paginated_rset() |
62 __select__ = paginated_rset() |
63 |
63 |
64 cw_property_defs = { |
64 cw_property_defs = { |
65 _('visible'): dict(type='Boolean', default=True, |
65 _('visible'): dict(type='Boolean', default=True, |
66 help=_('display the component or not')), |
66 help=_('display the component or not')), |