Developing with the SDK > Using and Adding Renderers > Using Renderers in the Style Sheet > Enabling a Renderer

To enable a renderer, simply set the declaration <renderer-name> : true ; in a style rule with a selector that matches SDM.

Code Sample 4.1 shows a style rule that enables the Decoration and LinkLayout renderers.

SDM {
   Decoration : true;
   LinkLayout : true;
}

Code Sample 4.1 Enabling Renderers in the Style Sheet