ajánlom továbbá mindenki figyelméba a http://www.oreilly.com/catalog/prototypeqr/ lapon rendelhető pdf-et, hasonló felépítésű, de némiképp bővebb mint a developer notes, pl
Timed Form Observers
The Abstract.TimedObserver class is used as the base class for the other classes that will monitor one element until its value (or whatever property the derived class defines) changes. This class is used like an abstract class.
Subclasses can be created to monitor things such as the input value of an element, one of the style properties, the number of rows in a table, or whatever else you may be interested in tracking changes to.
Derived classes have to implement this method to determine the current value being monitored in the element.
initialize(element, frequency, callback)
Creates an object that will monitor element every frequency in seconds and call callback when the element changes.
továbbá
The Abstract.TimedObserver class is used as the base class for the other classes that will monitor one element until its value (or whatever property the derived class defines) changes. This class is used like an abstract class.
Subclasses can be created to monitor things such as the input value of an element, one of the style properties, the number of rows in a table, or whatever else you may be interested in tracking changes to.
Derived classes have to implement this method to determine the current value being monitored in the element.
initialize(element, frequency, callback)
Creates an object that will monitor element every frequency in seconds and call callback when the element changes.
stb.
üdv t