sjohnsonaz / BuildJS-Full

A simple utility for class definition, inheritance, dynamic loading, MVVM, Widgets, and backend MVC.
http://buildjs.com
0 stars 0 forks source link

Determine which properties are necessary on Content and Container. #82

Closed sjohnsonaz closed 9 years ago

sjohnsonaz commented 9 years ago

There may be additional watchProperties for Content and Container. Since Content.element and Container.element are public, not all of these need to be wrapped. However, any that are likely to be modified often should be wrapped.

Keep in mind, any of these may be wrapped at any time by calling watchProperty on that instance.

All elements descending from HTMLElement contain:

All elements descending from Element contain:

All elements descending from Element contain:

sjohnsonaz commented 9 years ago

Most of these are either wrapped in watch properties, or only necessary in specific contexts. Rather than adding more to the base class, these should be used only when necessary.