4 Replies Latest reply on Oct 6, 2008 3:49 AM by ilya_shaikovsky

    Element.isChildOf Function

    davecr

      I get the following error in IE7 using the tree control (when I click on a tree node):

      "Object does not support this property or method"

      for the following line of code in tree.js:

      ....while(node&&Element.isChildOf(node,this.element))....

      Grep-ing on the exploded 3.2.2. JAR files shows no definition of Element.isChildOf. Where is this function defined? How can your code invoke it if it is not defined?

      Thanks for your help!