I don't know if this is possible with the standard product (I haven't managed to work out how, if so), or if I am looking for a new extension or some other code variation:
What I am looking to do is maintain the Ajax 2-pane view all the way through a folder tree, but when a file in the structure has the htm/html file type, instead of it opening on a new browser window if double-clicked I would like it to replace the file list area with the content of that HTML file. You can assume that the HTML within that file will be valid and constrained as we are automatically generating the file - e.g. it could be constructed such that all the content is between
and
tags. And if it's preferable to define a new file type to associate with this action as well to avoid interfering with 'real' HTML files in the system then that is also quite acceptable.
Is this achievable with the standard product - if so could someone please tell me how? If not, perhaps Peter could indicate whether this sort of change would be easy to implement?