amplesdk
amplesdk copied to clipboard
Lazy evaluating inline event handlers
Inline event handlers can be evaluated later only when corresponding event is fired. That's how it works in modern browsers. As result inline handler and other onXXX attributes can be treated as a normal attributes (issue #190).
<my:control onchange="alert(this.value)" />