<div><div><br> </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Glad to know I guessed that right. I like the partials idea. You<br>
should use that as an example for the gen_render directive. Somewhere<br>the 2 directive example should be shown so people can get a feel for<br>that. And your first table/td example should be the first example for<br>mv:block, since it is clean.
<br><br>Ed</blockquote><div><br><br>Yeah, and actually I goofed in my partial example, it is mv:gen_partial (since we renamed that from mv:gen_render to be clearer)<br><br><table><br><tr mv:gen_partial=":partial => 'store/product', :collection => @products">
<br><td mv:content="<a href="http://product.name/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">product.name</a>">namehere</td>
<br>
<td mv:content="product.price">pricehere</td><br>
</tr><br></table><br> </div></div><br>I will take your advice and we'll update the examples/documentation accordingly.<br><br>Jeff<br>