| Recommend this page to a friend! |
| Classes of Jose Maria Rodriguez Millan | > | Siviglia Templating 2 | > | tests/widgets/SAMPLEJS.wid | > | Download | ||
|
|||||||||||||||||||||
[@SCRIPT]
[_FILE]widgetScripts[#]
[_SRC]
function testOnOver(el)
{
el.style.backgroundColor='gray';
}
[#]
[#]
<div onmouseover="javascript:testOnOver(this)">[_*]</div>
|