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

Refresh page May 03, 2024 10:08

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