Feature #11660

Universal tag attributes do not allow other javascript events than onclick

Added by Nico de Haen over 4 years ago. Updated about 4 years ago.

Status:Closed Start date:2010-12-23
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-
Has patch:

Description

It should be possible to add events like onblur, onfocus etc. without the need to write an new TagViewHelper.
Or allow something like

 eventHandler="{onclick:'doThis()',onfocus:'doThat()'}" 

whish is more generic but has the disadvantage that it's not a valid HTML tag attribute.

History

#1 Updated by Georg Ringer over 4 years ago

you can still use additionalAttributes to add everything you want...

so IMO no change required

#2 Updated by Sebastian Kurfuerst about 4 years ago

  • Status changed from New to Closed

Also available in: Atom PDF