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 default_view: false, |
50 views_parameters: true, |
51 /* Allows to load default view (zoom+offset) at start on read_only mode, instead of autoScale. the default_view will be the last */ |
51 /* load parameters (offset + zoom) from the view or use autoscale */ |
|
52 views_nodes: true, |
|
53 /* load hidden nodes from the view or show all of them */ |
52 default_index_view: -1, |
54 default_index_view: -1, |
53 |
55 |
54 /* URL parsing */ |
56 /* URL parsing */ |
55 url_parameters: true, |
57 url_parameters: true, |
56 /* accept or not hash parameters in the url */ |
58 /* accept or not hash parameters in the url */ |
57 update_url: true, |
59 update_url: true, |
58 /* update the url each time the paper shift or on zoom in/out, with the serialized view (offset and scale) */ |
60 /* update the url each time the paper shift or on zoom in/out, with the serialized view (offset and scale) */ |
|
61 /* Considered as false if url_parameters is false */ |
59 |
62 |
60 |
63 |
61 /* TOP BAR BUTTONS */ |
64 /* TOP BAR BUTTONS */ |
62 show_search_field: true, |
65 show_search_field: true, |
63 show_user_list: true, |
66 show_user_list: true, |