File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -397,17 +397,17 @@ In the `<div>` element with "simpleGUI" id one can specify many custom parameter
397397JSROOT can read files from local file system using HTML5 FileReader functionality.
398398Main limitation here - user should interactively select files for reading.
399399There is button __ "..."__ on the main JSROOT page, which starts file selection dialog.
400- Or one could invoke such dialog with "localfile" parameter in URL string .
400+ If valid ROOT file is selected, JSROOT will be able to normally read content of such file .
401401
402- - < https://root.cern/js/latest/? localfile>
402+ One could try to invoke such dialog with " localfile" parameter in URL string:
403403
404- If valid ROOT file is selected, JSROOT will be able to normally read content of such file.
405- In some browsers due to security settings automatic popup of file dialog is forbidden, therefore
406- one may need to press button explicitely .
404+ - < https://root.cern/js/latest/?localfile >
405+
406+ It could happen, that due to security limitations automatic popup will be blocked .
407407
408408For debuging purposes one can install JSROOT on local file system and let read ROOT files from the same location. Like:
409409
410- - < file://home/user/jsroot/index.htm?file=hsimple.root&item=hpx >
410+ - < file:/// home/user/jsroot/index.htm?file=hsimple.root&item=hpx >
411411
412412But this works only with Firefox.
413413
You can’t perform that action at this time.
0 commit comments