Project

General

Profile

GraphsCrudTreePanel » History » Version 1

Anonymous, 15/02/2016 17:38

1 1 Anonymous
h1. GraphsCrudTreePanel
2 1 Anonymous
3 1 Anonymous
h2. 1st, In  _cxtMenuHandler : function (item),  
4 1 Anonymous
5 1 Anonymous
h3.  In the case _'create-node',_
6 1 Anonymous
# Change graphTree : this to true, 
7 1 Anonymous
# Add the connection between project and dataset as we need to list all the datasets imported in the project before:        @projectId : this.projectId,@
8 1 Anonymous
# Don't forget your semi comma, please.
9 1 Anonymous
10 1 Anonymous
h2. 2nd, In  _cxtMenuHandler : function (item), 
11 1 Anonymous
12 1 Anonymous
h3.  In the case _'edit-node'_ 
13 1 Anonymous
# Do the same thing as 1st operation
14 1 Anonymous
# Check the semi comma 
15 1 Anonymous
16 1 Anonymous
17 1 Anonymous