wijmo.grid 名前空間 > ICommandButton インターフェース : text フィールド |
ボタンに表示されるテキストを決定します。
Javascript (Usage) | |
---|---|
var instance; //タイプ:wijmo.grid.ICommandButton; var value; // Type: string value = instance.text; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [{ command: { text: "MyButton" } }]});