[cvs]
eforum/src/expresso/components/eforum/javascript/jimmenu-v5.3/includes
no-build.js
JCorporate Ltd
jcorp at jcorp2.servlets.net
Wed May 19 15:56:57 PDT 2004
Update of /home/javacorp/.cvs/expresso/eforum/src/expresso/components/eforum/javascript/jimmenu-v5.3/includes
In directory jcorp2.servlets.net:/tmp/cvs-serv31459
Added Files:
no-build.js
Log Message:
Register in CVS
--- NEW FILE: no-build.js ---
function menu(size, orientation, x, y, offsetX, offsetY, bgColorOut, bgColorOver, fontFace, fontSize,
fontStyleOut, fontStyleOver, textColorOut, textColorOver, borderSize, borderColor, margin, showChar,
showOnClick, sepItems, isMainMenu, hasAnimations, animationType)
{
this.addItem = item;
this.addSeparator = separator;
this.debug = debug;
}
function item(link, iSize, alignment, content, menuToShow)
{
return;
}
function separator(sSize, sColor)
{
return;
}
function debug()
{
return;
}
var menus = new Array();
More information about the cvs
mailing list