Login   Register  
PHP Classes
elePHPant
Icontem

File: tests/widgets/SAMPLEJS.wid

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Jose Maria Rodriguez Millan  >  Siviglia Templating 2  >  tests/widgets/SAMPLEJS.wid  >  Download  
File: tests/widgets/SAMPLEJS.wid
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Siviglia Templating 2
Template engine with configurable grammar
Author: By
Last change:
Date: 2013-01-02 07:03
Size: 228 bytes
 

Contents

Class file image Download
[@SCRIPT]
        [_FILE]widgetScripts[#]
        [_SRC]
        function testOnOver(el)
        {
            el.style.backgroundColor='gray';
        }
        [#]
[#]
<div onmouseover="javascript:testOnOver(this)">[_*]</div>