fc2ブログ

サラリーマンのすらすらIT日記

IT関連を中心とした日々を綴ります。
2010/05/19

Ext JS-FormPanel

今回はFormPanelをやってみました。それほど難しくないにもかかわらず、意外にもまだやったことがなかったのです。
「Learning Ext JS」を参考にしました。

var kihonJoho = new Ext.FormPanel({
items: [
{xtype: 'textfield', fieldLabel: '担当者', name: 'tantosha', readOnly: true}
,{xtype: 'textfield', fieldLabel: '担当部署', name: 'tantobusho', readOnly: true}
,{xtype: 'textfield', fieldLabel: '発注者', name: 'hachusha', readOnly: true}
,{xtype: 'textfield', fieldLabel: '受注金額', name: 'juchukingaku', readOnly: true}
,{xtype: 'textfield', fieldLabel: '工 期', name: 'kokiStart', readOnly: true}
,{xtype: 'textfield', fieldLabel: '', name: 'kokiEnd', readOnly: true}
,{xtype: 'textfield', fieldLabel: '実施期間', name: 'jishiStart', readOnly: true}
,{xtype: 'textfield', fieldLabel: '', name: 'jishiEnd', readOnly: true}
,{xtype: 'textarea', fieldLabel: '計画履歴', name: 'keikakurireki', width: 125, height: 80, readOnly: true}
,{xtype: 'textarea', fieldLabel: '特記事項', name: 'tokkijiko', width: 125, height: 150, readOnly: true}
]
,renderTo: Ext.getBody()
});

問題はtextfieldにデータを書き込む方法。Ext JSのAPI Documentationを見ると、textfieldにitemIdをセットして云々と書かれているのですが、どうもうまくいきません。最後に「Learning Ext JS」に戻ってみると、書いてありました。

var kihonJohoForm = kihonJoho.getForm();
kihonJohoForm.findField('tantosha').setValue('田中');
kihonJohoForm.findField('tantobusho').setValue('本社');
kihonJohoForm.findField('hachusha').setValue('△△工事事務所');
kihonJohoForm.findField('juchukingaku').setValue('1,000,000');
kihonJohoForm.findField('kokiStart').setValue('2010年 4月 1日');
kihonJohoForm.findField('kokiEnd').setValue('2010年10月31日');
kihonJohoForm.findField('jishiStart').setValue('2010年 4月 1日');
kihonJohoForm.findField('jishiEnd').setValue('2010年10月31日');
kihonJohoForm.findField('keikakurireki').setValue('2010年 4月12日\r\n2010年 3月24日');
kihonJohoForm.findField('tokkijiko').setValue('Ext JSはすばらしい。');

これでよさそうです。

こんな感じです。




コメント

コメントの投稿

  • URL
  • コメント
  • パスワード
  • 秘密
  • 管理者にだけ表示を許可する

トラックバック

トラックバックURL:http://sookibizviz.blog81.fc2.com/tb.php/469-87ebbe7a

■  カレンダー

12 | 2025/01 | 02
- - - 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 -

■  プロフィール

sookibizviz

Author:sookibizviz
仕事の内容やソフトの紹介を交えながら、日々の悪戦苦闘を綴っていきます。

■  最新記事

■  最新コメント

■  最新トラックバック

■  月別アーカイブ

■  カテゴリ

未分類 (64)
BizViz (24)
IT (1119)
計量 (76)
環境 (26)
数学 (181)
ニュース (46)
本 (187)
音楽 (113)
囲碁 (5)
将棋 (26)
ブログ (14)
日記 (19)

■  FC2カウンター

■  検索フォーム

■  RSSリンクの表示

■  QRコード

QRコード