35 element_delete_delay: 0, |
35 element_delete_delay: 0, |
36 /* Delay between clicking on the bin on an element and really deleting it |
36 /* Delay between clicking on the bin on an element and really deleting it |
37 Set to 0 for delete confirm */ |
37 Set to 0 for delete confirm */ |
38 autoscale_padding: 50, |
38 autoscale_padding: 50, |
39 resize: true, |
39 resize: true, |
40 |
40 |
41 /* zoom options */ |
41 /* zoom options */ |
42 show_zoom: true, |
42 show_zoom: true, |
43 /* show zoom buttons */ |
43 /* show zoom buttons */ |
44 save_view: true, |
44 save_view: true, |
45 /* show buttons to save view */ |
45 /* show buttons to save view */ |
46 default_view: false, |
46 default_view: false, |
47 /* Allows to load default view (zoom+offset) at start on read_only mode, instead of autoScale. the default_view will be the last */ |
47 /* Allows to load default view (zoom+offset) at start on read_only mode, instead of autoScale. the default_view will be the last */ |
48 |
48 |
49 |
49 |
50 /* TOP BAR BUTTONS */ |
50 /* TOP BAR BUTTONS */ |
51 show_search_field: true, |
51 show_search_field: true, |
52 show_user_list: true, |
52 show_user_list: true, |
53 user_name_editable: true, |
53 user_name_editable: true, |
54 user_color_editable: true, |
54 user_color_editable: true, |
72 minimap_padding: 20, |
72 minimap_padding: 20, |
73 minimap_background_color: "#ffffff", |
73 minimap_background_color: "#ffffff", |
74 minimap_border_color: "#cccccc", |
74 minimap_border_color: "#cccccc", |
75 minimap_highlight_color: "#ffff00", |
75 minimap_highlight_color: "#ffff00", |
76 minimap_highlight_weight: 5, |
76 minimap_highlight_weight: 5, |
77 |
77 |
78 |
78 |
79 /* EDGE/NODE COMMON OPTIONS */ |
79 /* EDGE/NODE COMMON OPTIONS */ |
80 |
80 |
81 buttons_background: "#202020", |
81 buttons_background: "#202020", |
82 buttons_label_color: "#c000c0", |
82 buttons_label_color: "#c000c0", |
83 buttons_label_font_size: 9, |
83 buttons_label_font_size: 9, |
|
84 |
|
85 default_dash_array : [4, 5], |
84 |
86 |
85 /* NODE DISPLAY OPTIONS */ |
87 /* NODE DISPLAY OPTIONS */ |
86 |
88 |
87 show_node_circles: true, |
89 show_node_circles: true, |
88 /* Show circles for nodes */ |
90 /* Show circles for nodes */ |
131 /* NODE EDITOR OPTIONS */ |
133 /* NODE EDITOR OPTIONS */ |
132 |
134 |
133 show_node_editor_uri: true, |
135 show_node_editor_uri: true, |
134 show_node_editor_description: true, |
136 show_node_editor_description: true, |
135 show_node_editor_size: true, |
137 show_node_editor_size: true, |
136 show_node_editor_color: true, |
138 show_node_editor_style: true, |
137 show_node_editor_image: true, |
139 show_node_editor_image: true, |
138 show_node_editor_creator: true, |
140 show_node_editor_creator: true, |
139 allow_image_upload: true, |
141 allow_image_upload: true, |
140 uploaded_image_max_kb: 500, |
142 uploaded_image_max_kb: 500, |
141 |
143 |