in the plug-in i have used menu list to generate the links and when i am clicking on the link is getting loaded in right hand side frame.
its working fine for the first time means when i am clicking for any of the link and its loading the corresponding page into the edit panel but it now working for 2nd and subsequent clicks.
i have used "window.top.commandEvent(window, new window.top.commandDescriptor('systempagenavigate',pagePath,pagePath));" function to display the result in right panel on click event of each link.
Dear Admin,
i have one plug-in for edit mode edit tree.
in the plug-in i have used menu list to generate the links and when i am clicking on the link is getting loaded in right hand side frame.
its working fine for the first time means when i am clicking for any of the link and its loading the corresponding page into the edit panel but it now working for 2nd and subsequent clicks.
i have used "window.top.commandEvent(window, new window.top.commandDescriptor('systempagenavigate',pagePath,pagePath));" function to display the result in right panel on click event of each link.
please suggest me where i am going worng.