DayPilot.Bubble.rtl

The rtl property (boolean) sets the text direction of the bubble component to right-to-left.

Declaration

DayPilot.Bubble.rtl

Default Value

false

Notes

Set this property to true when the bubble UI should follow an RTL layout.

Available since 2026.2.yyyy.

Examples

JavaScript

const bubble = new DayPilot.Bubble({
  rtl: true,
  // ...
});

See Also

DayPilot.Menu Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript