Hi Dario,
This is possible to print, but you have to follow one or more steps, depending on what Browser you use.
- Save the editor file locally (E.g. on your Desktop)
- Open this file in your browser.
This will be all you need to do if your browser displays the file OK. You can expand/collapse any field hierarchies you have, show/hide data tables & descriptions and toggle the name of each parameter (just try clicking the various 'links'). I'll attach a screen-shot.
The browser uses a remote style-sheet to transform the editor file xml into html for display in the browser. The reason that this doesn't work in some browsers is that their security settings don't allow this.
- Safari works OK
- Firefox and Chrome don't work.
The solutions are to use a different Browser (E.g. Safari) or...
If you download the style-sheet at
http://cvs.openmicroscopy.org.uk/snapsh ... r2html.xsland put it where you save your Editor files (E.g your Desktop).
Now you need to edit the OMERO.editor configuration file, so that the files that are exported know where to find the style sheet:
Look in your OMERO.clients folder (where Insight and Editor are), look in the 'config' folder for 'editor.xml'. If you edit this XML, changing the line
- Code: Select all
<!-- The location of the style-sheet, for viewing files in a browser.-->
<entry name="/xml/editor.xsl">http://cvs.openmicroscopy.org.uk/snapshots/omero/editor/xsl/cpeEditor2html.xsl
</entry>
like this:
- Code: Select all
<!-- The location of the style-sheet, for viewing files in a browser.-->
<entry name="/xml/editor.xsl">cpeEditor2html.xsl</entry>
Save this file.
Now, whenever you export an Editor file (and put it in the same place as the cpeEditor2html.xsl style sheet) it should display OK in any browser!
Hope that works OK for you.
I'll maybe add these notes to the documentation.
Cheers,
Will.