I don't really like popups, but it's a requirement from a vip user. The main problem is that I'd like to
attach Xinha to a textarea selected by the user among lots of textareas.
Let me explain it a bit more... for instance, I'm gonna talk about /evaluation/admin/evaluations/student-list (for those who are not used to .LRN, is a list of evaluated and not evaluated students on a specific task, exam or such). That page uses multirow and a template::list. Every row of not evaluated (and NOT YET GRADED) students list has a little textarea to add a comment about the evaluation.
I think is not a good idea to attach one xinha per textarea on that page, so what I'm trying to do is... hiding the textarea and write a link "comment that evaluation" which would open a popup with xinha, somehow in relation with that textare. By popup, I mean either a new window, or a div (as fullscreen plugin does). I prefer the last one.
Is there any experience on doing something like that?