Hello,
I am facing the problem to get the key value in the dhtmlxschedular.js.
how can i get that key value ?.
Examples
We pass the key value in such a way
var sections=[
{key:120, label:“tarun malpani”},{key:61, label:“fname lname”},{key:92, label:“alex james”},{key:21114, label:“Leah Lamphier”} ];
scheduler.createUnitsView({
name:"unit",
property:"section_id",
list:[b]sections[/b],
size:5,
step:5
});
===================
In dhtmlxschedular.js we can get the Name like “tarun Malpani” with this value.
this.templatesthis._mode+"_scale_date"
but i don’t get the value like 120
how can i get that ?
Please help me .
Thanks,
Tarun Malpani.