custom template

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
cheemingyong
User
Posts: 37

custom template

Post by cheemingyong »

hi i noticed that custom templates do not seem to be working in asp.net maker

i slot the following in custom template body under code, server events and custom templates

<tr{{{row_attrs}}}>
{{{list_options}}}<td>{{{MyField1}}}</td><td>{{{MyField2}}}</td>
</tr>

MyField1 I follow the field name of the item i wish to show in the list
same for MyField2. Nothing is coming out.

using the code respository

is there any issue ?


motfs
User
Posts: 258

Post by motfs »

{{{list_options}}}

This is List Page. Make sure you add CustomTemplateHeader and CustomTemplateFooter as in the example and regenerate the files again.

Or clearly specify what you see (describe in detail what you mean "not work").


Post Reply