Forum


Replies: 1   Views: 3383
Replacetablevariable doesn't accept html
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 29-06-2015 - 11:01

Hello, The replaceTableVariable doesn't allow to use HTML. To do this you can: · Use the replaceVariablebyHTML method, this is create the HTML from scratch instead of using an existing table. · Or with these two steps: replace the table using replaceTableVariable by new placeholders and then replace these placeholders by HTML using replaceVariablebyHTML. Regards.