I've been trying a several methods but can't seem to get this right.
I want to recreate the Live Demo 3 -> Orders -> Order Details, roll over details.
When 'Order Details' is rolled over, the details of the order are displayed in a pop up.
I have an app for Candidates applying to a job. Candidates can upload their resume (I have set that up).
2 Questions:
Q1. Can roll over / display be done for uploaded docs (Word and Excel)? For example, a roll over displays the doc's content (I don't think so, but wanted to ask)
Q2. If that can't be done, in the 'Candidates' table, I can create a TextArea field called 'Resume' so the user can copy/paste their resume into that field. But I can't figure out how to show a link in the Candidate's and on roll over display the contents of the 'Resume' field in a pop up.
For example to be exact, the applicant's table is:
Name, Ph, Email, Address, Resume <- rolling over Resume displays whatever content is in the Resume field.
Thank you for the help.