JavaScript Reference/Event Handlers Reference/onDataAvailable

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

"onDataAvailable" is applied to

   <source lang="javascript">

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

     </source>
   
  


"onDataAvailable" Properties

   <source lang="javascript">

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

     </source>
   
  


"onDataAvailable" Syntax and Note

   <source lang="javascript">

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.


     </source>