JavaScript Reference/Event Handlers Reference/onDataAvailable

Материал из Web эксперт
Перейти к: навигация, поиск

"onDataAvailable" is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |<applet>                        <object>                      |
|                |<xml>                                                         |
+----------------+--------------------------------------------------------------+



"onDataAvailable" Properties

+----------------+--------------------------------------------------------------+
| Properties     |altKey                          altLeft                       |
|                |cancelBubble                    clientX                       |
|                |clientY                         ctrlLeft                      |
|                |shiftLeft                       srcElement                    |
|                |type                                                          |
+----------------+--------------------------------------------------------------+



"onDataAvailable" Syntax and Note

Note:
    
This event fires when a databound object receives the data from the data source 
specified by the datasrc. 
The datasrc and datafld attributes must be set for the element to which the 
onDataAvailable event handler applies.
The value of the datasrc attribute must reference an object in the page.