Wijmo UI for the Web
updateCommand フィールド

型: wijmo.grid.ICommandButton

更新コマンドボタンのオプションを表します。

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

関連トピック

参照

IC1CommandButtonFieldOptions インターフェース

 

 


Copyright © GrapeCity inc. All rights reserved.