Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
UI can be made to run in embedded mode with a simple tweak to its URL path.
There are two ways of achieving it.
สามารถเรียกใช้ Userview เพื่อทำงานในโหมดฝังตัวได้ง่ายๆด้วยการไปยังเส้นทาง URL ของมัน
มีสองวิธีในการบรรลุเป้าหมาย
Append "/embed" right before "userview" in your UI URL path to switch it to embedded mode OR
ต่อท้าย "/ ฝัง" ก่อน "userview" ในพา ธ URL Userview ของคุณเพื่อเปลี่ยนเป็นโหมดฝังตัวหรือ
Add request parameter "embed=true" to the end of your UI URL path.
เพิ่มพารามิเตอร์คำขอ "embed = true" ต่อท้ายพา ธ Userview URL ของคุณ
Figure 1: Normal UI view
รูปที่ 1: มุมมอง Userview ปกติ
Figure 2: Embeded UI mode view (Append "/embed")
รูปที่ 2: ฝังมุมมองโหมด Userview
Figure 3: Embeded UI mode view (Add request parameter "embed=true")