Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Sub Form is integral in completing a typical process flow. It enables one to show another form within a form, and it has no limit on the depth that it can show. เป็นส่วนประกอบสำคัญในการทำให้ผังกระบวนการทั่วไปเสร็จสมบูรณ์ ช่วยให้หนึ่งแบบฟอร์มสามารถแสดงรูปแบบอื่นภายในแบบฟอร์มย่อย และไม่มีขีดจำกัดเกี่ยวกับความลึกที่สามารถแสดงแบบฟอร์มย่อย |
Figure ภาพที่ 1: Screenshot highlighting Subform in sample ภาพตัวอย่างแสดงแบบฟอร์มย่อยใน App HR Expenses Claim appclaim
ภาพรวมในหัวข้อนี้ได้จาก Screenshots taken from http://localhost:8080/jw/web/console/app/hr_expense/1/form/builder/hr_expense_claim#
Figure ภาพที่ 2: Subform Propertiesคุณสมบัติแบบฟอร์มย่อย
Name | Description |
---|---|
ID | รหัส เนื่องจากฟอร์มย่อยไม่ใช่ฟิลด์อินพุตหนึ่งจึงอาจปล่อยไว้ตามที่เป็น Element ID. Since the subform is not an input field, one may leave it as it is. |
Label | Subform label.ป้ายกำกับฟอร์มย่อย |
FormForm to be loaded as Subform. | แบบฟอร์มที่จะโหลดเป็นแบบฟอร์มย่อย |
Figure ภาพที่ 3: Subform Properties คุณสมบัติแบบฟอร์มย่อย - UIหน้าจอผู้ใช้งาน
Name | Description |
---|---|
Readonly | Determines if the element is editable.กำหนดว่าแผ่นตารางทำการทั้งหมดสามารถแก้ไขได้หรือไม่ |
Display field as Label when readonly? | Displays the value of the element as plain text when element is set to แสดงค่าของข้อความในรูปแบบข้อความล้วนๆไม่สามารถแก้ไขได้ เมื่อกล่องข้อความนั้นถูกตั้งค่าไว้ว่า "Readonly". |
Display without frame? | Decorator option. Removes default styling applied to SubForm when checked.ลบการกำหนดค่าเริ่มต้นที่ใช้กับแบบฟอร์มย่อย |
Figure ภาพที่ 4: Subform Properties - Data & Binder คุณสมบัติแบบฟอร์มย่อย - ผูกข้อมูล
Name | Description | |||
---|---|---|---|---|
Parent Field to keep Subform ID | ID of the field in the parent form to store the Sub Form table's primary key. Sub Form data will be loaded based on the record ID retrieved from this field.ของเขตข้อมูลในแบบฟอร์มหลักเพื่อจัดเก็บคีย์หลักของตารางแบบฟอร์มย่อย ข้อมูลแบบฟอร์มย่อยจะถูกโหลดตามรหัสบันทึกที่ดึงมาจากฟิลด์นี้ | |||
Subform Field to keep Parent ID | ID of the field in the Sub Form form to store the parent table's primary key. ของเขตข้อมูลในแบบฟอร์มย่อยเพื่อเก็บคีย์หลักของตารางหลัก | |||
Load Binder | ค่าเริ่มต้นปลั๊กอินตัวยึดฟอร์มของเวิร์กโฟลว์จะใช้สำหรับการโหลดและจัดเก็บข้อมูลฟอร์มในฟอร์มย่อยคุณสามารถแทนที่ทับด้วยปลั๊กอินอื่น ๆ ดูรายการที่ สิ่งที่ผูกกับฟอร์ม (Form Binder). | |||
Store Binder | ค่าเริ่มต้นปลั๊กอินตัวยึดฟอร์มของเวิร์กโฟลว์จะใช้สำหรับการโหลดและจัดเก็บข้อมูลฟอร์มในฟอร์มย่อยคุณสามารถแทนที่ทับด้วยปลั๊กอินอื่น ๆ ดูรายการที่ สิ่งที่ผูกกับฟอร์ม (Form Binder) | By default, Workflow Form Binder plugin is used for loading and storage of form data in the subform, you may override it with other plugins. See list of available Form Binder. | Store Binder | By default, Workflow Form Binder plugin is used for loading and storage of form data in the subform, you may override it with other plugins. See list of available Form Binder. |