You are not logged in Log in Join
You are here: Home » Members » Nuxeo on zope.org » Products » NuxWidgets » README.txt » View Document

Log in
Name

Password

 

README.txt

This product adds a new builtin name to TALES, "widgets". Through it you can access to the provided widgets, the calendar and the timetitable. For example:

  <div metal:use-macro="widgets/calendar">
    Dummy text: a calendar goes here.
  </div>

So, in the context of this product, a widget is just a page template macro that can be accessed through the new "widgets" TALES name.

The goal is to make it more easy to use macros that live in the filesystem, from everywhere. So instead of typing:

  modules/Products/my_product/my_template/macros/my_macro

the user just types widgets/my_macro.

This product also includes two widgets, the calendar and the timetable. They're the replacements of the calendar and timetable DTML tags. Please, read the Calendar/README.txt and Timetable/README.txt files to know how to use them.

Author and license

Copyright 2000-2002 J. David Ib��ez ([email protected]), 2000-2001 Universitat Jaume I, 2002 Nuxeo

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.