client/js/defaults.js
changeset 597 ebdd1d769158
parent 560 05a4380227f3
child 633 fdff56da097d
equal deleted inserted replaced
596:58bcb390c9e2 597:ebdd1d769158
    50     view_force_autoscale: true,
    50     view_force_autoscale: true,
    51         /* Force autoscale when the Renkan is loaded */
    51         /* Force autoscale when the Renkan is loaded */
    52     view_show_hiddennodes: true,
    52     view_show_hiddennodes: true,
    53         /* Show all the node when the Renkan is loaded */
    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 */
    59     update_url: true,
    59     update_url: true,
    60         /* 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 */
    61         /* Considered as false if url_parameters is false */
    62     
    62 
    63 
    63 
    64     /* TOP BAR BUTTONS */
    64     /* TOP BAR BUTTONS */
    65     show_search_field: true,
    65     show_search_field: true,
    66     show_user_list: true,
    66     show_user_list: true,
       
    67         /* show the user list */
    67     user_name_editable: true,
    68     user_name_editable: true,
       
    69         /* allow the edition of the user name */
    68     user_color_editable: true,
    70     user_color_editable: true,
       
    71         /* allow the edition of the user color */
    69     show_user_color: true,
    72     show_user_color: true,
       
    73         /* show user colors in the list */
    70     show_save_button: true,
    74     show_save_button: true,
    71     show_export_button: true,
    75     show_export_button: true,
    72     show_open_button: false,
    76     show_open_button: false,
    73     show_addnode_button: true,
    77     show_addnode_button: true,
    74     show_addedge_button: true,
    78     show_addedge_button: true,