how disable keyboard_navigation

hi everybody,
what is the method for disable and enable keyboard_navigation ? ( docs.dhtmlx.com/scheduler/keyboa … ation.html )

thanks :slight_smile:

Hello,
the latest stable version do not have such config, we will add it with the next update.
You may try updated version of key_nav extension, the new property is scheduler.config.key_nav

scheduler.config.key_nav = true/false;

dhtmlxscheduler_key_nav.zip (1.09 KB)

thanks :slight_smile:

Hi,
a small question
If keyboard extension is not needed on the page, you simply may not include a js file. Can you tell us in what case you have to disable/enable it dynamically?

yes i need disable/enable dynamically :wink: