Versions Compared

Key

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

Password Field is standard HTML Input to capture user input, but disguise each character with an asterisk (*) instead of displaying the entered digits. They offer a user on-screen privacy while he or she is entering a password.

...

เป็นอินพุตมาตรฐาน HTML เพื่อบันทึกการป้อนข้อมูลของผู้ใช้ แต่ปลอมตัวอักขระแต่ละตัวด้วยเครื่องหมายดอกจัน (*) แทนที่จะแสดงตัวเลขที่ป้อน จะมีความเป็นส่วนตัวของผู้ใช้งานบนหน้าจอในขณะที่กำลังป้อนรหัสผ่าน


Image Added

ภาพที่ 1: ตัวอย่างฟิลด์รหัสผ่าน 

Image Added

ภาพที่ 2: คุณสมบัติฟิลด์รหัสผ่าน

Figure 1: Sample Password field

Image Removed

Figure 2: Password Field Properties

NameDescription
IDElement ID (By declaring as รหัสของฟิลด์ (เมื่อประกาศ ID ชื่อ "password" , a corresponding database table column แล้ว จะมีการสร้างคอลัมน์ตารางในฐานข้อมูลว่า "c_password" will be created)
LabelElement Label to be displayed to end userชื่อที่จะแสดงให้ผู้ใช้เห็น.

NameDescription
Value

Default Value when there's no existing value found.

ดีฟอลต์ค่าเริ่มต้นเมื่อไม่มีค่าใดๆ

คุณอาจใช้ตัวแปร Hash variable ตามตัวอย่างต่อไปนี้
Hash variable is accepted here. For example, you may key the following
Code Block
#currentUser.firstName# #currentUser.lastName#

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 เพื่อตรวจสอบความถูกต้องของค่าที่ป้อนเข้ามา

Info
titleWhen will validation takes place?

Validation will takes place whenever form is submitted except when it is submitted as การตรวจสอบจะเกิดขึ้นทุกครั้งที่มีการบันทึกแบบฟอร์มยกเว้นเมื่อบันทึกเป็น "Save as Draft".

Size

Width of the element.ความกว้างของกล่องข้อความ

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".

Info

This element value is encrypted by default.

...