Content deleted Content added
No edit summary |
No edit summary |
||
Line 32:
akeytt();
return li;
function addToolboxLink(url, name, id){
var tb = document.getElementById('p-tb').getElementsByTagName('ul')[0];
addlilink(tb, url, name, id);
}
//
function addTab(url, name, id, title, key){
var tabs = document.getElementById('p-cactions').getElementsByTagName('ul')[0];
return addlilink(tabs, url, name, id, title, key);
}
//
function addLink(where, url, name, id, title, key, after){
|