| Attribute |
Comment |
Default/Example |
| Behavior: |
| clicktooltip |
if enabled JavaScript tooltips are only shown with a mouse click to the table cell instead of 'mouse over' (related: clicktooltiptext) |
clicktooltip="off" |
| compatmode |
if set to "1" all TWiki:Plugins.CalendarPlugin event types are supported (related: compatibility mode attributes); the description field can contain a time range (without any whitespaces, e.g. 1pm-2pm) or a %TTCM%-Tag (e.g. %TTCM{"7:00-1:00pm,white,black"}% ) with a time range and optional foreground and background color and without any whitespaces |
compatmode="0" |
| days |
days to show |
days="7" |
| endtime |
a end time, e.g. 18:00, 6:00pm, ... |
endtime="8:00pm" |
| lang |
Language used for weekdays in the table header and for event entries (e.g: English, Deutsch, Français, Español, Nederlands, Dansk, suomi, ...) |
lang="English" |
| rotatetable |
enables/disables table rotation |
rotatetable="off" |
| showweekend |
show weekend if set to '1' |
showweekend="1" |
| starttime |
a start time, e.g. 7:00, 8a.m., 9:15a.m. ... |
starttime="7:00am" |
| textwrapper |
sets the text wrapper for the event entry text (default: browser); plugin: text is wrapped by the TimeTablePlugin (old behavior but stable); browser: text is wrapped by the web browser |
textwrapper="plugin" |
| timeformat |
time format; allowed values: 12, 12am, 12p.m., 12a.m, 12p.m. and 24 |
timeformat="24" |
| timeinterval |
interval steps in minutes for the timeline |
timeinterval="30" |
| timezone |
a hour offset (allowed values: -12 ... 0 ... +12) for time correction or a time zone abbreviation (e.g. UTC, CET ...) |
timezone="0" |
| timezoneabbr |
a comma separated list of time zone abbreviations with UTC offsets; the standard time zone abbreviations will be extended with this user defined abbreviations |
timezoneabbr="CET:+1, MEST:+2" |
| topic |
a comma separated list of source topics; you can add a time zone to any source topic name by adding a ':' and a hour offset (-12 ... +12) or a time zone abbreviation, e.g: topic="MySourceTopic:-2" this time zone feature overwrites the timezone attribute of a %TTTOPICSETUP% tag |
topic="%TOPIC%" |
| wholetimerow |
enables/disables a whole-time event row (related attributes: wholetimerowtext, wholetimerowtitle) |
wholetimerow="0" |
| workingendtime |
working hours end time |
workingendtime="5:00pm" |
| workingstarttime |
working hours start time |
workingstarttime="9:00am" |
Compatibility Mode: ( compatmode="on" is required ) |
| cmheaderformat |
table header format of a day; a subset of strftime conversion specifiers is supported (only date not time specifiers; see manual page or TWiki:Codev.ConvergeDateTimeFormattingModels) |
cmheaderformat="<font title=\"%A - %d %b %Y\" size=\"-2\">%a<br/>%e</font>" |
| daynames |
custom day names (a list separated by a '¦' and starting on Monday; overwrites lang attribute) |
daynames="M¦T¦W¦T¦F¦S¦S" |
| forcestartdate |
if set to 1 the timetable starts with the given startdate ('0' means: the timetable view starts with Monday') |
forcestartdate="0" |
| month |
set a month (e.g. Jan, Feb ... or 01, 02, ... 12 ) or a month offset (e.g. +0, +1, -2,...) |
month="+1" |
| monthnames |
custom month names (a list separated by '¦' and starting on January; overwrites lang attribute) |
monthnames="J¦F¦M¦A¦M¦J¦J¦A¦S¦O¦N¦D" |
| navnext |
navigation button to the next n days |
navnext=">>" |
| navnexttitle |
title text (tooltip text) for the navigation button to the next n days |
navnexttitle="Next %n day(s)" |
| navprev |
navigation button to the previous n days |
navprev="<<" |
| navprevtitle |
title text (tooltip text) for the navigation button to the previous n days |
navprevtitle="Previous %n day(s)" |
| startdate |
a start date (e.g. '1 Oct 2005') or a day offset (e.g. '10', '+30' or '-30') |
startdate="+0" |
| year |
set a year (e.g. 2005, 2006 ...) or a year offset (e.g. +0, +1, -1, ...) |
year="+0" |
| Table formatting: |
| clicktooltiptext |
tooltip text of table entries if clicktooltip is enabled |
clicktooltiptext="Click me for more information" |
| descrlimit |
per line character limit for the description ( depends on the textwrapper attribute: if textwrapper="plugin" this limit is a character limit; if textwrapper="browser" the width of a event entry table cell is set to <descrlimit>em) |
descrlimit="10" |
| displaytime |
display time in the event description of the timetable |
displaytime="0" |
| eventbgcolor |
default background color of an event cell (you can overwrite this with an event entry) |
eventbgcolor = "#AAAAAA" |
| eventfgcolor |
default text color of an event cell (you can overwrite this with an event entry) |
eventfgcolor = "black" |
| fontsize |
default font size (see Known Issues and Bugs) |
fontsize="xx-small" |
| headerformat |
table header format of a day; a subset of strftime conversion specifiers is supported (only date not time specifiers; see manual page or TWiki:Codev.ConvergeDateTimeFormattingModels) |
headerformat="<font title=\"%A - %d %b %Y\" size=\"-2\">%a</font>" |
| monthheaderbgcolor |
month header background color (default: tableheadercolor) |
monthheaderbgcolor="%WEBBGCOLOR%" |
| monthheaderfgcolor |
month header text (foreground) color (default: black) |
monthheaderfgcolor="black" |
| monthheaderformat |
month header format (related: showmonthheader) |
monthheaderformat="%B" |
| name |
header content of the first column |
name = " " |
| nowbgcolor |
highlight current time in the timeline with a background color |
nowbgcolor="black" |
| nowfgcolor |
highlight current time in the timeline with a forgeround color |
nowfgcolor="white" |
| showmonthheader |
enables/disables monthheader; if compatmode=on the montheader is shown by default |
showmonthheader="off" |
| showtimeline |
show timeline left, right, or on both sides |
showtimeline="both" |
| tablebgcolor |
table background color |
tablebgcolor="white" |
| tableborder |
table border (default: undefined) |
tableborder="1" |
| tablecellpadding |
table cell padding (default: 0) |
tablecellpadding="5" |
| tablecellspacing |
table cell spacing (default: 1) |
tablecellspacing="1" |
| tablecaption |
table caption shown above the timetable |
tablecaption="Timetable" |
| tablecolumnwidth |
width of a table column (default: undefined) |
tablecolumnwidth="80px" |
| tabledatacellwidth |
width of an entry cell (default:undefined); it has no effect if a tablecolumnwidth was set |
tabledatacellwidth="80px" |
| tableheadercolor |
color of the table header |
tableheadercolor="%WEBBGCOLOR%" |
| tablewidth |
table width (default: undefined) |
tablewidth="100%" |
| todaybgcolor |
highlight today column with a background color |
todaybgcolor="black" |
| todayfgcolor |
highlight today column with a foreground color |
todayfgcolor="white" |
| tooltipdateformat |
tooltip date format (for %DATE% substition of tooltipformat); a subset of strftime conversion specifiers is supported (only date not time specifiers; see manual page or TWiki:Codev.ConvergeDateTimeFormattingModels) |
tooltipdateformat="%y/%d/%m" |
| tooltipfixleft |
positive or negative offset from the left to fix tooltip position |
tooltipfixleft="-163" |
| tooltipfixtop |
positive or negative offset from the top to fix tooltip position |
tooltipfixtop="0" |
| tooltipformat |
format of a tooltip (substituted variables: %DATE% - date (see tooltipdateformat attribute), %TIMERANGE% - time range, %DESCRIPTION% - description field, %LONGDESCRIPTION% - complete entry) |
tooltipformat="%DATE%<br/>%TIMERANGE%<br/> %DESCRIPTION% " |
| weekendbgcolor |
highlight weekends with a column background color |
weekendbgcolor="%WEBBGCOLOR%" |
| weekendfgcolor |
highlight weekends with a column foreground color |
weekendfgcolor="black" |
| wholetimerowpos |
whole-time event row position (default: top), allowed values: top, bottom, both |
wholetimerowpos="top" |
| wholetimerowtext |
text in the time line of the whole-time event row |
wholetimerowtext="24h" |
| wholetimerowtitle |
alternate text for the wholetimerowtext |
wholetimerowtitle="whole-time events" |
| workingbgcolor |
highlight working hours in the timeline with a background color |
workingbgcolor="white" |
| workingfgcolor |
highlight working hours in the timeline with a foreground color |
workingfgcolor="black" |