yocho
#1
Hello,
im trying to use the clearAll() method on the grouplist api.
if i apply this method while im positioned on one of the childs of some item in the grouplist i get this error:
“obj is undefined”
dhx.assert((!obj.$template || this… Unknown template: "+obj.$template); touchui_debug.js (line 1292)
thank you
Problem confirmed, will be fixed in next build.
For now try to use
$$('mylist').data.clearAll()
yocho
#3
thank you Stanislav for your fast response.
I tried to use
$$('mylist').data.clearAll()
but with the same result.
may i have any developer’s build for now?
Thank you in advance
Fixed codebase is attached
codebase_latest.zip (174 KB)