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!


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”;