Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2048
igTree and jQueryUI Accordion
posted

Hi,

I tried to put igTree object in a div classed as accordion with JQueryUI 1.10.2, but I got a bad behavior.
Tree is created right and it is correctly rendered if I lay it at the root level, but:

  • if I try to expand it I have scrollbar in the accordion, probably because my external accordion does not see the internal one(I think igTree is something like accordion, right?)
  • if I put on javascript level $(document).delegate("#tree_id", "igtreeselectionchanged", function (e, args) {...}); and $(document).delegate("#tree_id", "igtreerendered", function (e, args) {...}); I get asview resultthe igTree with all the javascript I wrote visible as string...

Do you think is it possible to change something to rendere igTree better?

Thanks

Flavio