-
15 Sep 2010 11:42 PM #1
FileUploadField and setName()
FileUploadField and setName()
Hi *,
I'm trying to set a name attribut for the input field, but the setName("aaa") add a name to the browse button. How can i set the name parameter for the input field?
Regards
-
16 Sep 2010 12:20 AM #2
This sets the name of the upload-field.
Code:FileUploadField ecconetFile = new FileUploadField(); ecconetFile.setName("ecconetfile"); ecconetFile.setFieldLabel("Ecconet File"); ecconetFile.setAllowBlank(false);Odili Charles Opute
Proudly Nigerian
Blog
Cotributions
Ext.ux.Image
Ext.ux.Wizard
Ext.plugin.ModalNotice
Ext.plugin.ComboLoader
Ext.ux.form.ScreenshotField
-
16 Sep 2010 12:56 AM #3
I have the same
But the name attribute ist for the browse button and not for the field.Code:FileUploadField file = new FileUploadField(); file.setName("aaa");
Anyway...I dont need it anymore, i have an other solution for my problem.
-
16 Sep 2010 1:17 AM #4
I cannot reproduce this. Which version of GXT are you using? I testes this against the latest one, GXT 2.2.
-
16 Sep 2010 1:22 AM #5
-
16 Sep 2010 1:25 AM #6
Can you maybe try this against GXT 2.2?
-
16 Sep 2010 4:33 AM #7
sorry, that is at the moment not possible
after release i will ask my PM if i can try an update.
Similar Threads
-
FileUploadField example
By willbrady in forum Ext GWT: DiscussionReplies: 7Last Post: 4 Nov 2011, 7:19 AM -
FileUploadField and IE
By cupakob in forum Ext GWT: DiscussionReplies: 0Last Post: 17 Jun 2010, 1:46 AM -
Help with fileuploadfield
By ald_2008 in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 1 Jun 2009, 6:55 AM -
[FIXED] Beta 2: Field.setName() is not related to Field.getName()
By dangeruss in forum Ext GWT: Bugs (1.x)Replies: 7Last Post: 7 Sep 2008, 6:37 PM -
Bug with setName for Field?
By jeff.levine in forum Ext GWT: Bugs (1.x)Replies: 0Last Post: 5 Jun 2008, 12:16 PM


Reply With Quote