Eugen_
16 Feb 2010, 12:09 AM
Ext version tested:
Ext 3.1.1
Browser versions tested against:
FF3.6
Operating System:
Windows 7
Description:
http://www.extjs.com/learn/Manual:Forms:BasicForm:standardSubmit
Steps to reproduce the problem:
Click on the 'Save' button.
The result that was expected:
Redirect to myProcess.php
The result that occurs instead:
It does nothing
'O.getForm is not a function' in FF error console
Possible fix:
22 line:
var O=this.ownerCt.ownerCt;
Ext 3.1.1
Browser versions tested against:
FF3.6
Operating System:
Windows 7
Description:
http://www.extjs.com/learn/Manual:Forms:BasicForm:standardSubmit
Steps to reproduce the problem:
Click on the 'Save' button.
The result that was expected:
Redirect to myProcess.php
The result that occurs instead:
It does nothing
'O.getForm is not a function' in FF error console
Possible fix:
22 line:
var O=this.ownerCt.ownerCt;