テキスト付きのExtJs 4グリッドアクション列の作成方法は? これはテキストでExtJSの4グリッドアクション列を作成する方法私のコードテキスト付きExtjs 4グリッドアクションコラムを作成しますか?
{
xtype : 'actioncolumn',
text : lang('publish'),
width : 100,
tdCls: 'x-publish-cell',
items : [{
getClass : function(v, meta, rec) {
if (rec.get('isPublished') == true) {
//this.items[0].tooltip = 'Test';
return 'y';
} else {
return 'n';
}
}
}
のですか?
画像がないテキスト、または画像で表示しますか? – Reimius
イメージのテキスト。 [画像] [こちらのテキスト] – user2622564