简体   繁体   中英

Change html in text area dynamically in Tibco Spotfire

I am trying to show html code dynamically in a text area in Tibco Spotfire. I have a table with 2 columns. One contains a keyword, the other one contains the respective html code.

Now, I would like to have this keyword column as a filter and the html part should dynamically align with the selections in the keyword filter.

Is that something I can realize with html + javascript in a text area?

You can use JavaScript or jQuery to accomplish this.

Please provide an example in your question for further help.

You should be able to do this with an IronPython script that you can attach to the table and run when something is marked. Once there is a marked selection in the table, the script can update text area contents. Let me know if you still need help with this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM