Index: arms/html/pdVersionServiceRegist/content-container.html =================================================================== diff -u -r6579620979bdd13fd107e57d3eb98b027daa079d -rb857913cbb89eae815d96bf91691009e6d9c1327 --- arms/html/pdVersionServiceRegist/content-container.html (.../content-container.html) (revision 6579620979bdd13fd107e57d3eb98b027daa079d) +++ arms/html/pdVersionServiceRegist/content-container.html (.../content-container.html) (revision b857913cbb89eae815d96bf91691009e6d9c1327) @@ -45,47 +45,7 @@
-
-
- -
-
- Light Blue - is a next generation admin template based on the latest Metro design. There are few reasons we want to tell you, why we have created it: - We didn't like the darkness of most of admin templates, so we created this light one. We didn't like the high contrast of most of admin templates, so we created this unobtrusive one. - We searched for a solution of how to make widgets look like real widgets, so we decided that deep background - is what makes widgets look real. -
-
-
-
- -
-
- Why don't use Lore Ipsum? I think if some one says don't use lore ipsum it's very controversial point. I think the opposite actually. Everyone knows what is lore ipsum - it is - easy to understand if text is lore ipsum. You'll automatically skip - because you know - it's just non-informative stub. But what if there some text like this one? You start to read it! - But the goal of this text is different. The goal is the example. So a bit of Lore Ipsum is always very good practice. Keep it in mind! -
-
-
-
- -
-
- Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin -
-
-
+
@@ -97,15 +57,13 @@

- 제품(서비스) 조회 + 제품(서비스) Version 등록

-
-
@@ -117,8 +75,72 @@ // + product name + + `; + + for(let i = 0; i < menu.length; i++){ + + data += ` +
+
+ +
+
+
+ ${menu[i].c_type} +
+
+
+ `; + + } + + main.html(data); + + } + + $.fn.jsonMenu = function(action, items, options){ + $(this).addClass("json-menu") + if(action == "add"){ + menu.body.push(items); + draw($(this)); + } else if(action == "set"){ + menu = items; + draw($(this)); + } + return this; + } + })( jQuery ); + + // 초기 개발 및 확인 용도 $(function () { + $.ajax( "/auth-user/api/arms/pdVersionService/getChildNode.do?c_id=1") + .done(function(json) { + console.log(json); + $("#versionAccordion").jsonMenu("set", json,{speed:5000}); + }) + .fail(function(jqXHR) { + console.log( "error" ); + }) + .always(function(jqXHR) { + console.log( "finished" ); + }); + + }); //]]> Index: arms/pdVersionServiceRegist.html =================================================================== diff -u -rc093beea7851a900ae265b4e374b4e3b88166a25 -rb857913cbb89eae815d96bf91691009e6d9c1327 --- arms/pdVersionServiceRegist.html (.../pdVersionServiceRegist.html) (revision c093beea7851a900ae265b4e374b4e3b88166a25) +++ arms/pdVersionServiceRegist.html (.../pdVersionServiceRegist.html) (revision b857913cbb89eae815d96bf91691009e6d9c1327) @@ -318,5 +318,6 @@ + \ No newline at end of file