On Wed, Apr 25, 2012 at 7:18 PM, lkcl luke <[email protected]> wrote:
> Â copying the images is simple: if the files don't exist in public, copy them. ok, it should probably actually be: if the files don't exist in the same location as the html loader file passed in to pyjd.setup, and the loader file's URI is "file://" then check each of tree_closed.gif, tree_open.gif etc and copy them over. the alternative is to hook the HTTP loader for each of the engines, but that's pretty much flat-out impossible. the other alternative is to make all the images be CSS styles. as the only engine that wouldn't support this would be pyjd MSHTML with IE6 i think i could live with that :) l.

