Just got the latest code, in inlinedit.js line 119.
Similar situation as for the formedit.
Instead of
tmp[nm] = cm.editoptions.custom_value($(".customelement",this));
We should have
tmp[nm] = cm.editoptions.custom_value($(".customelement",this),'get');
Just to keep the standard.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top