Page 1 of 1

custom template

Posted: Thu Sep 21, 2017 6:16 pm
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 ?


Re: custom template

Posted: Fri Sep 22, 2017 11:30 am
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").