Aricwithana / LCARS-SDK

A development kit and environment umbrella designed specifically for creating a functional implementation of the LCARS methodology
Other
206 stars 68 forks source link

Setting class: for type wrapper doesn't work ... no error ... but no class either #14

Closed sfranzyshen closed 5 years ago

sfranzyshen commented 5 years ago

for example ... this doesn't work ... var nemesisUI = {type:'wrapper', id:'wpr_viewport', version:'row', class:'scale red-alert', flex:'h' ...

but this does ... var nemesisUI = {type:'wrapper', id:'wpr_viewport', version:'row scale red-alert', flex:'h' ...

sfranzyshen commented 5 years ago

i was using class: wrong ... var nemesisUI = {type:'wrapper', id:'wpr_viewport', version:'row', class:{'scale':true, 'red-alert':true}, flex:'h' ...