[web] remove widget.render backward compatibility
there are very few widgets outside CW that used old render API and they
should have all been updated by now.
functionset_tab(tabname,cookiename){// set appropriate cookieasyncRemoteExec('set_cookie',cookiename,tabname);// trigger show + tabname eventtrigger_load(tabname);}