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
      • PyAMS Template
      • PyAMS Viewlet
      • PyAMS Pagelet
      • PyAMS Utils
      • PyAMS Skin
        • Subpackages
        • pyams_skin.configuration
        • pyams_skin.container
        • pyams_skin.event
        • pyams_skin.extension
        • pyams_skin.help
        • pyams_skin.layer
        • pyams_skin.metas
        • pyams_skin.page
        • pyams_skin.resources
        • pyams_skin.site
        • pyams_skin.skin
        • pyams_skin.table
        • pyams_skin.vocabulary
        • Subpackages
      • PyAMS Form
      • PyAMS File
      • PyAMS I18N
      • PyAMS Security
      • PyAMS Catalog
      • PyAMS Mail
      • PyAMS Cache
      • PyAMS ZMQ
      • PyAMS Scheduler
      • PyAMS ZMI
    • CMS Packages
    • Optional packages
  • PyAMs Test

About

  • About PyAMS
PyAMS Documentation
  • Docs »
  • PyAMS packages reference »
  • pyams_skin package ⊞ »
  • pyams_skin.viewlet package ⊞ »
  • pyams_skin.viewlet.toplinks package ⊞
  • View page source

pyams_skin.viewlet.toplinks package ⊞¶

class pyams_skin.viewlet.toplinks.TopLinksMenu(context, request, view, manager)[source]¶

Bases: pyams_viewlet.viewlet.Viewlet

Top link menu

click_handler = None¶
css_class = ''¶
data = {}¶
get_data_attributes()[source]¶
label = 'Menu label'¶
render()[source]¶

Bound view template

url = '#'¶
class pyams_skin.viewlet.toplinks.TopLinksViewlet(context, request, view, manager=None)[source]¶

Bases: pyams_viewlet.manager.TemplateBasedViewletManager, pyams_viewlet.manager.WeightOrderedViewletManager, pyams_viewlet.viewlet.Viewlet

Top links viewlet

css_class = 'top-menu'¶
dropdown_label = 'Dropdown label'¶
label = 'Label:'¶
update()[source]¶

See zope.contentprovider.interfaces.IContentProvider

class pyams_skin.viewlet.toplinks.TopLinksViewletManager(context, request, view)[source]¶

Bases: pyams_viewlet.manager.WeightOrderedViewletManager

Top links viewlet manager

class pyams_skin.viewlet.toplinks.TopTabsTab(context, request, view, manager)[source]¶

Bases: pyams_viewlet.viewlet.Viewlet

Top tabs tab

click_handler = None¶
css_class = ''¶
data = {'data-toggle': 'tab'}¶
get_data_attributes()[source]¶
label = 'Tab label'¶
render()[source]¶

Bound view template

url = '#'¶
class pyams_skin.viewlet.toplinks.TopTabsViewlet(context, request, view, manager=None)[source]¶

Bases: pyams_viewlet.manager.TemplateBasedViewletManager, pyams_viewlet.manager.WeightOrderedViewletManager, pyams_viewlet.viewlet.Viewlet

Top tabs viewlet

css_class = 'top-tabs'¶
label = 'Label:'¶
update()[source]¶

See zope.contentprovider.interfaces.IContentProvider

Next Previous

© Copyright 2018, Thierry Florac Revision d1cf9206a9bf.

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