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 simple template system for Widget innerHTML. #10

Closed sjohnsonaz closed 9 years ago

sjohnsonaz commented 10 years ago

The simple template system should allow users to specify Widget data to be used in the innerHTML. This template system must:

sjohnsonaz commented 10 years ago

Created TextBinding, which watches Observables and has a format system for variable replacement. Helpers are still needed. Icon Helper is still needed.

sjohnsonaz commented 9 years ago

Created Module.formatString. Removed TemplateParser usage. Added Module.helpers. Moved basic icon helper to Module.helpers.