Last updated 3 months ago
Solution model header part on a form.
The Cascading Style Sheet (CSS) class name applied to the part.
Returns String
Sample
var body = form.newPart(JSPart.BODY, 320); body.styleClass = 'myBody';
String
styleClass
The Cascading Style Sheet (CSS) class name applied to the part..