wijmo.grid 名前空間 > IC1CommandButtonFieldOptions インターフェース : cancelCommand フィールド |
キャンセルコマンドボタンのオプションを表します。
Javascript (Usage) | |
---|---|
var instance; //タイプ:wijmo.grid.IC1CommandButtonFieldOptions; var value; // Type: ICommandButton value = instance.cancelCommand; |
Javascript (Specification) | |
---|---|
var cancelCommand : ICommandButton; |
$("#element").wijgrid({ columns: [{ cancelCommand: { text: "Cancel!" } }]});