prevent_cache

Управляет включением или отключением кеширования GET-запросов в браузере

boolean prevent_cache;

Example

scheduler.config.prevent_cache = true;
...
scheduler.init('scheduler_here',new Date(2009,10,1),"month");


Default value:

false

Related samples

Details

В большинстве случаев рекомендуется включать это свойство.

Наверх