質問編集履歴

2

JSON出力部分追記

2017/01/03 06:40

投稿

nnahito
nnahito

スコア2004

test CHANGED
File without changes
test CHANGED
@@ -62,6 +62,14 @@
62
62
 
63
63
 
64
64
 
65
+ <!-- JSON出力部分 -->
66
+
67
+ <textarea id="nestable-output"></textarea>
68
+
69
+
70
+
71
+
72
+
65
73
  <script>
66
74
 
67
75
  /* JSONからTreeを作成 */
@@ -148,7 +156,7 @@
148
156
 
149
157
 
150
158
 
151
- updateOutput( $('#nestable').data('output', $('#nestable-output')) );
159
+ updateOutput( $('#TreeNode').data('output', $('#nestable-output')) );
152
160
 
153
161
 
154
162
 

1

コードの書き写し場所ミスを修正

2017/01/03 06:39

投稿

nnahito
nnahito

スコア2004

test CHANGED
File without changes
test CHANGED
@@ -46,17 +46,17 @@
46
46
 
47
47
 
48
48
 
49
- <!-- エディタ部分 -->
49
+ <!-- ツリー部分 -->
50
-
50
+
51
- <div class="split-pane-component" id="right-component">
51
+ <div class="dd" id="TreeNode">
52
-
52
+
53
- <div class="pretty-split-pane-component-inner">
53
+ <ol class='dd-list dd3-list'>
54
-
54
+
55
- <textarea id="scenario-area" class="lined"></textarea>
55
+ <div id="dd-empty-placeholder"></div>
56
+
56
-
57
+ </ol>
58
+
57
- </div>
59
+ </div>
58
-
59
- </div>
60
60
 
61
61
 
62
62