Hi All, What is the possible cause and fix for the alert "Your request could not be completed because you have been signed out. "? Thanks in advance @Deleted Account
Hi All,JSONObject responseObj= {"pageinfo":[{"name":"page1", "path":"/content/proj/page1"} ,{"name":"page2","path":"/content/proj/page2"} , {"name":"page1", "path":"/content/proj/page1"} ]} How to remove the duplicates?I want responseObj as belowresponseObj= {"pageinfo":[{"name":"page1", "path":"/co...
Hi All,String [ ] parentpagepath;Suppose parentpagepath[0] = /content/project/page1 parentpagepath[1] = /content/project/page2 If page1 has subpages subpage1 and subpage2page2 has subpages subpage3 and subpage4, how to iterate over parent path to retrieve path of the subpages? Thanks in advance.@Del...
Hi All,On Click of a tab in a classic UI dialog, I want a function to be triggered (ex: display a message inside the dialog on click on the tab2). Which event listener property can I use for this?Similar to render, afterrender, beforerender events etc, for above situation, what can be the solution? ...