Is there any way of specifying the YAHOO.ext.DomHelper.Template AFTER the creation of the YAHOO.ext.View, something like a setTemplate() method? I have looked at the documentation and I saw nothing to that effect.
Is there any way of specifying the YAHOO.ext.DomHelper.Template AFTER the creation of the YAHOO.ext.View, something like a setTemplate() method? I have looked at the documentation and I saw nothing to that effect.
Eric
hey eric,
the View's tpl property will do the trick for you. Just set it to your template after you load the View with data.