diff -r dbd90c784424 -r cc9deb3b3e13 client/render-test.html --- a/client/render-test.html Mon Mar 11 14:43:52 2013 +0100 +++ b/client/render-test.html Wed Mar 13 10:19:24 2013 +0100 @@ -16,6 +16,7 @@ + @@ -26,6 +27,20 @@ _renkan = new Rkns.Renkan({ url: "data/simple-persist.php", bins: [ + { + bin: Rkns.ListBin, + title: "Ressources", + list: [ + { + url: "http://www.google.com/", + title: "Google", + description: "Search engine", + image: "http://www.google.fr/images/srpr/logo4w.png" + }, { + url: "http://www.twitter.com/" + } + ] + } ], search: [ { @@ -49,7 +64,8 @@ ], property_files: [ "data/properties.json" ], user_id: "u-iri", - language: "fr" + language: "fr", + //clip_images: false }); Rkns.jsonIO(_renkan, { url: "data/simple-persist.php"