PyAMS Documentation
latest
  • Overview
  • Quickstart
  • Glossary

Administrator Guide

  • PyAMS Architectures
  • PyAMS Security model
  • Installing PyAMS
  • Database initialization
  • Database maintenance tasks
  • Scheduling tasks
  • Command line scripts
  • Application tuning
  • Troubleshooting

Users Guide

  • Management interface
  • Site Manager Guide
  • Webmaster Guide
  • Contributor Guide

Developer Guide

  • Introduction
  • Understanding the Zope Component Architecture
  • Understanding PyAMS internals
  • Creating new PyAMS Packages
  • Overriding PyAMS features
  • Customizing site appearance
  • Understanding PyAMS forms
  • Creating new Paragraph (or blocks)
  • Creating new Portlet
  • Creating new Content type
  • Creating Custom workflows
  • Advanced features

Reference Guide

  • PyAMS packages layout
  • PyAMS packages references
    • Core packages
    • CMS Packages
      • PyAMS Sequence
      • PyAMS Workflow
      • PyAMS Thesaurus
      • PyAMS Portal
      • PyAMS Content
        • Subpackages
        • pyams_content.include
        • Subpackages
      • PyAMS Default theme
    • Optional packages
  • PyAMs Test

About

  • About PyAMS
PyAMS Documentation
  • Docs »
  • PyAMS packages reference »
  • pyams_content package ⊞ »
  • pyams_content.features package ⊞ »
  • pyams_content.features.footer package ⊞
  • View page source

pyams_content.features.footer package ⊞¶

Subpackages¶

  • pyams_content.features.footer.zmi package ⊞

pyams_content.features.footer.interfaces¶

interface pyams_content.features.footer.interfaces.IFooterRenderer[source]¶

Extends: pyams_content.features.renderer.interfaces.IContentRenderer

Footer renderer interface

name¶

Renderer name

settings_key¶

Renderer settings key

cache_key¶

Renderer cache key

interface pyams_content.features.footer.interfaces.IFooterRendererSettings[source]¶

Extends: pyams_content.features.renderer.interfaces.IRendererSettings

Footer renderer settings interface

interface pyams_content.features.footer.interfaces.IFooterSettings[source]¶

Extends: pyams_utils.interfaces.inherit.IInheritInfo, pyams_content.features.renderer.interfaces.IRenderedContent

Footer settings interface

renderer¶

Footer template

Presentation template used for this footer

Implementation:zope.schema.Choice
Read Only:False
Required:False
Default Value:‘hidden’
settings¶

Renderer settings

interface pyams_content.features.footer.interfaces.IFooterTarget[source]¶

Extends: zope.annotation.interfaces.IAttributeAnnotatable

Footer target marker interface

Subpackages¶

  • pyams_content.features.footer.zmi package ⊞
Next Previous

© Copyright 2018, Thierry Florac Revision d1cf9206a9bf.

Built with Sphinx using a theme provided by Read the Docs.