- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
You can write the java script in the "exit" event of the DDL as follows
if (this.rawValue == "YES")
{
this.font.fill.color.value = "0,128,0";
}
if (this.rawValue == "NO")
{
this.font.fill.color.value = "255,0,0";
}
Thanks,
Dev
Views
Replies
0 Likes
Total Likes