wicket.contrib.input.events.wicket-contrib-input-behavior.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of input-events Show documentation
Show all versions of input-events Show documentation
All sorts of Input events, key presses etc
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