equal
deleted
inserted
replaced
45 /* zoom options */ |
45 /* zoom options */ |
46 show_zoom: true, |
46 show_zoom: true, |
47 /* show zoom buttons */ |
47 /* show zoom buttons */ |
48 save_view: true, |
48 save_view: true, |
49 /* show buttons to save view */ |
49 /* show buttons to save view */ |
50 views_parameters: true, |
50 view_force_autoscale: true, |
51 /* load parameters (offset + zoom) from the view or use autoscale */ |
51 /* Force autoscale when the Renkan is loaded */ |
52 views_nodes: true, |
52 view_show_hiddennodes: true, |
53 /* load hidden nodes from the view or show all of them */ |
53 /* Show all the node when the Renkan is loaded */ |
54 default_index_view: -1, |
54 default_index_view: -1, |
55 |
55 |
56 /* URL parsing */ |
56 /* URL parsing */ |
57 url_parameters: true, |
57 url_parameters: true, |
58 /* accept or not hash parameters in the url */ |
58 /* accept or not hash parameters in the url */ |