<#if parameters.onclick?exists> onclick="${parameters.onclick?html}"<#rt/> <#if parameters.ondblclick?exists> ondblclick="${parameters.ondblclick?html}"<#rt/> <#if parameters.onmousedown?exists> onmousedown="${parameters.onmousedown?html}"<#rt/> <#if parameters.onmouseup?exists> onmouseup="${parameters.onmouseup?html}"<#rt/> <#if parameters.onmouseover?exists> onmouseover="${parameters.onmouseover?html}"<#rt/> <#if parameters.onmousemove?exists> onmousemove="${parameters.onmousemove?html}"<#rt/> <#if parameters.onmouseout?exists> onmouseout="${parameters.onmouseout?html}"<#rt/> <#if parameters.onfocus?exists> onfocus="${parameters.onfocus?html}"<#rt/> <#if parameters.onblur?exists> onblur="${parameters.onblur?html}"<#rt/> <#if parameters.onkeypress?exists> onkeypress="${parameters.onkeypress?html}"<#rt/> <#if parameters.onkeydown?exists> onkeydown="${parameters.onkeydown?html}"<#rt/> <#if parameters.onkeyup?exists> onkeyup="${parameters.onkeyup?html}"<#rt/> <#if parameters.onselect?exists> onselect="${parameters.onselect?html}"<#rt/> <#if parameters.onchange?exists> onchange="${parameters.onchange?html}"<#rt/>