Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Text Area is one of the generic HTML Form input elements. Unlike Text Field, Text Area has multi-row like interface interface for user to type in more information. เป็น Input element มาตรฐานของ HTML เพื่อรับข้อมูลจากผู้ใช้ในฟอร์ม มีลักษณะเป็นกล่องข้อความแบบหลายบรรทัดแบบ "Multi-row" เหมือนกับ กล่องรับข้อมูลสำหรับผู้ใช้งานเพื่อพิมพ์ข้อมูลเพิ่มเติม |
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
This feature is enhanced in คุณลักษณะนี้ได้รับการปรับปรุงใน Joget Workflow v6 to support placeholder.เวอร์ชัน 6 เพื่อรองรับ placeholder |
Figure ภาพที่ 1: Sample Text Areaตัวอย่างกล่องข้อความ
Figure ภาพที่ 2: Text Area Propertiesคุณลักษณะกล่องข้อความ
Name | Description |
IDElement | ID (By declaring as รหัสกล่องข้อความ (เมื่อประกาศ ID Text Area ชื่อ "justification" , a corresponding database table column แล้ว จะมีการสร้างคอลัมน์ตารางในฐานข้อมูลว่า "c_justification" will be created) |
LabelElement Label to be displayed to end user. | ชื่อที่จะแสดงให้ผู้ใช้เห็น |
Figure ภาพที่ 3: Text Area Properties - Advanced Optionsคุณลักษณะกล่องข้อความ- ตัวเลือกขั้นสูง
Name | Description | |||||||
---|---|---|---|---|---|---|---|---|
Value Default Value when there's no existing value found. | ดีฟอลต์ค่าเริ่มต้นเมื่อไม่มีค่าใดๆ คุณอาจใช้ตัวแปร Hash variable ตามตัวอย่างต่อไปนี้ Hash variable is accepted here. For example, you may key the following
to pre-populate the field with current logged in user's name.เพื่อกำหนดชื่อผู้ใช้ที่ลงชื่อเข้าใช้อยู่ ลงในฟิลด์ | |||||||
Validator | Attach a Validator plugin to validate the input value.แนบปลั๊กอิน Validator เพื่อตรวจสอบความถูกต้องของค่าที่ป้อนเข้ามา
| |||||||
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. | |||||||
Cols | Column size. | |||||||
Rows | Row size. | |||||||
แอตทริบิวต์สำหรับระบุคำใบ้สั้นๆที่อธิบายถึงค่าที่ต้องการให้กรอกของช่องข้อมูล (เช่น ค่าตัวอย่างหรือคำอธิบายสั้นๆของรูปแบบที่ต้องการ) คำแนะนำสั้นๆจะปรากฏในช่องข้อมูลก่อนที่ผู้ใช้จะป้อนค่า | ||||||||
Cols | ขนาดคอลัมน์ | |||||||
Rows | ขนาดแถว | |||||||
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.) ค่าในฟิลด์อินพุตนี้จะถูกบันทึกลงในตัวแปรเวิร์กโฟลว์ที่ระบุไว้ที่นี่
|
...