-
19 Aug 2010 4:54 PM #1
[FIXED-197] FORM POST dont work if panel form isnt inside window
[FIXED-197] FORM POST dont work if panel form isnt inside window
Hi.
I posted this question here but somehow has to do with the designer:
http://www.sencha.com/forum/showthre...-inside-window
What I found is that formpanel's form dont get the properties. I take a look at the code but, since I'm to new to ExtJS and JS, dont understand too much.
I resolved (for now) the issue but I dont feel comfortable because this can get me into more trouble in the future.
Colud be something about scoping?
Regards.
-
19 Aug 2010 9:55 PM #2Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
Hey there,
This is an issue I will have fixed with the next maintenance release. When a FormPanel is extended, the settings for BasicForm need to be applied to "initialConfig" and not "this" (that is, the class prototype itself). So this is actually a configuration bug in Ext Designer that I will work out. It is not an Ext JS bug, as it is clearly documented here, in the top description: http://dev.sencha.com/deploy/dev/doc...form.FormPanel
Thanks!
-
20 Aug 2010 6:53 AM #3
Thanks Jarred.
ETA for next maintenance release?
Regards.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
FORM POST dont work if panel form isnt inside window
By ssamayoa in forum Ext 3.x: Help & DiscussionReplies: 7Last Post: 20 Aug 2010, 7:08 AM -
[FIXED-587] Tab panel inside a form, mark invalid are in incorrect position
By thaiat in forum Ext 3.x: BugsReplies: 7Last Post: 3 Mar 2010, 11:22 AM -
Can I embed a Form Panel inside a Window?
By mrkadakia in forum Ext 3.x: Help & DiscussionReplies: 20Last Post: 3 Aug 2009, 5:52 AM -
reset form beforeHide and setValue dont work.
By horrikhalid in forum Ext 2.x: Help & DiscussionReplies: 3Last Post: 30 Nov 2008, 12:56 AM -
Form Panel inside window
By vayumahesh in forum Ext 2.x: Help & DiscussionReplies: 3Last Post: 29 Aug 2008, 6:44 AM


Reply With Quote