TextEvent

Module:
events
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

initTextEvent

initTextEvent


void initTextEvent(
    in DOMString typeArg, 
    in boolean canBubbleArg, 
    in boolean cancelableArg, 
    in DOMWindow viewArg, 
    in DOMString dataArg); 

Member Data

data

data


readonly attribute DOMString data; 

 

Last Updated: 2009-05-29