Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
English
Take note of the "Post Processing Tool" attribute in a form builder's properties. We can see that it is listing down a list of Process Tool plugin for App Designer to choose.
Thai

จดบันทึกคุณสมบัติ "เครื่องมือประมวลผลภายหลัง" ในคุณสมบัติของเครื่องมือสร้างแบบฟอร์ม เราสามารถเห็นได้ว่ามันกำลังแสดงรายการปลั๊กอินเครื่องมือกระบวนการเพื่อให้ App Designer เลือก


...

Line 5 - Attribute "options_ajax" with the service URL set is responsible to load all the plugin tied to "org.joget.plugin.base.ApplicationPlugin" (Process Tool) into the selection. You may change the value to load the appropriate type of plugin you want.

[CONTEXT_PATH] is a special variable that will be replaced automatically at runtime with the Joget web app context information. (e.g.  http://localhost:8080/jw )

Thai

บรรทัดที่ 5 - แอตทริบิวต์ "options_ajax" พร้อมชุด URL บริการรับผิดชอบโหลดปลั๊กอินทั้งหมดที่เชื่อมโยงกับ "org.joget.plugin.base.ApplicationPlugin" (เครื่องมือประมวลผล) ลงในส่วนที่เลือก คุณสามารถเปลี่ยนค่าเพื่อโหลดประเภทของปลั๊กอินที่คุณต้องการ [CONTEXT_PATH] เป็นตัวแปรพิเศษที่จะถูกแทนที่โดยอัตโนมัติในขณะทำงานด้วยข้อมูลบริบทของแอปพลิเคชันเว็บ Joget (เช่น http: // localhost: 8080 / jw)

Line 6 - With the value in Line 4 set, the property editor will make a call to this URL, passing along the selection made. (e.g. http://localhost:8080/jw/web/property/json/expenseclaim/1/getPropertyOptions?value=org.joget.apps.app.lib.EmailTool)

[CONTEXT_PATH] is a special variable that will be replaced automatically at runtime with the Joget webapp context information. (e.g.  http://localhost:8080/jw )

[APP_PATH] is a special variable that will be replaced automatically at runtime with the Joget App context information. (e.g. /expenseclaim/1)

Thai

บรรทัด 6 - ด้วยค่าในชุด Line 4 ตัวแก้ไขคุณสมบัติจะทำการเรียกไปยัง URL นี้ผ่านไปตามการเลือกที่ทำ (e.g. http://localhost:8080/jw/web/property/json/expenseclaim/1/getPropertyOptions?value=org.joget.apps.app.lib.EmailTool)

[CONTEXT_PATH] เป็นตัวแปรพิเศษที่จะถูกแทนที่โดยอัตโนมัติในขณะทำงานด้วยข้อมูลบริบทของ Jappet webapp (e.g.  http://localhost:8080/jw )

[APP_PATH] เป็นตัวแปรพิเศษที่จะถูกแทนที่โดยอัตโนมัติในขณะทำงานด้วยข้อมูลบริบทของ Joget App (e.g. /expenseclaim/1)

...