PDA

View Full Version : Timeform



Dalason
10 Oct 2008, 1:16 PM
Good evening together,
I have a extjs form and I want to give an datafield a dynamic value (from a submit form).
How can I do this?

Thats my current code:

[code]
var form_employee = new Ext.form.FormPanel({
labelAlign: 'left',
labelWidth: 300,
buttonAlign: 'left',
title: 'Reservierung',
items: [{
xtype: 'fieldset',
border: false,
autoHeight: true,
items: [{
xtype: 'checkbox',
fieldLabel: 'Ja, bitte senden Sie mir Ihr Hausprospekt',
name: 'prospekt',
width:190
},{
xtype: 'textfield',
vtype: 'email',
fieldLabel: 'Meine E-mail Adresse',
name: 'mail',
width:190,
allowBlank: false,
blankText: 'Bitte geben Sie ihre E-Mail Adresse ein!'
},{
xtype: 'textfield',
fieldLabel: 'Vorname',
name: 'vorname',
width:190,
allowBlank: false,
blankText: 'Bitte geben Sie ihren Vornamen ein!'
},{
xtype: 'textfield',
fieldLabel: 'Nachname',
name: 'nachname',
width:190,
allowBlank: false,
blankText: 'Bitte geben Sie ihren Nachnamen ein!'
},{
xtype: 'textfield',
fieldLabel: 'Stra

gslender
10 Oct 2008, 4:20 PM
wrong forum - this is GWT version of Ext


cheers,
grant

Dalason
12 Oct 2008, 10:06 PM
Can any Mod move this thread to the right forum please?