GraphsCrudTreePanel » History » Version 1
Guanji Wang, 15/02/2016 17:38
1 | 1 | Guanji Wang | h1. GraphsCrudTreePanel |
---|---|---|---|
2 | 1 | Guanji Wang | |
3 | 1 | Guanji Wang | h2. 1st, In _cxtMenuHandler : function (item), |
4 | 1 | Guanji Wang | |
5 | 1 | Guanji Wang | h3. In the case _'create-node',_ |
6 | 1 | Guanji Wang | # Change graphTree : this to true, |
7 | 1 | Guanji Wang | # 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 | Guanji Wang | # Don't forget your semi comma, please. |
9 | 1 | Guanji Wang | |
10 | 1 | Guanji Wang | h2. 2nd, In _cxtMenuHandler : function (item), |
11 | 1 | Guanji Wang | |
12 | 1 | Guanji Wang | h3. In the case _'edit-node'_ |
13 | 1 | Guanji Wang | # Do the same thing as 1st operation |
14 | 1 | Guanji Wang | # Check the semi comma |
15 | 1 | Guanji Wang | |
16 | 1 | Guanji Wang | |
17 | 1 | Guanji Wang |