Categories | Question details Back To List | ||
DhtmlX Tree, href to Ajax content container I like to open a link from the tree in a Ajax container. On the rest of the page i use : <a href="link" rel="ajax_container"> link </a> From the tree i can't get it working with escaped html or action handler. Any help ? Thanks Answer posted by Support on Dec 12, 2007 05:16 It is not a problem to create such link inside tree item ( escaped HTML will be correctly set ) , but as far as I can see - you are using some other lib which convert links with rel="ajax_container" to active elements. Most probably this lib run on document loading, and while tree loads its content after document load, the lib just not detect such links. |