Changes between Initial Version and Version 4 of Ticket #9622
- Timestamp:
- Feb 28, 2011, 1:54:15 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9622
-
Property
Summary
changed from
RFE: pre-processing callback for downloaded content
toContentPane: pre-processing callback for downloaded content
-
Property
Milestone
changed from
tbd
to1.7
-
Property
Summary
changed from
-
Ticket #9622 – Description
initial v4 1 I'm working with a ContentPane that downloads its content via an href, but the content needs to be pre-processed before it is displayed. Despite having onLoad and onDownloadEnd callbacks, both of these are called '''*after*''' the content is displayed.1 I'm working with a !ContentPane that downloads its content via an href, but the content needs to be pre-processed before it is displayed. Despite having onLoad and onDownloadEnd callbacks, both of these are called '''*after*''' the content is displayed. 2 2 3 3 It looks like having onLoad fire '''after''' the content is displayed is identical in function to onDownloadEnd. I'm wondering if onLoad should be fired '''before''' the content is displayed. If onLoad and onDownloadEnd need to remain as is, then a new callback (onPreLoad? onDownloadPreprocess? preprocessDownload? preprocessContent?) should be added. 4 4 5 Note: My experience with this has been with a ContentPane, but the same pre-processing callback should be available in all classes that support downloading href content.5 Note: My experience with this has been with a !ContentPane, but the same pre-processing callback should be available in all classes that support downloading href content.