Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by M.v.d.H. on Dec 11, 2007 23:48
open dhtmlx forum
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.