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