Add ID in the cells of CCv5 Listing

How to add a custom ID to cells in a ChronoForms CCv5 listing.

Overview

The default CCv5 listing template generates table cells without custom IDs, and adding HTML directly creates duplicate cells.
Use a workaround to modify the template or configuration to inject the custom ID attribute into the existing cell structure.

Answered
bc bcouvin 27 Dec, 2015
Hello,

By default, when using CCv5, the cell of the listing is defined by <td class="td-Model.field" Style=""></td>.
I would like to change to <td class="td-Model.field" id="XYZ_{Model.id}" Style=""></td>, by adding an id.

I did try to add a line <td class="td-Model.field" id="XYZ_{Model.id}" Style=""></td> in HTML box for the related cell. The system creates a new cell. I have 2 cells:

[list]- <td class="td-Model.field" Style=""></td>
- <td class="td-Model.field" id="XYZ_{Model.id}" Style=""></td>. This one is an empty cell[/list]

Do you know how to change it?

Thanks for your help
Bertrand
bc bcouvin 28 Dec, 2015
Answer
Hello,

Workaround found,

Thanks anyway.

Bertrand
This topic is locked and no more replies can be posted.