Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Shawn on Aug 21, 2009 11:59
open dhtmlx forum
Changing comma delimiter to something else

I'm using the free version of dhtmlxtree. I'm wondering what code modification would need to take place to change the default comma delimiter of the list of checked items when calling the getAllChecked function.

Thanks!
Answer posted by Alex (support) on Aug 24, 2009 00:20

In case of free tree edition the delimiter can be set only by private property (this approach isn't supported here):

tree.dlmtr="some_new_delimiter";