Search code examples
templatingyui3

YUI 3 html templating


Is there any way to create HTML markup in YUI like:

<div id={DivId}>
 <p class={pClass}>
  <span class={spanClass}> {Content} </span>
 </p>
</div>

Solution

  • If I understand your question correctly, Y.substitute might be worth looking at.

    If you haven't seen it, I'd recommend watching through the YUI 3 Sugar video at the YUI theater. Jump to 22:27 for more on Y.substitute.