Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents |
---|
In this article, we will demonstrate how to apply coloring to the values inside a List. You can color the value itself or the area around the value using JavaScript.
Figure 1: Sample List
Figure 1: Sample Form
In the sample, we will be applying the Formatter to the following Field:
...
Code Block | ||
---|---|---|
| ||
"<div style='color:white;background-color:red;text-align:center;border-radius:3px;font-weight:600;padding:5px;'>" + {country} + "</div>" |
...
View file | |
---|---|
|
|