Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
You can create an environment variable with the following code below, which can be used later with Bean Shell Hash Variable to convert the data to image base64bytes source.
...
Thai |
---|
คุณสามารถสร้างตัวแปรสภาพแวดล้อมด้วยรหัสต่อไปนี้ด้านล่างซึ่งสามารถใช้ในภายหลังกับ Bean Shell Hash Variable เพื่อแปลงข้อมูลเป็นอิมเมจฐาน 64 ไบต์ ตัวอย่างเช่นเราจะสร้างตัวแปรสภาพแวดล้อมใหม่ด้วย id "generateImage" ในขณะที่สมมติว่าชื่อตารางคือ "table1" และรหัสเขตข้อมูลลายเซ็นคือ "field1" จากนั้นคัดลอกและวางรหัสด้านล่างเป็นค่าของตัวแปรสภาพแวดล้อม "generateImage" |
...
After that, you may utilize Bean Shell Hash Variable to make use of this environment variable in your email content to display the signature as an image.
Thai |
---|
หลังจากนั้นคุณสามารถใช้ Bean Shell Hash Variable เพื่อใช้ประโยชน์จากตัวแปรสภาพแวดล้อมนี้ในเนื้อหาอีเมลของคุณเพื่อแสดงลายเซ็นเป็นภาพ |
Code Block |
---|
<img src="#beanshell.generateImage[json={form.table1.field1?url}]#" /> |
Thai |
---|
องค์ประกอบที่เกี่ยวข้อง |