Wijmo UI for the Web
textDataKey フィールド

ボタンのテキストをバインドするデータフィールドを決定します。

シンタックス
Javascript (Usage) 
var instance; //タイプ:wijmo.grid.ICommandButton;
var value; // Type: string
value = instance.textDataKey;
Javascript (Specification) 
var textDataKey : string;
使用例
$("#element").wijgrid({ columns: [{ command: { text: "{0}", textDataKey: "ID" } }]});

関連トピック

参照

ICommandButton インターフェース

 

 


Copyright © GrapeCity inc. All rights reserved.