Login Register

Multiple Renderers

Different browsers have different capabilities when it comes to displaying (rendering) your widget. Dojo provides mechanisms that automatically detect which of these capabilities the browser offers and extends your widget using the most powerful rendering system the widget has code for.

We'll discuss how these mechanisms work, when you should use them, and how to extend widgets to support multiple renderers.