adisa230 / webforms2

Automatically exported from code.google.com/p/webforms2
0 stars 0 forks source link

Make use of binding if available #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The specification defines certain properties of the RepetitionElement
interface to be either readonly or const. Furthermore, setting certain
properties produces side effects. These requirements can be implemented by
using getters and setters in JavaScript 1.5 (__defineGetter__ and
__defineSetter__), or by means of some XBL/HTC constructs.

Original issue reported on code.google.com by WestonRuter on 15 Aug 2007 at 3:25

GoogleCodeExporter commented 8 years ago
It would be beneficial to take advantage of the inherent
binding functionality found in MSIE and Gecko instead of traversing and 
modifying
each instantiated element.

Original comment by WestonRuter on 15 Aug 2007 at 3:29