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.
レイアウト:ウィンドウ --> タブパネル --> フォームパネル。フォームパネルを提出したいのですが、フォームパネルがたくさんあり、どうすればよいかわかりません。レイアウトの問題ですか?私は Java プログラマーです。struts2+extjs を使用しています...
複数のフォーム パネルを使用しないでください。
使用する:
new Ext.Window({ layout: 'fit', items: { xtype: 'form', layout: 'fit', items: { xtype: 'tabpanel', items: { title: 'Tab 1', layout: 'form' } } } });
その後、1 つのメイン フォームのみを送信します。