# HG changeset patch # User cavaliet # Date 1391789936 -3600 # Node ID 9851e84a0b3714c95fac21a3e54d5f62db8b3bae # Parent 9205f27ac325e738ef12fc4763d7571ebb521393 update readme diff -r 9205f27ac325 -r 9851e84a0b37 client/README.md --- a/client/README.md Fri Feb 07 16:17:05 2014 +0100 +++ b/client/README.md Fri Feb 07 17:18:56 2014 +0100 @@ -175,7 +175,7 @@ url: "data/simple-persist.php" }); -N.B. : you can embed the renkan in a div, the renkan container css should have overflow:hidden in order to hide bins when the user wants to. +If you embed the renkan in a div, the renkan container css should have overflow:hidden in order to hide bins when the user wants to. ## More configuration @@ -280,4 +280,15 @@ url: "data/simple-persist.php" }); }); - \ No newline at end of file + + +## Tests + +Because of a simple php file enabling persistent connection, you can not test the writables examples by only opening them in your browser. +A url like file:///path/to/folder/test-writable-\*.html will not work. +You need to run a localhost server that executes php and go to a url like http://localhost/renkan/test/test-writable-\*.html. + +For read only examples, it appears that for security reasons urls like file:///path/to/folder/test-readonly-\*.html only work on Firefox. +To see those examples with other browsers, you also need to run a localhost server and go to a url like http://localhost/renkan/test/test-readonly-\*.html. + +