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)
Change History (4)
comment:1 by , 13 years ago
Owner: | set to |
---|
by , 13 years ago
Attachment: | patch_htwindow_ext_panel.diff added |
---|
comment:2 by , 13 years ago
Summary: | HTWindow → HTWindow using Ext.js Objects |
---|
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
Fixed window destruction