Categories | Question details Back To List | ||
dhtmlxTree hi, your framework really rocks! though i'm having some troubles with tree.enableKeyboardNavigation or tree.enableKeySearch... it seems like the tree object has not all functions! i'm using dhtmlxSuite 2009 Rel.2 (DHTMLX 2.5) Standard edition build 91111 code snippets I used: <head> <link rel="stylesheet" type="text/css" href="lib/js/dhtmlX/dhtmlxTree/codebase/dhtmlxtree.css"> <script language="JavaScript" type="text/javascript" src="lib/js/dhtmlX/dhtmlxTree/codebase/dhtmlxtree.js"></script> <script language="JavaScript" type="text/javascript" src="lib/js/dhtmlX/dhtmlxTree/codebase/dhtmlxcommon.js"></script> </head> <body> <div id="treeBox" style="width:200;height:200"></div> <script> var tree = new dhtmlXTreeObject("treeBox","100%","100%",0); tree.enableKeyboardNavigation(true); </script> </body> gives back this Error: tree.enableKeyboardNavigation is not a function any hints? funny because tree.setImagePath() or tree.setXMLAutoLoading(), etc. work like a charm :-) thanks for your support Answer posted by Alex (support) on Dec 07, 2009 01:21 Hello, the enableKeyboardNavigation is PRO method. It isn't included in standard package Answer posted by chris on Dec 07, 2009 01:24 thanks, i just saw it in the api. would be cool to habe a general overview what is gpl and what is pro at a glance and not only by clicking throug the whole api functions. best regards chris |