motionbank / score-system-frontend

Backbone.js based single app frontend for our score websites.
1 stars 1 forks source link

Implement CSS attrib. fields #21

Closed fjenett closed 11 years ago

fjenett commented 11 years ago

[css-background-color] [#ff0033] becomes <div class="cell" style="background-color:#ff0033">...</div>

martinleopold commented 11 years ago

already working: https://github.com/motionbank/score-system-frontend/blob/master/app-base/views/cell-view.js#L47