[Seaside] keypress event with argument

Dennis Schetinin chaetal at gmail.com
Thu Jul 15 04:33:09 UTC 2010


How can I generate something similar to
	html script: '$(document).keypress(function(e){  alert(e.which + " "
+ e.keyCode); });'.
with "pure" Seaside?
Trying
	html script: (html jQuery this onKeyPress: (html jQuery ajax script:
[:s | s alert: '!!!'])).
gives no event argument. TIA

-- 
Dennis Schetinin


More information about the seaside mailing list