0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-02-19 03:53:55 +00:00
salesagility_SuiteCRM/include/ytree/TreeView/MenuNode.js
2013-09-23 20:30:44 +01:00

3 lines
No EOL
269 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();