Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Custom HTML ใน Form Builder สามารถนำมาใช้เพื่อให้บรรลุการออกรูปแบบขั้นสูงโดยการเขียนให้ถูกต้อง สามารถนำมาใช้เพื่อให้บรรลุการออกรูปแบบขั้นสูงต้องเขียนให้ถูกต้อง -
HTML
Code Block | ||
---|---|---|
| ||
<b>this text is in bold</b> |
JavaScript (jQuery is supported)
Don’t forget to put in ห้ามลืมใส่ <script type="text/javascript"></script> block
Code Block | ||
---|---|---|
| ||
<script type="text/javascript"> alert("hello world"); </script> |
CSS
Don’t forget to put in ห้ามลืมใส่ <style type="text/css"></style> block
Code Block | ||
---|---|---|
| ||
<style type="text/css"> body{ font-size: 100%; } </style> |
...