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

Create Image Widget. #27

Closed sjohnsonaz closed 10 years ago

sjohnsonaz commented 10 years ago

Need to make a wrapper for <img> elements.

sjohnsonaz commented 10 years ago

Created basic Image implementation. Still need to create onload handler for 'src' changes.

sjohnsonaz commented 10 years ago

Updated to publish onload event as loaded attribute.