Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
要素を持つリストがあります。ユーザーがリスト項目をクリックすると、このフィールドがフォーカスされ、ユーザーが値を入力できるように、リスト項目内にフォームフィールドをレンダリングするにはどうすればよいですか。
リストのitemTpl構成で、html入力/テキストフィールドを追加できると思います
xtype:'list', disableSelection:true, store: 'Store', itemTpl:'<TR><TH>INFO</TH><TD><INPUT TYPE="TEXT" NAME="name" SIZE="20"></TD></TR>' ,