Navigation Menu

Skip to content

susannej/grails-jquery-datepicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

grails-jquery-datepicker

a simple taglib for using the jquery datepicker with grails

It consist of a new tag, which creates the grails-datepicker fields in the background and converts the input from the jquery datepicker field to the grails input fields.

No additional handling in the controller ist required.

Example:

<g:jqDatePicker name="myDate" precision="day" value="${myDomainClassInstance?.myDate}" required="" />

alt tag

About

a simple taglib for using the jquery datepicker with grails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages