This is a blank Sample widget used for creating new ones.
Sample configuration
<sample>
    <name>MySampleWidget</name>
    <options>
        <foo>MyFooValue</foo>
    </options>
</sample>
pContainer is the name of the Ext.Panel object where to add the widgets :
<xsl:call-template name="sample:drawWidgets">
    <xsl:with-param name="pContainer">
        <xsl:text>oWestPanel</xsl:text>
    </xsl:with-param>
</xsl:call-template>
| foo: | 
  | 
|---|
| bar: | The bar option is optional. | 
|---|
wms
read