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

wicket.contrib.input.events.wicket-contrib-input-behavior.js Maven / Gradle / Ivy

There is a newer version: 1.5-RC5.1
Show newest version
function init${wicketComponentId}() {
	shortcut.add("${keys}",function() {
		
		document.getElementById('${wicketComponentId}').${event}();
	},{
	'disable_in_input':${disable_in_input},
	'type':'${type}',
	'propagate':${propagate},
	'target':${target}
	
	});
}
init${wicketComponentId}();






© 2015 - 2024 Weber Informatics LLC | Privacy Policy