Wijmo UI for the Web
buttonType フィールド

列に表示されるボタンのタイプを取得または設定します。有効な値は、"link"、"button"、"imageButton"、"image" です。

シンタックス
Javascript (Usage) 
var instance; //タイプ:wijmo.grid.IC1CommandButtonFieldOptions;
var value; // Type: string
value = instance.buttonType;
Javascript (Specification) 
var buttonType : string;
使用例
$("#element").wijgrid({ columns: [{ buttonType: "button" }]});

関連トピック

参照

IC1CommandButtonFieldOptions インターフェース

 

 


Copyright © GrapeCity inc. All rights reserved.