Hi,
I'm trying to use the setTooltip client side function, but it does not seem to be working I'm getting a client script error. I'm using firebug to debug and it says that the setTooltip is not a function please can you advise. I'm using the eval assembly (ver. 4.1.4.27) from your website.
var newNode = new CFlyTreeNode();
newNode.setText(ftnInfo.Value);
newNode.setValue(ftnInfo.Value);
newNode.setTooltip(ftnInfo.Value);
Is there a way to disable the drag and drop if the user holds down the right mouse button?
thanks.