次のように、SenchaTouch2で「detalleItemDescription」という単一の要素を選択しています。
this.getDetalleItem().down('#detalleItemDescription').setData(record.data);
複数を選択する方法は?
this.getDetalleItem().down('#detalleItemDescription','#second','#third').setData(record.data);
それは可能ですか?どうやってするか?
ありがとう!!