Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Text Field is a standard HTML Input element to collect information from the user in a form. เป็น Input element มาตรฐานของ HTML เพื่อรับข้อมูลจากผู้ใช้ในฟอร์ม |
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
This feature is enhanced in คุณลักษณะนี้ได้รับการปรับปรุงใน Joget Workflow v6 to support เวอร์ชัน 6 เพื่อรองรับ placeholder, number formatting and numeric value storage. การจัดรูปแบบตัวเลขและการจัดเก็บค่าตัวเลข |
Figure 1: Screenshot highlighting Text Field obtained from sample ภาพที่ 1: ภาพหน้าจอเน้นกล่องข้อความาจากตัวอย่าง Expenses Claim App
Screenshots in this article obtained from ภาพรวมในหัวข้อนี้ได้จาก http://localhost:8080/jw/web/console/app/hr_expense/1/form/builder/hr_expense_new
Figure 2: Text Field Properties
ภาพที่ 2: คุณสมบัติของกล่องข้อความ
Name | Description |
---|---|
ID | Element ID (By declaring as รหัสของกล่องข้อความ (โดยเมื่อประกาศว่า "title" , a corresponding database table column จะมีการสร้างคอลัมน์ตารางในฐานข้อมูลว่า "c_title" will be created ) |
LabelElement Label to be displayed to end user. | ชื่อที่จะแสดงให้ผู้ใช้เห็น |
Figure 2: Text Field Properties - Advanced Optionsภาพที่ 3: คุณสมบัติของกล่องข้อความ - ตัวเลือกขั้นสูง
Name | Description | |||||||
---|---|---|---|---|---|---|---|---|
Value | ค่าดีฟอลต์เมื่อไม่มีค่าใดๆ ยอมรับตัวแปรแฮชที่นี่ เช่น คุณอาจกำหนดข้อมูลต่อไปนี้ Default Value when there's no existing value found. Hash variable is accepted here. For example, you may key the following
to pre-populate the field with current logged in user's name.เพื่อกำหนดชื่อผู้ใช้ที่ลงชื่อเข้าใช้อยู่ ลงในฟิลด์ | |||||||
Max Length | Maximum character length allowed.จำนวนอักขระที่อนุญาตให้ใช้สูงสุด | |||||||
Validator | Attach a Validator plugin to validate the input value.แนบปลั๊กอิน Validator เพื่อตรวจสอบความถูกต้องของค่าที่ป้อนเข้ามา
| |||||||
Encryption | Determines if the value should be encrypted upon saving into the database.กำหนดว่าค่าควรถูกเข้ารหัสเมื่อบันทึกลงในฐานข้อมูล | |||||||
Placeholder |
The placeholder attribute specifies a short hint that describes the expected value of an input field (e.g. a sample value or a short description of the expected format). The short hint is displayed in the input field before the user enters a value. | |||||||
Size | Width of the element. | |||||||
แอตทริบิวต์ placeholder ระบุคำแนะนำสั้นๆที่อธิบายค่าที่คาดหวังของช่องรับข้อมูล (เช่น ค่าตัวอย่างหรือคำอธิบายสั้นๆของรูปแบบที่คาดไว้) คำแนะนำสั้นๆจะปรากฎในช่องป้อนข้อมูลก่อนผู้ใช้จะป้อนค่า | ||||||||
Size | ความกว้างของกล่องข้อความ | |||||||
Readonly | กำหนดว่าข้อความสามารถแก้ไขได้หรือไม่ | 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". | |||||||
Workflow Variable | If the form is part of a workflow process, upon saving of the form (by clicking on ถ้าแบบฟอร์มเป็นส่วนหนึ่งของเวิร์กโฟลว์โพรเซส เมื่อบันทึกแบบฟอร์ม (โดยคลิกที่ปุ่ม "Save as Draft" or หรือ "Complete" button). The value in this input field will be saved into the corresponding workflow variable named here.) ค่าในฟิลด์อินพุตนี้จะถูกบันทึกลงในตัวแปรเวิร์กโฟลว์ที่ระบุไว้ที่นี่
| |||||||
Formatting Style |
When you have selected this option, you can further define the following attributes:-
| |||||||
Store as Numeric Value? |
When formatting is applied, value is stored as it is. You may check this option to strip off formatting and store as numerical value only. |
...