JavaScript Reference/Event Handlers Reference/onDataAvailable — различия между версиями

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

Текущая версия на 11:22, 26 мая 2010

"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>