{"id":3724,"date":"2014-09-02T17:24:35","date_gmt":"2014-09-02T08:24:35","guid":{"rendered":"https:\/\/gunmagisgeek.com\/wordpress\/?p=3724"},"modified":"2014-09-03T09:16:51","modified_gmt":"2014-09-03T00:16:51","slug":"post-3724","status":"publish","type":"post","link":"https:\/\/gunmagisgeek.com\/blog\/webix\/3724","title":{"rendered":"Webix+ADDRAjax \u3067\u4f4f\u6240\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u691c\u7d22\u3092\u884c\u3046\u3002"},"content":{"rendered":"<p><a href=\"http:\/\/shimz.me\/example\/webix\/addrajax\/index.html\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/gunmagisgeek.com\/blog\/wp-content\/uploads\/2014\/09\/webix_addrajax.png\" alt=\"Webix+ADDRAjax \u3067\u4f4f\u6240\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u691c\u7d22\u3092\u884c\u3046\u3002\" width=\"590\" height=\"421\" class=\"aligncenter size-full wp-image-3725\" srcset=\"https:\/\/gunmagisgeek.com\/blog\/wp-content\/uploads\/2014\/09\/webix_addrajax.png 590w, https:\/\/gunmagisgeek.com\/blog\/wp-content\/uploads\/2014\/09\/webix_addrajax-210x150.png 210w\" sizes=\"auto, (max-width: 590px) 100vw, 590px\" \/><\/a><\/p>\n<p><a href=\"http:\/\/shimz.me\/example\/webix\/addrajax\/index.html\">example<\/a><\/p>\n<p><a href=\"http:\/\/webix.com\/\">Webix<\/a>\u306b<a href=\"http:\/\/www.kawa.net\/works\/ajax\/addrajax\/addrajax.html\">ADDRAjax<\/a>\u3092\u7d44\u307f\u8fbc\u3093\u3067\u4f7f\u3046\u65b9\u6cd5\u3067\u3059\u3002<\/p>\n<p>\u30dd\u30a4\u30f3\u30c8\u306fui.select\u30d3\u30e5\u30fc\u306eattributes\u30d7\u30ed\u30d1\u30c6\u30a3\u3067name\u5c5e\u6027\u3092\u6307\u5b9a\u3057\u3066\u3042\u3052\u308b\u3053\u3068\u3067\u3059\u3002\u30d3\u30e5\u30fc\u306ename\u30d7\u30ed\u30d1\u30c6\u30a3\u306f\u30a8\u30ec\u30e1\u30f3\u30c8\u306ename\u5c5e\u6027\u3068\u306f\u307e\u305f\u5225\u306a\u306e\u3067\u6ce8\u610f\u3002<\/p>\n<h2>\u30b5\u30f3\u30d7\u30eb<\/h2>\n<p>webix,ADDRAjax(&#038;jQuery)\u306f\u5148\u306b\u8aad\u307f\u8fbc\u3093\u3067\u304a\u3044\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n<pre class=\"lang:js decode:true \" >webix.ready(function(){\r\n\tnew webix.ui({\r\n\t\tview:\"form\",\r\n\t\tid:\"form\",\r\n\t\trows:\r\n\t\t[\r\n\t\t\t{\r\n\t\t\t\tid:\"address\",\r\n\t\t\t\tcols:[\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\twidth:200,\r\n\t\t\t\t\t\tname:\"pref\",\r\n\t\t\t\t\t\tattributes:{ name:\"pref\" },\r\n\t\t\t\t\t\tview:\"select\",\r\n\t\t\t\t\t\tlabel:\"\u90fd\u9053\u5e9c\u770c\",\r\n\t\t\t\t\t\tlabelAlign:'right',\r\n\t\t\t\t\t\toptions:[\r\n\t\t\t\t\t\t\t{ value:\"\u2193(\u90fd\u9053\u5e9c\u770c)\"}\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t},\t\t\t\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\twidth:200,\r\n\t\t\t\t\t\tname:\"city\",\r\n\t\t\t\t\t\tattributes:{ name:\"city\" },\r\n\t\t\t\t\t\tview:\"select\",\r\n\t\t\t\t\t\tlabel:\"\u5e02\u533a\u753a\u6751\",\r\n\t\t\t\t\t\tlabelAlign:'right',\r\n\t\t\t\t\t\toptions:[\r\n\t\t\t\t\t\t\t{ value:\"\u2193(\u5e02\u533a\u753a\u6751)\"}\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t},\t\t\t\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\twidth:180,\r\n\t\t\t\t\t\tname:\"town\",\r\n\t\t\t\t\t\tattributes:{ name:\"town\" },\r\n\t\t\t\t\t\tview:\"select\",\r\n\t\t\t\t\t\tlabel:\"\u753a\u57df\",\r\n\t\t\t\t\t\tlabelAlign:'right',\r\n\t\t\t\t\t\toptions:[\r\n\t\t\t\t\t\t\t{ value:\"\u2193(\u753a\u57df)\"}\r\n\t\t\t\t\t\t]\r\n\t\t\t\t\t},\r\n\t\t\t\t]\t\t\t\r\n\t\t\t},\r\n\t\t\t{ view:\"button\", id:\"form_Send_btn\", value:\"\u53d6\u5f97\", type:\"form\"}\r\n\t\t]\r\n\t}).show();\r\n\t\r\n\t\/\/form\u304b\u3089\u9078\u629e\u3055\u308c\u305f\u9805\u76ee\u3092\u53d6\u5f97\r\n\t$$(\"form_Send_btn\").attachEvent(\"onItemClick\", function(){\r\n\t\tvar param = $$(\"form\").getValues();\r\n\t\talert(JSON.stringify(param, \" \", \"n\"))\r\n\t})\r\n\t\r\n\t\/\/addrajax\u306e\u8a2d\u5b9a\r\n\tvar addrajax = new ADDRAjax( 'pref', 'city', 'town' );\r\n\taddrajax.JSONDATA = 'http:\/\/shimz.me\/libs\/addrajax\/data\/';\r\n\taddrajax.init();\r\n\taddrajax.setAddress('\u7fa4\u99ac\u770c');\r\n\t\r\n});<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>example Webix\u306bADDRAjax\u3092\u7d44\u307f&hellip;<\/p>\n","protected":false},"author":1,"featured_media":3725,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[58],"tags":[],"class_list":["post-3724","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-webix","has-post-thumbnail-archive"],"_links":{"self":[{"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/posts\/3724","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/comments?post=3724"}],"version-history":[{"count":0,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/posts\/3724\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/media\/3725"}],"wp:attachment":[{"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/media?parent=3724"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/categories?post=3724"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gunmagisgeek.com\/blog\/wp-json\/wp\/v2\/tags?post=3724"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}