JavaScript Reference/Event Handlers Reference/onDataAvailable

Материал из Web эксперт
Версия от 11:22, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

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