Conditional formatting
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi,
Please, try the code below:
Please, try the code below:
Code: Select all
var status = fd.field('Test Status').value();
if (status == 'Completed') {
$('#s4-ribbonrow').hide();
} else {
$('#s4-ribbonrow').show();
}
-
- Information
-
Who is online
Users browsing this forum: No registered users and 0 guests