Unit or Time line js file not available in trail downloaded package

I have downloaded trial pro version of scheduler however the following file or folder not available in codebase folder.

Not able to see the following files in downloaded package
 agenda: “ext/dhtmlxscheduler_agenda_view.js”,

    grid: “ext/dhtmlxscheduler_grid_view.js”,

    map: “ext/dhtmlxscheduler_map_view.js”,

    unit: “ext/dhtmlxscheduler_units.js”,

    timeline: “ext/dhtmlxscheduler_timeline.js, ext/dhtmlxscheduler_treetimeline.js, ext/dhtmlxscheduler_daytimeline.js”,

    week_agenda: “ext/dhtmlxscheduler_week_agenda.js”,

    year: “ext/dhtmlxscheduler_year_view.js”,

    limit: “ext/dhtmlxscheduler_limit.js”

Hello @Swapnilk ,

From the Scheduler 6.0 the extension files were removed from the separate folder, and included to the scheduler sources:
https://docs.dhtmlx.com/scheduler/what_s_new.html#:~:text=All%20extensions%20must%20be%20activated%20now%20via%20the%20plugins()%20method

So currently you should activate them through plugins method:
https://docs.dhtmlx.com/scheduler/api__scheduler_plugins.html

1 Like