On Wednesday, 30 May 2012 19:07:06 UTC+2, pbreit wrote: > > I think opening a Bootstrap modal should be much easier: > http://twitter.github.com/bootstrap/javascript.html#modals > > > In a simple situation, yes it is easy. I know that link and have used it in a case where there is one clickable DOM which, when clicked, will call up a modal. In such a case I will put a LOAD in the target DIV which contains all the particulars needed to produce the content.
Now I am trying to use the bootstrap modal here where more than one row in a grid can contain the trigger (a 'represented' link) to call up a modal window showing the result of a further query based on that row. That is what I have been trying to do in my code posted above. Regards Johann

