私は Webix を初めて使用しますが、css を使用せずにページに要素を配置する方法はあるのでしょうか? たとえば、次のツールバーには 3 つのボタンがあります。どうすればalign:right
それらに似たものを設定できますか?
webix.ui({
rows: [
{
view:"toolbar", elements:[
{ view:"button", value:"B1", width: 70},
{ view:"button", value:"B2", width: 70 },
{ view:"button", value:"B3", width: 70 },
]
},
{ template:""}
]
});
コード スニペット: http://webix.com/snippet/deb1c886