While creating a widget, is there a way to speicify
the templateCssPath in the html DIV object?
Something like:
<div dojoType="FloatingPane"
id="floatPane1_ID"
title="Window 1"
widgetId="floatPane1"
constrainToContainer="true"
contentWrapper="layout"
templateCssPath=".../../style.css"
>