This question about Topic Markup Language and applications: Answered

Multiple Holiday Lists in one Topic?

Is it possible to create a number of Holiday Lists within one page, for instance one for each department? At the moment its confused with displaying to calendar forms, both with the same data.


Create a topic for each department and INCLUDE all them in only one topic. Set a STOPINCLUDE after the HOLIDAYLIST call in each department topic so the list is not shown in the general topic. Use also the topic parameter in the HOLIDAYLIST call to ensure the right data. Something like this:

Department holidays topic

%HOLIDAYLIST{topic="SalesDepartmentHolidays" ...
%STOPINCLUDE%

- holiday entries
...

General holidays topic

%INCLUDE{ SalesDepartmentHolidays }%
%INCLUDE{ ... etc

-- EnriqueCadalso - 04 May 2009

QuestionForm edit

Subject Topic Markup Language and applications
Extension HolidaylistPlugin
Version
Status Answered
Topic revision: r3 - 05 May 2009, OliverKrueger
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy