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.
テキストフィールド ベースのフォームからデータ ストアにデータを追加する方法はありますか?
例えば:
Name:______ Team:______ Number:_____ Age:_______
送信されたときにデータストアに挿入されますか?
form.updateRecord()を使用してから、store.add(record)を使用できます。
しかし、実際にすべきことは、ExtJSに付属している例を確認することです。必要なほとんどのことを行う方法については、すばらしいアイデアがたくさんあります。