Child pages
  • JSHeader
Skip to end of metadata
Go to start of metadata

Refresh page May 04, 2024 03:39

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

Supported Clients

SmartClient,WebClient,NGClient,MobileClient

Sample

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

  • No labels