I have tried this every which way and just cannot work out why after a call to Ajax .load my tree content is nullified.
I am using the following code to load a HTML form into a frame after which my Tree Popup no longer works,
$(“#forms”).load(htmlFile + “?enSureReload=” + enSurePageReload);
I have uploaded my working code baseline to Paste Bin,
http://pastebin.com/embed_js.php?i=SDHg11Vf
Steps to reproduce the issue,
1) Load the Main Page,
2) Use the Popup Menu to Expand / Collapse the Tree [This works perfectly before I perform the next step]
3) Select the Create Menu [Create Constant] and load the Create Constant Form into the Right Hand Frame
4) Reselect the Popup in the Tree Tabs Pane. Although the Popup Menu still appears the Options [Collapse All/Expand All] Popup menu options no longer work.
No idea where to go from here so any help really appreciated.
Thanks