| Issue 34: | Add easy way of hooking events to elements using the event bubble. uifield on element | |
| 1 person starred this issue and may be notified of changes. | Back to list |
<g:HTMLPanel>
<div uifield="button">Click me</div>
</g:HTMLPanel>
@ViewHandler
void button$click() {
// Some work
}
Apr 2, 2011
Project Member
#1
gal.dol...@gmail.com
Status:
Fixed
|