Searched refs:linkpage (Results 1 – 2 of 2) sorted by relevance
| /plugin/linkmanager/ |
| D | script.js | 7 linkpage = { variable 27 addEvent(clicky,'click',function(event){ return linkpage.toggle(event,this); }); 31 addEvent(link,'click',function(event){ return linkpage.list(event,this); }); 47 addEvent(elem,'click',function(event){ return linkpage.select(event,this); }); 63 addEvent(elem,'click',function(event){ return linkpage.selectnew(event,this); }); 86 linkpage.keepopen = true; 88 addEvent(kobox,'click',function(event){ return linkpage.togglekeepopen(event,this); }); 111 linkpage.keepopen = true; 114 linkpage.keepopen = false; 126 linkpage.hide = true; [all …]
|
| D | style.css | 2 * The CSS in here cotrols the appearance of the linkpage manager
|