client/js/defaults.js
changeset 461 48235ed6b07d
parent 459 98cae534083d
parent 447 e246651b6626
child 462 255b66d1ce78
equal deleted inserted replaced
460:bdf851bb1c4f 461:48235ed6b07d
     8         /* List of Search Engines */
     8         /* List of Search Engines */
     9     bins: [],
     9     bins: [],
    10            /* List of Bins */
    10            /* List of Bins */
    11     static_url: "",
    11     static_url: "",
    12         /* URL for static resources */
    12         /* URL for static resources */
       
    13     popup_editor: true,
       
    14         /* show the node editor as a popup inside the renkan view */
       
    15     editor_panel: 'editor-panel',
       
    16         /* GUI continer DOM element ID of the editor panel */
    13     show_bins: true,
    17     show_bins: true,
    14         /* Show bins in left column */
    18         /* Show bins in left column */
    15     properties: [],
    19     properties: [],
    16         /* Semantic properties for edges */
    20         /* Semantic properties for edges */
    17     show_editor: true,
    21     show_editor: true,