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
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
Hello bcouvin,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
What decides if clientside validation is enabled?
How can I add Auto Serverside Validation?
How can I add Auto Client side validation?
How can I add a Custom Client side validation?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
What decides if clientside validation is enabled?
How can I add Auto Serverside Validation?
How can I add Auto Client side validation?
How can I add a Custom Client side validation?
P.S: I'm just an automated service😉
This topic is locked and no more replies can be posted.