Is there a way to make units name recurrence? I want the names to recurrence every 6th week. So, every 6th monday Mark is in Unit 1.
Click on next day loads another names.
I have searched and read a lot in this forum. Found something about OptionsConnector. But I dont know how to start?
Can someone please help me?
Do you want to set different workind days for every Unit section(assigned to particular user) and then show these sections on the corresponding day?
User’s working days can be added using recurring events. You can try this way: create one page with scheduler to set there working days and save them to any table.
And create another page where will be Scheduler with events. You can enable dynamic loading and clear cache so it loads every day from the server. And then it will be possible to load options from the server for each day. docs.dhtmlx.com/scheduler/data_ … ollections - on the server you will have to select events from the table with working days for desired time range (somehow you will need to parse recurring events).
I.e. for example in this sample docs.dhtmlx.com/scheduler/sampl … _view.html
Let’s say you want to point that ‘Section A’ should exist every day, Section B - every Wed, C and D - only on weekends.
You can use recurring events to set the information that should be stored.
Somewhere you might have one scheduler where you set it and save to a table separately from events. docs.dhtmlx.com/scheduler/sampl … vents.html
And all that you will have to do is every time when Unit view is active, send a request to the server, get sections that should be displayed on the particular day (select events in the table for the required day) and show required content on the client side.
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan