Is it possible to display an html <table> as a table inside an dynamic textarea using .htmlText method?
And an additional question: is there any other way to display a table inside a text?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Textareas are what they are : text areas.
However, it seems to work for basic tables.
I tried something like that with and instantiated a textarea named
toto:However I have to warn you that text areas are not meant to display full HTML. Even if they possess some features about it. If you have to display a table it’s surely possible to do it differently.