Gostylo, Jacob | 8 Oct 21:27
Favicon

help with templates

What language is used in the template text?:

 

#foreach($column in $output.MetaData.ColumnArray)

    <th scope="col" align="left" valign="middle"><strong>$column</strong></th>

  #end

  </tr>

  #foreach($row in $output.RowArray)

    <tr bgcolor="#ffffff">

    #foreach($columnValue in $row.ColumnValueArray)

 

 

I could stop guessing at the syntax and look up what the language is capable of if I knew what it was.

 

Thanks,

Jake

_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill
Steve Boone | 8 Oct 21:29

Re: help with templates

It's Velocity.

That information is available in the documentation.

Where were you looking in the documentation that it didn't explicitly tell you it was Velocity?  Let me know and I will see that it gets added.

-Steve

On Thu, Oct 8, 2009 at 3:27 PM, Gostylo, Jacob <jgostylo-T5a9G5QNwhZBDgjK7y7TUQ@public.gmane.org> wrote:

What language is used in the template text?:

 

#foreach($column in $output.MetaData.ColumnArray)

    <th scope="col" align="left" valign="middle"><strong>$column</strong></th>

  #end

  </tr>

  #foreach($row in $output.RowArray)

    <tr bgcolor="#ffffff">

    #foreach($columnValue in $row.ColumnValueArray)

 

 

I could stop guessing at the syntax and look up what the language is capable of if I knew what it was.

 

Thanks,

Jake


_______________________________________________
Anthill mailing list
Anthill-IWHQxnLZ/P3rXihlmxnZCEEOCMrvLtNR@public.gmane.org
http://lists.urbancode.com/mailman/listinfo/anthill


_______________________________________________
Anthill mailing list
Anthill@...
http://lists.urbancode.com/mailman/listinfo/anthill

Gmane