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

Refresh page Apr 18, 2024 01:48

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