Hi,
Is there anyway to in the LSDS runtime environment to find the list of CSS and JS files attached thru SiteMap? Is there any RuntimePage variable available to get the list?
Thanks in advance.
Best Regards
John
context.getSite().getResources(). You can use this in an external and optionally pass it down to the XSL for rendering.
Note: it doesn't appear to be part of the javadoc though, so I guess consider this "technically unsupported".
Thank you ++