Versions Compared

Key

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

Select Box is one of the generic HTML Form input elements. In the Form Builder, one is able to define the options available to the Select Box via various means, including with the use of  เป็นหนึ่งในองค์ประกอบการป้อนแบบฟอร์ม HTML ทั่วไป ในการสร้างแบบฟอร์มหนึ่งสามารถกำหนดตัวเลือกที่มีให้กับกล่องเลือกด้วยวิธีการต่าง ๆ รวมถึงการใช้ตัวเลือกแบบ Form Options Binder.


Figure ภาพที่ 1: Screenshot with Select Box highlighted in sample CRM app ภาพตัวอย่างแสดงฟิล์ดซีเล็กบล็อกใน App CRM 

ภาพรวมในหัวข้อนี้ได้จาก Screenshots taken from http://localhost:8080/jw/web/console/app/crm/1/form/builder/crm_account

Figure ภาพที่ 2: Select Box Propertiesคุณสมบัติซีเล็กบล็อก

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

Select Box optionsตัวเลือกซีเล็กบล็อก

Info
Options defined here will not be put into use if Options Binder is defined below.
ตัวเลือกที่กำหนดไว้ที่นี่จะไม่ถูกนำไปใช้หาก Options Binder ด้านล่างถูกกำหนด
Or Choose Options Binder

Options to be populated dynamically using ตัวเลือกซีเล็กบล็อกโดยใช้ปลั๊กอินตัวเลือกแบบ Options Binder plugin.

Warning
titlePerformance Warning

If you have thousands of select options or sourcing them from Options Binder, this may cause significant increase on page load time. Consider using หากคุณมีตัวเลือกหลายพันตัวเลือกตัวเลือกนี้อาจทำให้เวลาในการโหลดหน้าเว็บเพิ่มขึ้นอย่างมาก ควรพิจารณาใช้Popup Select Box instead. แทน

Figure 3: Select Box Properties - Advanced Options

...