How to create custom widget in XCP

305 Views Asked by At

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.

1

There are 1 best solutions below

0
rE-Bo0t On
  1. In the layout area of a page, perform Ctrl + Shift + Click. This opens the Firebug console.
  2. In the Firebug console, type window.location.href and press Enter.
  3. Select and copy the URL.
  4. Open a Web browser, for example, Firefox or Chrome, and paste the URL.
  5. Debug the script of your custom widget, as required.