Hi,
We are trying to inject css files from an component using java class.
Css files are getting loaded and styles are applied on page in preview mode however the same is not working in page edit mode.
we are using following command
context.getPageScopeData().put(RuntimePage.PAGESCOPE_HEAD_INJECTION, str);
Let us know if any there is any command to inject the link at the edit mode.
Thanks,
Adarsh