Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColorgreen
borderWidth1
titleBGColor#ddffcc
borderStylesolid
titleDefinition

Form Element  is a type of plugin that is extensible via Joget's plugin architecture. Form Element is responsible for providing the end users form input elements to interact with.เป็นปลั๊กอินชนิดหนึ่งผ่านสถาปัตยกรรมปลั๊กอินของ Joget ซึ่งแบบฟอร์มมีหน้าที่ในการจัดเตรียมองค์ประกอบอินพุตของผู้ใช้ปลายทางเพื่อโต้ตอบกลับ

มีข้อมูลฟอร์มที่แตกต่างกัน (เช่น There are many different form fields (i.e., TextField, SelectBox, Hidden Field , etc.) to choose from when your are designing your forms.  

You can drag-and-drop them on your form canvas and then edit their properties. 

...

และอื่น ๆ ) ให้คุณเลือกเมื่อกำลังออกแบบฟอร์มของคุณ

คุณสามารถลากแล้วปล่อยบนแบบฟอร์มของคุณจากนั้นแก้ไขคุณสมบัติขององค์ประกอบเหล่านั้น

 

แต่ละองค์ประกอบของฟอร์มมีชุดของแอตทริบิวต์ ID และป้ายกำกับของคุณลักษณะโดยทั่วไป

Image Added

ภาพที่ 1: คุณลักษณะกล่องข้อความ

ID

'ID' ในการแก้ไขคุณสมบัติเป็นตัวระบุที่ไม่ซ้ำกัน  

Joget Workflow ใช้ ID นี้เป็นชื่อคอลัมน์ภายในตารางที่เกี่ยวข้องกับแบบฟอร์ม (เช่น c_title ในรูปด้านบน)  
เมื่อผู้ใช้ป้อนค่าในฟิลด์ระหว่างกระบวนการเวิร์กโฟลว์ค่าจะถูกเก็บไว้ในคอลัมน์นั้น  
หากไม่เคยใช้ ID ในแบบฟอร์มก่อนหน้าที่เชื่อมโยงกับตารางเดียวกันคอลัมน์ใหม่จะถูกสร้างขึ้น 
หากมีการใช้ ID ก่อนหน้านี้คอลัมน์นั้นจะถูกนำมาใช้  
เป็นสิ่งสำคัญที่จะต้องทราบว่าเมื่อมีคนป้อนค่าเมื่อกรอกแบบฟอร์มในระหว่างกระบวนการเวิร์กโฟลว์ค่าดังกล่าวจะเขียนทับฟอร์มที่มีอยู่

 

Image Removed

Figure 1: Text Field Properties

ID

The 'ID' in the property editor is a unique identifier.
The Joget Workflow core uses this ID as a column name within the table associated to the form (e.g. c_title in the figure above).
When a user enters a value in the field during a workflow process, the value is stored in that column.
If the ID has never been used in previous forms associated to the same table, a new column will be created.
If the ID, on the other hand, has been used before, that column will be used. 
It is important to note that when someone enters a value when completing a form during a workflow process, that value will overwrite the existing one.

Warning
titleReserved IDs

Do not use the following reserved IDs. "appId, appVersion, version, userviewId, menuId, key, embed" on the form element's ID attribute.

อย่าใช้ ID ไว้ในส่วนต่อไปนี้ "appId, appVersion, version, userviewId, menuId, key, embed" ID ของแอตทริบิวต์ ID บนแบบฟอร์ม
 

Label

เป็นตัวบ่งชี้สำหรับฟิลด์ของแบบฟอร์มที่ผู้ใช้งานสามารถอ่านได้

Label

"Label" is the human-readable identifier for the form field.

List of Form Elements

Children Display

...