Opened 13 years ago

Closed 13 years ago

#229 closed enhancement (fixed)

HTWindow using Ext.js Objects

Reported by: fgagnon Owned by: fgagnon
Priority: major Milestone:
Component: widgets Version:
Keywords: htwindow Cc:

Description

Extending on #224, the HTWindow widget should be able to open new form windows based on an Ext.Panel object rather than an url, in a similar way to the featurepanel selector. Again, it would allow easier management of relative parents and other active components.

Attachments (1)

patch_htwindow_ext_panel.diff (5.3 KB ) - added by fgagnon 13 years ago.
Fixed window destruction

Download all attachments as: .zip

Change History (4)

comment:1 by fgagnon, 13 years ago

Owner: set to fgagnon

by fgagnon, 13 years ago

Fixed window destruction

comment:2 by fgagnon, 13 years ago

Summary: HTWindowHTWindow using Ext.js Objects

comment:3 by adube, 13 years ago

Resolution: fixed
Status: newclosed

Commited in : r1051.

The HTWindows used to prevent the Ext.Window to be destroyed. That caused issues when using the content returned by the 'formmethod' was destroyed upon window closing. Since using 'formurl' instead already refreshed the window content, it had no purposed in staying undestroyed upon close, so it is now destroyed.

Note: See TracTickets for help on using tickets.