You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Name

JSCalendar Plugin

Publisher

Derik Vercueil

License

Open Source (GPL v2)

Version

0.4

Experimental

Yes

Homepage

http://code.google.com/p/struts2jscalendarplugin/

Download

http://code.google.com/p/struts2jscalendarplugin/downloads/list

Overview

Backport of the Webwork 2.2.6 JSCalendar tag that is not present in Struts2 due to licensing issues. As such the JSCalendar is implemented as a plugin.

Usage:

Import the tag:

<%@ taglib prefix="jscalendar" uri="/jscalendar" %>

Use the tag as follows:

<jscalendar:jscalendar name="date" format="%Y-%m-%d %H:%M:%S" showstime="true"/>

The jscalendar:head tag must be included in all the pages that will use the tags from this plugin.

  • No labels