Cập nhật gần đây nhất vào
26 thg 12, 2022
Question
The CQ5 widgets javascript code is served in one large widgets.js
file, which makes it harder to debug widgets. How can I get each widget in an individual file?
Answer, Resolution
- Open http://localhost:4502/system/console/configMgr/com.day.cq.widget.impl.HtmlLibraryManagerImpl
- Check "Debug" and save
- Now when debugging using e.g. Firebug, it should take you to the individual widget file
Note: Make sure to disable the debug mode again when you're done, since it has an impact on performance.
Opening the following URL will provide you with a list of all individual widgets js files:
- For CQ 5.2: http://localhost:4502/libs/cq/widgets.js?debug=true
- For CQ 5.3: http://localhost:4502/libs/cq/ui/widgets.js?debug=true
Note: This works also without the debug mode turned on.
Applies to
CQ5.2
CQ5.3