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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

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