{"id":285,"date":"2013-07-17T02:07:25","date_gmt":"2013-07-17T02:07:25","guid":{"rendered":"http:\/\/blog.moramcnt.com\/?p=285"},"modified":"2013-07-17T02:07:25","modified_gmt":"2013-07-17T02:07:25","slug":"onsavepostcompleted","status":"publish","type":"post","link":"http:\/\/blog.moramcnt.com\/?p=285","title":{"rendered":"onSavePostCompleted"},"content":{"rendered":"<pre>\r\npublic event EventHandler onSavePostCompleted;\r\n<\/pre>\n<p>\n\ub370\uc774\ud130 \uc800\uc7a5 \uc804\uc1a1 \uc644\ub8cc \uc774\ubca4\ud2b8(WCF\/Restful \uc804\uc6a9)\n<\/p>\n<ul>\n<li>\uc0c1\uc138\uc124\uba85<\/li>\n<\/ul>\n<ul>\n<li>\uc608\uc81c<\/li>\n<\/ul>\n<pre>\r\nfunction doSavePost()\r\n{\r\n\tvar objDataGrid = document.getElementById(\"slDataGrid\").Content.EntryPoint;\r\n\tif (doDataValidate(objDataGrid))\r\n\t{\r\n\t\tobjDataGrid.savePost();\r\n\t\tobjDataGrid.onSavePostCompleted = onSaveCompletedHandler;\r\n\t}\r\n}\r\n\r\nfunction onSaveCompletedHandler(objSender, objEvent)\r\n{\r\n\tif (objEvent.ReturnCode == 1)\r\n\t{\r\n\t    alert(\"\uc131\uacf5\uc801\uc73c\ub85c \uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\");\r\n\t}\r\n\telse\r\n\t{\r\n\t    alert(\"\uc800\uc7a5\uc5d0 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.\");\r\n\t}\r\n}\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>public event EventHandler onSavePostCompleted; \ub370\uc774\ud130 \uc800\uc7a5 \uc804\uc1a1 \uc644\ub8cc \uc774\ubca4\ud2b8(WCF\/Restful \uc804\uc6a9) \uc0c1\uc138\uc124\uba85 \uc608\uc81c function doSavePost() { var objDataGrid = document.getElementById(&#8220;slDataGrid&#8221;).Content.EntryPoint; if (doDataValidate(objDataGrid)) { objDataGrid.savePost(); objDataGrid.onSavePostCompleted = onSaveCompletedHandler; } } function onSaveCompletedHandler(objSender, objEvent) { if (objEvent.ReturnCode == 1) { alert(&#8220;\uc131\uacf5\uc801\uc73c\ub85c \uc800\uc7a5\ub418\uc5c8\uc2b5\ub2c8\ub2e4.&#8221;); } else { alert(&#8220;\uc800\uc7a5\uc5d0 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4.&#8221;); } }<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[13,12,15],"tags":[],"class_list":["post-285","post","type-post","status-publish","format-standard","hentry","category-datagrid","category-moria","category-event"],"_links":{"self":[{"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=\/wp\/v2\/posts\/285","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=285"}],"version-history":[{"count":1,"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=\/wp\/v2\/posts\/285\/revisions"}],"predecessor-version":[{"id":286,"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=\/wp\/v2\/posts\/285\/revisions\/286"}],"wp:attachment":[{"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=285"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=285"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blog.moramcnt.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=285"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}