Hi,
I’m developing a bin function with clone table and I have to trace because of a bug I can’t find.
How can I get what is in a TD tag to know if I’m working on the good table on not ?
Thanks.
Hi,
I’m developing a bin function with clone table and I have to trace because of a bug I can’t find.
How can I get what is in a TD tag to know if I’m working on the good table on not ?
Thanks.
I answer my own question.
Something like logger.info(enteteTemplate.text()); work fine, just on messages window you have to double-click on the ‘blank’ line generate to show all the message… newbie discovering…