All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wicketstuff.yui.markup.html.calendar.init.js Maven / Gradle / Ivy

There is a newer version: 8.1.0
Show newest version
var ${javaScriptId};
function init${javaScriptId}() {
	${javaScriptId} = new YAHOO.widget.Calendar("${javaScriptId}","${elementId}");
	${javaScriptId}.Options.NAV_ARROW_LEFT = "${navigationArrowLeft}";
	${javaScriptId}.Options.NAV_ARROW_RIGHT = "${navigationArrowRight}";
	${javaScriptId}.render();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy