Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
Date Picker extends the capability of a normal text field with a date picker library. ตัวเลือกวันที่ขยายขีดความสามารถของฟิลด์ข้อความปกติด้วยไลบรารีตัวเลือกวันที่ |
Figure ภาพที่ 1: Screenshot highlighting Date Picker obtained from sample Expenses Claim App ภาพตัวอย่างแสดงปฏิทินวันที่ใน App HR Expenses claim
ภาพรวมในหัวข้อนี้ได้จาก Screenshots taken from http://localhost:8080/jw/web/console/app/hr_expense/1/form/builder/hr_expense_claim_entry
Figure ภาพที่ 2: Date Picker Propertiesคุณสมบัติปฏิทินวันที่
Name | Description |
IDElement | ID (By declaring as รหัส (เมื่อประกาศ ID ชื่อ "date" , a corresponding database table column แล้ว จะมีการสร้างคอลัมน์ตารางในฐานข้อมูลว่า "c_date" will be created) |
LabelElement | Label to be displayed to end userชื่อที่จะแสดงให้ผู้ใช้เห็น. |
Allow Manual Input | Rather than using the calendar picker, user may key in the date directly if checked.แทนที่จะใช้ตัวเลือกปฏิทินผู้ใช้งานสามารถป้อนวันที่ได้โดยตรง |
Figure 3: Date Picker Properties - Advanced Options คุณสมบัติปฏิทินวันที่ - ตัวเลือกขั้นสูง
Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default Value Default Value when there's no existing value found/selected. Hashvariable is accepted here. For example, you may key the following | ดีฟอลต์ค่าเริ่มต้นเมื่อไม่มีค่าใดๆ คุณอาจใช้ตัวแปร Hash variable ตามตัวอย่างต่อไปนี้
| ||||||||||
Data Format | In Java date format; e.g.,รูปแบบวันที่ในภาษาจาวา yyyy-MM-dd for 2011-06-01 | ||||||||||
Validator | Attach a Validator plugin to validate the input value.แนบปลั๊กอิน Validator เพื่อตรวจสอบความถูกต้องของค่าที่ป้อนเข้ามา
| ||||||||||
Start Date Field ID | This option should be used in conjunctionof"Set Current Date As".ตัวเลือกนี้ควรใช้ "ค่าเริ่มต้นเป็นวันที่ปัจจุบัน" | ||||||||||
End Date Field ID | This option should be used in conjunctionof"Set Current Date As".ตัวเลือกนี้ควรใช้ "ค่าเริ่มต้นเป็นวันที่ปัจจุบัน" | ||||||||||
Set Current Date As | Choices ofทางเลือก:-
| ||||||||||
Display Format | Please refer to อ้างอิงถึง http://docs.jquery.com/UI/Datepicker/formatDate | ||||||||||
Date Picker Year Range | ช่วงปีที่จะแสดง ในสาระสำคัญค่าทางซ้ายของเครื่องหมายโคลอน ":" ต้องเป็นจำนวนลบและด้านขวาจะต้องเป็นจำนวนบวก มันบ่งบอกถึง Joget Workflow ว่ามีกี่ปีก่อนหน้าและจะแสดงในกล่องเลือกกี่ปี ค่าของ Range of years to be shown In essence, the value left of the colon ":" must be a negative number and on the right must be a positive number. It indicates to Joget Workflow how many years earlier and how many years forward to display in the year select box based on the selected year. A value of "c-0: c + 0" is also valid, this indicates to the user that he cannot change the year value (it will default to the current system year).ก็ใช้ได้เช่นกันซึ่งบ่งบอกถึงผู้ใช้ที่เขาไม่สามารถเปลี่ยนค่าปี (ซึ่งจะเป็นค่าเริ่มต้นเป็นปีปัจจุบัน)
| ||||||||||
Readonly | Determines if the element is editable.กำหนดว่าข้อความสามารถแก้ไขได้หรือไม่ | ||||||||||
Display field as Label when readonly? | Displays the value of the element as plain text whenelementis 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.) ค่าในฟิลด์อินพุตนี้จะถูกบันทึกลงในตัวแปรเวิร์กโฟลว์ที่ระบุไว้ที่นี่
|