Categories | Question details Back To List | ||
DHTHLxTree: enableSmartXMLParsing Is enableSmartXMLParsing() available in the free version or only the Professional version? Assuming its only in the Pro version, is there any way in the free version to prevent a large tree from "preloading" the images (I can tell that all of the images are referened & loaded when the tree intially loads) for all of the items? Note: the Dynamical loading option is not possible for me. Answer posted by Support on Jun 26, 2008 02:13 >>available in the free version or only the Professional version? Only in PRO version. There is a known issue with image caching in IE, it can be resolved by adding next command to tree initialization tree.enableIEImageFix(true); |