Pulling Content with CFToolTip from Database
I'm using an Oracle (8i) database to store rows to display in a table, some of the words need definitions, so I thought I'd use cftooltips. An example record in the database is: <cftooltip sourcefortooltip="definitions.cfm?t=2">fill rate</cftooltip>
However, when I loop show this record in cfoutput the source code says exactly what the record says, whereas if I hard code the cftooltip directly into the page it's rendered as:
<span id="cf_tooltip_1274284637633">fill rate</span>
Does anyone know how to store a cftooltip tag in a database and have it render correctly?
