Hi Adriano,
The skin structure of
RadDock "Prometheus" depends on some base classes that do not change the appearance, but just contain relative element positioning/sizing, etc - these are critical for having the dock controls displayed correctly. We chose this skin architecture because of several reasons, some of which are:
- make the skin files as relative as possible to the appearance only;
- save output when having differently skinned dock controls on the page;
- protect skin editors from removing/editing the critical layout styles;
If for some reason you need to remove the WebResource.axd calls, you should create separate controls, deriving from the
RadDock controls, override their
RegisterCssReferences method with a blank one and then include the layout style definitions to your page.
I hope this helps.
Kind regards,
Erjan Gavalji
the Telerik team