Baris AKDEMİR
Baris AKDEMİR

Reputation: 23

immobilize control bar

Control bar has auto hide enabled by default. I need it to be disabled. How can I do that?

Upvotes: 2

Views: 102

Answers (2)

emaxsaun
emaxsaun

Reputation: 4201

In JW6 there is only controls, which sets all controls on the display area. The value can be true or false. I'm afraid there is no option to show them at all times in this version.

Upvotes: 1

Arindam
Arindam

Reputation: 998

controlbar: {
  idlehide: false,
  position: 'bottom' // or whatever suits
}

Afair, this works with 5.10

Upvotes: 2

Related Questions