ebailey78 / shinyBS

Twitter Bootstrap Components for Shiny
182 stars 47 forks source link

sourcing tooltips from file? #119

Open woec opened 4 years ago

woec commented 4 years ago

Hi, is it possible to source the contents of tooltips from a file? I would like to put all tooltips into a separate file for clarity of the shiny scripts. I tried this in the UI variant, but only the last bsTooltip statement in the sourced file is used.

Further, I did not find an example for use of addTooltip in the documentation. Where has the addTooltip statement to be placed within the server function? If I place it somewhere outside of observers, it is ignored.

woec