Supported Clients
MobileClient

Property Summary
String
styleClass
The Cascading Style Sheet (CSS) class name applied to the part.

Property Details

styleClass

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

Returns

String

Supported Clients

SmartClient,WebClient,NGClient,MobileClient

Sample

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