Is there a reason why some long templateString's are listed on a single line? Would it be possible to break them into multiple lines? It's rather annoying to check a template string if you have to scroll horizontally several hundred columns.
templateString
Is it possible to use declarative markup in a template made of just dojo widgets and get it parsed?
Submitted by 2dor on Thu, 01/24/2008 - 17:59.
Is it possible to use declarative markup in a template that is just constructed of dojo widgets. I've found dojo.parse.parser(element); that will scan all the child contents of the that domNode and create the widgets but it doesn't work if the element passed is itself a widget? Any suggestions? Trying to use just dojo widgets and not apply anything but positioning to them to take advantage of all the support built into them.
// template file source
