{"id":403,"date":"2023-11-20T15:24:59","date_gmt":"2023-11-20T07:24:59","guid":{"rendered":""},"modified":"2025-01-22T15:50:23","modified_gmt":"2025-01-22T07:50:23","slug":"article-slug-316","status":"publish","type":"post","link":"https:\/\/support.fuxinsoft.cn\/?p=403","title":{"rendered":"\u6dfb\u52a0\u8868\u5355\u7ea7\u522b\u7684JavaScript\u7684Action"},"content":{"rendered":"\n<p>\u5f53\u60a8\u60f3\u6dfb\u52a0\u8868\u5355\u7ea7\u522b\u7684JavaScript\uff0c\u8bf7\u53c2\u8003\u5982\u4e0b\u793a\u4f8b\u4ee3\u7801\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code has-body-font-family has-medium-font-size\"><code>\/\/\u6dfb\u52a0\u6587\u672c\u57df\n\nControl control = form.addControl(page, \"Text Field0\", Field.e_TypeTextField, new RectF(50, 600, 90, 640));\n\ncontrol.getField().setValue(\"3\");\n\n\/\/ \u66f4\u65b0\u5916\u89c2\n\ncontrol.getWidget().resetAppearanceStream();\n\nControl control1 = form.addControl(page, \"Text Field1\", Field.e_TypeTextField, new RectF(100, 600, 140, 640));\n\ncontrol1.getField().setValue(\"23\");\n\n\/\/ \u66f4\u65b0\u5916\u89c2\n\ncontrol1.getWidget().resetAppearanceStream();\n\nControl control2 = form.addControl(page, \"Text Field2\", Field.e_TypeTextField, new RectF(150, 600, 190, 640));\n\nField field2 = control2.getField();\n\nJavaScriptAction javascipt_action = new JavaScriptAction(Action.create(form.getDocument(),\n\nAction.e_TypeJavaScript));\n\njavascipt_action.setScript(\"AFSimple_Calculate(\\\"SUM\\\", new Array (\\\"Text Field0\\\", \\\"Text Field1\\\"));\");\n\nAdditionalAction aa = new AdditionalAction(field2);\n\naa.setAction(AdditionalAction.e_TriggerFieldRecalculateValue, javascipt_action);\n\n\/\/ \u66f4\u65b0\u5916\u89c2\n\ncontrol2.getWidget().resetAppearanceStream();<\/code><\/pre>\n\n\n\n<p>\u5982\u4e0a\u5c1d\u8bd5\uff0c\u53ef\u4ee5\u52a9\u60a8\u89e3\u51b3\u8fd9\u4e2a\u52a8\u4f5c\u9700\u6c42\u3002<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5f53\u60a8\u60f3\u6dfb\u52a0\u8868\u5355\u7ea7\u522b\u7684JavaScript\uff0c\u8bf7\u53c2\u8003\u5982\u4e0b\u793a\u4f8b\u4ee3\u7801\uff1a \u5982\u4e0a\u5c1d\u8bd5\uff0c\u53ef\u4ee5\u52a9\u60a8\u89e3\u51b3\u8fd9\u4e2a\u52a8\u4f5c\u9700\u6c42\u3002<\/p>\n","protected":false},"author":11,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[77],"tags":[221,212,217,218],"class_list":["post-403","post","type-post","status-publish","format-standard","hentry","category-gsdk","tag-action","tag-javascript","tag-217","tag-218"],"pp_statuses_selecting_workflow":false,"pp_workflow_action":"current","pp_status_selection":"publish","_links":{"self":[{"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=\/wp\/v2\/posts\/403","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=403"}],"version-history":[{"count":2,"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=\/wp\/v2\/posts\/403\/revisions"}],"predecessor-version":[{"id":4239,"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=\/wp\/v2\/posts\/403\/revisions\/4239"}],"wp:attachment":[{"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=403"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=403"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/support.fuxinsoft.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=403"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}