SuiteCRM-Core/public/legacy/include/ytree/TreeView/MenuNode.js
2021-03-31 15:37:32 +01:00

2 lines
No EOL
268 B
JavaScript
Executable file

/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */YAHOO.widget.MenuNode=function(oData,oParent,expanded){if(oParent){this.init(oData,oParent,expanded);this.setUpLabel(oData);}
this.multiExpand=false;};YAHOO.widget.MenuNode.prototype=new YAHOO.widget.TextNode();