All,
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
Printable View
All,
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,Quote:
Originally Posted by ericd
the View's tpl property will do the trick for you. Just set it to your template after you load the View with data.
docs: http://www.yui-ext.com/deploy/yui-ex....View.html#tpl
Like DUH :) thanks... I did find a way around it but this will be much better