Revision history [back]

click to hide/show revision 1
initial version

asked 2023-01-29 09:01:12 +0800

agsiegel gravatar image agsiegel

html li in template

Is it possible to use a template with a

    html tag?

    <n:ul children="@load(vm.items)"> <template name="children" var="each"> <n:li>${each></n:li> </template> </n:ul>

    This does not work. But I want to do this exactly.

html li in template

Is it possible to use a template with a

    html tag?

    <n:ul children="@load(vm.items)">
      <template name="children" var="each">
        <n:li>${each></n:li>
      </template>
    </n:ul>

    </n:ul>

    This does not work. But I want to do this exactly.

html li in template

Is it possible to use a template with a

    <ul> html tag?

    <n:ul children="@load(vm.items)">
      <template name="children" var="each">
        <n:li>${each></n:li>
      </template>
    </n:ul>
    

    This does not work. But I want to do this exactly.

html li in template

Is it possible to use a template with a <ul> html tag?

<n:ul children="@load(vm.items)">
  <template name="children" var="each">
    <n:li>${each></n:li>
<n:li>${each}</n:li>
  </template>
</n:ul>

This does not work. But I want to do this exactly.

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More