Quantcast
Viewing latest article 6
Browse Latest Browse All 15

GridのTextarea Editor

ExtJS 4.1

Gridにテキストエリアのエディターを追加しようとしたとき詰まった。

editor: {

 type: 'textarea'

}

では textfield(input)になってしまう。

editor :{

 xtype: 'texterea'

}

でもだめ。

 

editor: Ext.create('Ext.form.TextArea',{})

で解決。


Viewing latest article 6
Browse Latest Browse All 15

Trending Articles