# What steps will reproduce the problem?
1.
QueryForm := TExtPanel.Create;
with QueryForm do
begin
if Browser = brIE then
on('close', Ajax(FreeForm, ['FormName', sFormName])) // Bug no
IE
else
on('destroy', Ajax(FreeForm, ['FormName', sFormName]));
After run,it will report error:
O185.on("destroy", function () {return Ext.Ajax.request({url: "/cgi-
bin/qa.exe/FreeForm", params: "Ajax=1&FormName=FormTableDefine4`",
success: AjaxSuccess, failure: AjaxFailure});}) is undefined
The code run on Rev 599 is work ok.
Please check.
- ExtPascal: rev.609
- ExtJS: v.3.0
- Compiler: Delphi 7
- OSes: WindowsXP
- WebServer: Apache2
- Mode: FCGI
Original issue reported on code.google.com by luoca...@gmail.com on 21 Jan 2010 at 7:45
Original issue reported on code.google.com by
luoca...@gmail.com
on 21 Jan 2010 at 7:45