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 Iframe Widget. #44

Open sjohnsonaz opened 10 years ago

sjohnsonaz commented 10 years ago

This should wrap the <iframe> element. It should also contain a PostMessage instance for each "channel" it communicates on.

sjohnsonaz commented 10 years ago

Created basic Iframe implementation. Still need to refine PostMessage usage.