Tags:
create new tag
, view all tags

Question

Is it possible to embed calendar plugin calls inside table cells eg

| %CALENDAR{month="1" year="2002"}%  | %CALENDAR{month="2" year="2002"}% |

It appears that the calendar plugin overrides the table, the calendars are created, but not in table cells.

Environment

TWiki version: TWikiRelease01Feb2003
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: Solaris 2.8
Web server: Apache
Perl version: 5.6.1
Client OS: Win2k
Web Browser: Mozilla

-- EricAiken - 15 Dec 2003

Answer

A calendar produced by the Plugin is an HTML table composed of many lines. The lines break a TWiki table apart. Use an HTML table:

<table border="1"><tr><td valign="top">
%CALENDAR{month="1" year="2002"}%
</td><td valign="top">
%CALENDAR{month="2" year="2002"}%
</td></tr></table>

-- PeterThoeny - 16 Dec 2003

Topic revision: r2 - 2003-12-16 - PeterThoeny
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.