CX_props_popup_text.txt CalendarX 0.5.3(dev) March 26 2005 (last modified for CalendarX 0.5.2) by +lupa+ (lupaz on sf.net, lupa at zurven dot com) Released under the GPL (see LICENSE.txt) Instructions for properties in CX_props_popup. Use the Properties tab to adjust the attributes of the rollover PopUp text that displays when you rollover each event displayed on the calendar. Just check off the ones that you want to show up. Other Properties: These values represent the metadata that are stored in the portal_catalog for each event. If you want to display other information about the event that is NOT in the metadata by default, you simply tell your portal_catalog to collect that metadata, then modify the CX_props_macros page template to read it into your popup text. There's also a howto on the CalendarX.org website that explains how you can add other attributes in more detail. === List of Attributes === title string Leave this title attribute alone. showPOPTitle boolean Checked = Show this info. Whether to show the "Title" of the event. showPOPType boolean Checked = Show this info. Whether to show the "Type" string, telling what type of event object is showing up in the calendar. showPOPSubject boolean Checked = Show this info. Whether to show the "Subject" of the event. Currently implemented to show a comma-separated list of all the Subjects that are associated with an event -- because events can have more than one Subject selected. showPOPStart boolean Checked = Show this info. Whether to show the "Start" date and time of the event. showPOPEnd boolean Checked = Show this info. Whether to show the "End" date and time of the event. showPOPLocation boolean Checked = Show this info. Whether to show the "Location" field string for this event. showPOPCreator boolean Checked = Show this info. Whether to show the "Creator" (Plone username) for this event. showPOPCreated boolean Checked = Show this info. Whether to show the "Created" date of the event. showPOPModified boolean Checked = Show this info. Whether to show the "Modified" date of the event, when the last time this event was edited. showPOPState boolean Checked = Show this info. Whether to show the review "State" of the event, such as published, visible, etc. showPOPDescription boolean Checked = Show this info. Whether to show the "Description" of the event.