JSHeader

Overview

Solution model header part on a form.

Property Summary

Type
Name
Summary

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