Products.MightyCal.Template.Tags (version 1.9) | index /home/zope/lib/python/Products/MightyCal/Template/Tags.py |
Tag objects act as intelligent handlers for the Intermediate-language tags that admins use to define their Calendar display & editing templates. Tag object provide a number of facilities, including the ability to decide whether they are legal in a particular context, and to find other embedded Intermediate templates that are implied by a particular tag's usage.
Modules | ||||||
|
Classes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Data | ||
ANY_CONTEXT = 'AnyContext' BACK_BUTTON_TAG = 'back-button' BR_TAG = 'br' BUTTON_SET_TAG = 'button-set' B_TAG = 'b' CALENDAR_HEADER_TAG = 'calendar-header' CALENDAR_OBJECT = 'Calendar' CALENDAR_OWNER = 'calendarOwner' CELL_TAG_NAME = 'cell' DEFAULT_POLICY = 'Default Security Policy' DISPLAY_TEMPLATE = 'StandardDisplay' DISPLAY_TEMPLATE_TAG = 'display-template' EDIT_BUTTON_TAG = 'edit-button' EVENT_CATALOG = 'EventCatalog' EVENT_DETAIL_TAG = 'event-detail' EVENT_EDIT_TAG = 'event-edit' EVENT_ENTRY_FORM = 'event-entry-form' EVENT_HYPERLINK_TAG = 'event-hyperlink' EVENT_LISTING_TAG = 'event-listing' EVENT_TEMPLATE_ATTRIBUTE = 'event-template' EVENT_TYPE_DESCRIPTOR_TAG = 'event-type-descriptor' EVENT_TYPE_OBJECT = 'EventType' EVENT_TYPE_OWNER = 'eventTypeOwner' EVENT_TYPE_REGISTRY = 'EventTypeRegistry' FIELD_EDITOR_TAG = 'field-editor' FIELD_NAME_TAG = 'field-name' FIELD_SPEC = 'FieldSpec' FIELD_TAG = 'field' FIELD_VALUE_TAG = 'field-value' FOOTER_TAG = 'footer' H1_TAG = 'h1' H2_TAG = 'h2' H3_TAG = 'h3' ID_ATTRIBUTE = 'id' INDENT_TAG = 'indent' INFO = 0 INTERMEDIATE_MARKUP_TAG = 'intermediate-markup-language' MONTH_DISPLAY_TAG = 'month-display' MTL_TAG_OBJECT = 'MTLTagObject' NAV_WIDGET_TAG = 'nav-widget' OBJECT_TITLE_ATTRIBUTE = 'object-title' PROPERTY_TAG = 'property' READ_ONLY_DISPLAY = 'read-only-display' RESULT_TREE = 'ResultTree' ROW_TAG_NAME = 'row' SEARCH_WIDGET_TAG = 'search-widget' SINGLE_EVENT_TAG = 'single-event' STYLE_BASE_ATTRIBUTE = 'style-base' SUBMIT_BUTTON_TAG = 'submit-button' TABLE_TAG_NAME = 'table' TEMPLATE_COLLECTION = 'TemplateCollection' TEMPLATE_TEXT = 'TemplateText' TEMPLATE_TITLE = 'title' TITLE_ATTRIBUTE = 'title' __file__ = '/home/zope/lib/python/Products/MightyCal/Template/Tags.pyc' __name__ = 'Products.MightyCal.Template.Tags' __version__ = '$Revision: 1.9 $' cNBSP = ' ' cTwoNBSP = '  ' |