JSHeader

Property Summary

TypeNameSummary

The Cascading Style Sheet (CSS) class name applied to the part..

Properties Details

styleClass

The Cascading Style Sheet (CSS) class name applied to the part.

Returns String

Sample

var body = form.newPart(JSPart.BODY, 320);
body.styleClass = 'myBody';

Last updated