The :read-only and :read-write pseudo-classes are applied to controls when the instance data they are bound to has a model item property of readonly with a value of true or false.
The CSS classes needed to style controls are:
.pc-read-only {
background-color : #E0E0E0;
}
.pc-read-write {
background-color : #FFFFFF;
}

Recent comments
13 weeks 21 hours ago
14 weeks 6 days ago
21 weeks 6 days ago
45 weeks 4 days ago
1 year 3 weeks ago
2 years 2 weeks ago
2 years 2 weeks ago
2 years 5 weeks ago
2 years 7 weeks ago
2 years 7 weeks ago