I am using XCP. I want to create custom widget in it. So anybody knows how to create custom widget and how to debug that custom widget's code in design time.
Asked
Active
Viewed 295 times
1 Answers
0
- In the layout area of a page, perform Ctrl + Shift + Click. This opens the Firebug console.
- In the Firebug console, type window.location.href and press Enter.
- Select and copy the URL.
- Open a Web browser, for example, Firefox or Chrome, and paste the URL.
- Debug the script of your custom widget, as required.

rE-Bo0t
- 1