Mercurial > moin > 1.9
view wiki/htdocs/applets/FCKeditor/editor/dialog/fck_template/fck_template_moz-bindings.xml @ 0:77665d8e2254
tag of nonpublic@localhost--archive/moin--enterprise--1.5--base-0
(automatically generated log message)
imported from: moin--main--1.5--base-0
author | Thomas Waldmann <tw-public@gmx.de> |
---|---|
date | Thu, 22 Sep 2005 15:09:50 +0000 |
parents | |
children |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8" ?> <bindings xmlns="http://www.mozilla.org/xbl"> <binding id="templateitem"> <handlers> <handler event="mouseover"> this.className += ' PopupSelectionBox' ; </handler> <handler event="mouseout"> this.className = this.className.replace( /\s*PopupSelectionBox\s*/, '' ) ; </handler> <handler event="click"> SelectTemplate( this.TplIndex ) ; </handler> </handlers> </binding> </bindings>