前端之家收集整理的这篇文章主要介绍了
javascript – 将css类添加到Ember.Select,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我需要
添加css类到Ember.Select视图:
{{view Ember.Select contentBinding="kpiTypes" valueBinding="model.amount" optionValuePath="content.value" optionLabelPath="content.name"}}
加上班不行
使用classNames
属性:
{{view Ember.Select classNames="foo bar"}}
原文链接:https://www.f2er.com/js/154027.html