langs.html5ftl.calendar.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbpm-gwt-form-exporter-freemarker Show documentation
Show all versions of jbpm-gwt-form-exporter-freemarker Show documentation
jBPM Form Exporter for Freemarker (both HTML4 and HTML5) for form representational API
The newest version!
#set($uuid = java.util.UUID.randomUUID().toString())
#set ($value = $item.defaultValue)
#set ($styleClassParam = $language.getParam("class", $item.calendarCss))
#if (!($value) && $item.input)
#if ($item.input.name)
#set ($value = $item.input.name)
#end
#end
#set ($oneventxParam = ${language.getOnEventParams($item)})
#set ($name = $)
#set ($iconsrc = $item.iconUrl)
private String calendarCss;