Wijmo UI for the Web
command フィールド

型: wijmo.grid.ICommandButton

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

シンタックス
Javascript (Usage) 
var instance; //タイプ:wijmo.grid.IC1ButtonFieldOptions;
var value; // Type: ICommandButton
value = instance.command;
Javascript (Specification) 
var command : ICommandButton;
使用例
$("#element").wijgrid({ columns: [{ buttonType: "link", command: { text: "myCommand", click: function (e, args) { alert("clicked!"); } } }]});

関連トピック

参照

IC1ButtonFieldOptions インターフェース

 

 


Copyright © GrapeCity inc. All rights reserved.