Files
crm.e5.pl/include/ytree/TreeView/MenuNode.js

3 lines
269 B
JavaScript
Raw Normal View History

2024-04-27 09:23:34 +02:00
/* 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();