I have a table with a name field and a text field.
The text field is editable using TinyMCE and so is stored as HTML in the database (I think).
I would like to display the text field as an HTML tooltip when I hover on the name field in the browse.
First problem: If I put the text field as the tooltip variable it doesn't like it - says "Field not found in parent file", I can put text in quotes or use a local variable with no problems, just don't seem to be able to use a file variable.
Second problem: Assuming I can resolve the first problem, how can I get it to treat the variable as XHTML?