| wijmo.grid 名前空間 > IC1CommandButtonFieldOptions インターフェース : updateCommand フィールド |
更新コマンドボタンのオプションを表します。
| 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!" } }]});