A little modification in the htmlOptions parameter of form elements to accept comma delimited events would be great
To do today something like:
'onchange'=>'myFunction(this)','onkeyup'=>'myFunction(this)','onblur'=>'myFunction(this)';
would be
'onchange, onkeyup, onblur'=>'myFunction(this)'