Reputation: 23
Control bar has auto hide enabled by default. I need it to be disabled. How can I do that?
Upvotes: 2
Views: 102
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
Reputation: 998
controlbar: {
idlehide: false,
position: 'bottom' // or whatever suits
}
Afair, this works with 5.10
Upvotes: 2