|
PHP2Go Javascript Framework | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
This file contains classes that work over the Document
Object Model, like Element and Event. The Element singleton
can be used directly from an instance of the HTMLElement class
or indirectly, from an object instance or id. The Event class
contains new static members and prototype methods
| Class Summary | |
| Element | Element |
| Event | |
| WCH | |
| Method Summary | |
static Object
|
$E(<Object> elm)
Convert an HTML element to access all methods of Element class as its native methods. |
static Object
|
$EV(<Object> e)
Convert a native Event object to access all Event extensions defined by the framework. |
static Number
|
$K(<Event> e)
Get the typed key code of a keyboard event |
static Object
|
$N(<String> name, <Object> parent, <Object> style, html, <Object> attrs)
Utility function to create DOM element nodes. |
|
PHP2Go Javascript Framework | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||