Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Tip
iconfalse
English
In this article, we will use the "URL Request Parameters for Datalist" option of List Grid or Popup Select Box form element to refine the result of popup datalist selection.
Thai

ในบทความนี้เราจะใช้ตัวเลือก "พารามิเตอร์คำขอ URL สำหรับดาต้าลิสต์" ของ List Grid หรือ Popup Select Box เพื่อปรับแต่งผลลัพธ์ของการเลือกดาต้าลิสต์ป๊อปอัพ

First, we will have to create a datalist and set the filter using Request Param Hash Variable. In this sample, our request parameter name is "group" and we are using Advanced Form Data Binder to retrieve form data. You are allow to can use other binder binders and write your filter condition using Request using the Request Param Hash Variable.

Thai

ก่อนอื่นเราจะต้องสร้างดาต้าลิสต์และตั้งค่าตัวกรองโดยใช้ Request Param Hash Variable ในตัวอย่างนี้ชื่อพารามิเตอร์คำขอของเราคือ "กลุ่ม" และเรากำลังใช้ Binder ข้อมูลของฟอร์มขั้นสูงเพื่อดึงข้อมูลในแบบฟอร์ม คุณได้รับอนุญาตให้ใช้สารยึดเกาะอื่นและเขียนเงื่อนไขตัวกรองของคุณโดยใช้ตัวแปรขอแฮชตัวแปร

...

Thai

กำหนดค่าตัวเลือก "พารามิเตอร์คำขอ URL สำหรับ Datalist" ของ Popup Select Box และ List Grid ดังต่อไปนี้


By configure configuring this way, the element will retrieve the configured field value and pass it as a url URL request parameters parameter to the datalist when the popup select dialog is open. In this carecase, the value of the "filter" field will pass as the value of the "group" parameter. You can configure a default value if you want to. The default value will be used when the configured field return returns an empty value.

Let us populate some data to our datalist for testing.

...