Wijmo UI for the Web
cancelCommand フィールド

型: wijmo.grid.ICommandButton

キャンセルコマンドボタンのオプションを表します。

シンタックス
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!" } }]});

関連トピック

参照

IC1CommandButtonFieldOptions インターフェース

 

 


Copyright © GrapeCity inc. All rights reserved.